|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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 | |
PETypeSelection(BasicPropertyEditor parent,
java.lang.String initialSelection)
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |