Uses of Class
de.uni_paderborn.fujaba.fsa.swing.EditableComponent

Packages that use EditableComponent
de.uni_paderborn.fujaba.fsa.swing   
 

Uses of EditableComponent in de.uni_paderborn.fujaba.fsa.swing
 

Subclasses of EditableComponent in de.uni_paderborn.fujaba.fsa.swing
 class AbstractJComboBoxLabel
          show with JLabel , edit with JComboBox
 class DefaultJComboBoxLabel
          default implementation of AbstractJComboBoxLabel
 class DiagramKindJComboBoxLabel
          edit instance of UMLAttr
 class EditableTextComponent
          show with JLabel , edit with ...
 class JTextEditor
          show value with JLabel , edit with JTextField
 class JTextFieldLabel
          show value with JLabel , edit with JTextField
 class UMLAttrVisibilityJComboBoxLabel
          edit instance of UMLAttr
 class UMLMethodVisibilityJComboBoxLabel
          kedit instance of UMLMethod
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return EditableComponent
static EditableComponent EditableComponent.getLastEditedInstance()
          Get the value of lastEditedInstance.
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type EditableComponent
static void EditableComponent.setLastEditedInstance(EditableComponent lastEdited)
          Set the value of lastEditedInstance.