|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextArea
org.argouml.uml.ui.UMLExpressionBodyField
This text field shows the body of a UML expression.
Nested Class Summary |
Nested classes inherited from class javax.swing.JTextArea |
JTextArea.AccessibleJTextArea |
Nested classes inherited from class javax.swing.text.JTextComponent |
JTextComponent.AccessibleJTextComponent, JTextComponent.KeyBinding |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private static Logger |
LOG
|
private UMLExpressionModel2 |
model
|
private boolean |
notifyModel
|
Fields inherited from class javax.swing.JTextArea |
|
Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
UMLExpressionBodyField(UMLExpressionModel2 m,
boolean n)
The constructor. |
Method Summary | |
void |
changedUpdate(DocumentEvent p1)
|
void |
insertUpdate(DocumentEvent p1)
|
void |
listRoleItemSet(ru.novosoft.uml.MElementEvent p1)
|
void |
propertySet(ru.novosoft.uml.MElementEvent event)
|
void |
recovered(ru.novosoft.uml.MElementEvent p1)
|
void |
removed(ru.novosoft.uml.MElementEvent p1)
|
void |
removeUpdate(DocumentEvent p1)
|
void |
roleAdded(ru.novosoft.uml.MElementEvent p1)
|
void |
roleRemoved(ru.novosoft.uml.MElementEvent p1)
|
void |
targetChanged()
This method is called when the target of a UMLUserInterfaceContainer has been changed. |
void |
targetReasserted()
This method is called when the navigation history has been changed (and navigation buttons may need to be updated). |
private void |
update()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final Logger LOG
private UMLExpressionModel2 model
private boolean notifyModel
Constructor Detail |
public UMLExpressionBodyField(UMLExpressionModel2 m, boolean n)
m
- Expression model, should be shared between
Language and Body fieldsn
- Only one of Language and Body fields should
forward events to modelMethod Detail |
public void targetChanged()
UMLUserInterfaceComponent
targetChanged
in interface UMLUserInterfaceComponent
UMLUserInterfaceComponent.targetChanged()
public void targetReasserted()
UMLUserInterfaceComponent
targetReasserted
in interface UMLUserInterfaceComponent
UMLUserInterfaceComponent.targetReasserted()
public void roleAdded(ru.novosoft.uml.MElementEvent p1)
roleAdded
in interface ru.novosoft.uml.MElementListener
MElementListener.roleAdded(ru.novosoft.uml.MElementEvent)
public void recovered(ru.novosoft.uml.MElementEvent p1)
recovered
in interface ru.novosoft.uml.MElementListener
MElementListener.recovered(ru.novosoft.uml.MElementEvent)
public void roleRemoved(ru.novosoft.uml.MElementEvent p1)
roleRemoved
in interface ru.novosoft.uml.MElementListener
MElementListener.roleRemoved(ru.novosoft.uml.MElementEvent)
public void listRoleItemSet(ru.novosoft.uml.MElementEvent p1)
listRoleItemSet
in interface ru.novosoft.uml.MElementListener
MElementListener.listRoleItemSet(ru.novosoft.uml.MElementEvent)
public void removed(ru.novosoft.uml.MElementEvent p1)
removed
in interface ru.novosoft.uml.MElementListener
MElementListener.removed(ru.novosoft.uml.MElementEvent)
public void propertySet(ru.novosoft.uml.MElementEvent event)
propertySet
in interface ru.novosoft.uml.MElementListener
MElementListener.propertySet(ru.novosoft.uml.MElementEvent)
private void update()
public void changedUpdate(DocumentEvent p1)
changedUpdate
in interface DocumentListener
DocumentListener.changedUpdate(javax.swing.event.DocumentEvent)
public void removeUpdate(DocumentEvent p1)
removeUpdate
in interface DocumentListener
DocumentListener.removeUpdate(javax.swing.event.DocumentEvent)
public void insertUpdate(DocumentEvent p1)
insertUpdate
in interface DocumentListener
DocumentListener.insertUpdate(javax.swing.event.DocumentEvent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |