Uses of Class
de.uni_paderborn.fujaba.gui.BasicPropertyEditor

Packages that use BasicPropertyEditor
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.views.gui   
 

Uses of BasicPropertyEditor in de.uni_paderborn.fujaba.gui
 

Subclasses of BasicPropertyEditor in de.uni_paderborn.fujaba.gui
 class PEActAssertion
          No comment provided by developer, please add a comment to improve documentation.
 class PEActivityDiagram
          No comment provided by developer, please add a comment to improve documentation.
 class PEActLink
          No comment provided by developer, please add a comment to improve documentation.
 class PEActTransition
          No comment provided by developer, please add a comment to improve documentation.
 class PEClass
          No comment provided by developer, please add a comment to improve documentation.
 class PEMethod
          No comment provided by developer, please add a comment to improve documentation.
 class PEMultiLink
          No comment provided by developer, please add a comment to improve documentation.
 class PEParameters
          No comment provided by developer, please add a comment to improve documentation.
 class PEVariable
          No comment provided by developer, please add a comment to improve documentation.
 class PropertyEditor
          Abstract class to implements a PropertyEditor.
 

Fields in de.uni_paderborn.fujaba.gui declared as BasicPropertyEditor
private  BasicPropertyEditor RadioButtonListener.adaptee
          No comment provided by developer, please add a comment to improve documentation.
private  BasicPropertyEditor PropertyEditor_Focus_Adapter.adaptee
          No comment provided by developer, please add a comment to improve documentation.
(package private)  BasicPropertyEditor PropertyEditor_buttonOK_actionAdapter.adaptee
          No comment provided by developer, please add a comment to improve documentation.
private  BasicPropertyEditor PropertyEditor_buttonAbort_actionAdapter.adaptee
          No comment provided by developer, please add a comment to improve documentation.
private  BasicPropertyEditor PEButton.propertyEditor
          No comment provided by developer, please add a comment to improve documentation.
protected  BasicPropertyEditor PEBaseComponent.parent
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.gui that return BasicPropertyEditor
protected  BasicPropertyEditor PESelection.getParentPE()
          Get the parentPE attribute of the PESelection object
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type BasicPropertyEditor
protected  void PEBaseComponent.setParent(BasicPropertyEditor parent)
          Sets the parent attribute of the PEBaseComponent object
 

Constructors in de.uni_paderborn.fujaba.gui with parameters of type BasicPropertyEditor
RadioButtonListener(BasicPropertyEditor adaptee, java.lang.String ident)
          Constructor for class RadioButtonListener
PropertyEditor_Focus_Adapter(BasicPropertyEditor adaptee)
          Constructor for class PropertyEditor_Focus_Adapter
PropertyEditor_buttonOK_actionAdapter(BasicPropertyEditor adaptee)
          Constructor for class PropertyEditor_buttonOK_actionAdapter
PropertyEditor_buttonAbort_actionAdapter(BasicPropertyEditor adaptee)
          Constructor for class PropertyEditor_buttonAbort_actionAdapter
PETypeSelection(BasicPropertyEditor parent)
          Constructor for class PETypeSelection
PETextField(BasicPropertyEditor parent, java.lang.String title)
          Constructor for class PETextField
PETextField(BasicPropertyEditor parent, java.lang.String title, java.lang.String value)
          Constructor for class PETextField
PESelection(BasicPropertyEditor parent)
          Constructor for class PESelection
PERow(BasicPropertyEditor parent)
          Constructor for class PERow
PERadioGroup(BasicPropertyEditor parent, java.lang.String title, java.lang.String[] names)
          Constructor for class PERadioGroup
PEListIncr(BasicPropertyEditor parent, java.lang.String title)
          Constructor for class PEListIncr
PEList(BasicPropertyEditor parent, java.lang.String title)
          Constructor for class PEList
PEHeaderComponent(BasicPropertyEditor parent, java.lang.String title)
          Constructor for class PEHeaderComponent
PEComponentGroup(BasicPropertyEditor parent)
          Constructor for class PEComponentGroup
PECombo(BasicPropertyEditor parent, java.lang.String title)
          Constructor for class PECombo
PEColumn(BasicPropertyEditor parent)
          Constructor for class PEColumn
PEButton(BasicPropertyEditor parent, java.lang.String buttonTextLabel)
          Constructor for class PEButton
PEBaseComponent(BasicPropertyEditor editor)
          Constructor for class PEBaseComponent
PEBaseComponent(BasicPropertyEditor editor, java.lang.String name)
          Constructor for class PEBaseComponent
 

Uses of BasicPropertyEditor in de.uni_paderborn.fujaba.views.gui
 

Subclasses of BasicPropertyEditor in de.uni_paderborn.fujaba.views.gui
 class ViewEditorDialog
          Dialog to create or edit Views