|
|||||||||||
| 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.JTextField
org.argouml.uml.ui.UMLExpressionLanguageField
This text field shows the language of a UML expression.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JTextField |
JTextField.AccessibleJTextField |
| 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 UMLExpressionModel2 |
model
|
private boolean |
notifyModel
|
| Fields inherited from class javax.swing.JTextField |
notifyAction |
| 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 javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
UMLExpressionLanguageField(UMLExpressionModel2 m,
boolean n)
Creates a new field that selects the language for an expression. |
|
| 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 UMLExpressionModel2 model
private boolean notifyModel
| Constructor Detail |
public UMLExpressionLanguageField(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 model| Method Detail |
public void targetChanged()
UMLUserInterfaceComponent
targetChanged in interface UMLUserInterfaceComponentUMLUserInterfaceComponent.targetChanged()public void targetReasserted()
UMLUserInterfaceComponent
targetReasserted in interface UMLUserInterfaceComponentUMLUserInterfaceComponent.targetReasserted()public void roleAdded(ru.novosoft.uml.MElementEvent p1)
roleAdded in interface ru.novosoft.uml.MElementListenerMElementListener.roleAdded(ru.novosoft.uml.MElementEvent)public void recovered(ru.novosoft.uml.MElementEvent p1)
recovered in interface ru.novosoft.uml.MElementListenerMElementListener.recovered(ru.novosoft.uml.MElementEvent)public void roleRemoved(ru.novosoft.uml.MElementEvent p1)
roleRemoved in interface ru.novosoft.uml.MElementListenerMElementListener.roleRemoved(ru.novosoft.uml.MElementEvent)public void listRoleItemSet(ru.novosoft.uml.MElementEvent p1)
listRoleItemSet in interface ru.novosoft.uml.MElementListenerMElementListener.listRoleItemSet(ru.novosoft.uml.MElementEvent)public void removed(ru.novosoft.uml.MElementEvent p1)
removed in interface ru.novosoft.uml.MElementListenerMElementListener.removed(ru.novosoft.uml.MElementEvent)public void propertySet(ru.novosoft.uml.MElementEvent event)
propertySet in interface ru.novosoft.uml.MElementListenerMElementListener.propertySet(ru.novosoft.uml.MElementEvent)private void update()
public void changedUpdate(DocumentEvent p1)
changedUpdate in interface DocumentListenerDocumentListener.changedUpdate(javax.swing.event.DocumentEvent)public void removeUpdate(DocumentEvent p1)
removeUpdate in interface DocumentListenerDocumentListener.removeUpdate(javax.swing.event.DocumentEvent)public void insertUpdate(DocumentEvent p1)
insertUpdate in interface DocumentListenerDocumentListener.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 |