|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.keridwen.modelling.group.editor.ui.OldPropertiesListEditor
public class OldPropertiesListEditor
Simple basic viewer/editor for the Frida's Properties and Characteristics.
Constructor Summary | |
---|---|
OldPropertiesListEditor(com.artenum.frida.properties.PropertiesList propertyList)
Main constructor. |
Method Summary | |
---|---|
CharacteristicEditor |
getCharacteristicEditor()
Return the current characteristic editor. |
ActionListener |
getController()
Get a pointer toward the application controller. |
JPanel |
getEditorView()
|
JFrame |
getMainFrame()
GEt the main frame. |
com.artenum.frida.properties.PropertiesList |
getPropertiesList()
Get the list of Frida's properties loaded in the application. |
PropertyEditor |
getPropertyEditor()
Return the current Property editor. |
com.artenum.frida.interfaces.CharacteristicInterface |
getSelectedCharacteristic()
|
Object |
getSelectedNode()
|
com.artenum.frida.interfaces.PropertyInterface |
getSelectedProperty()
|
SelectionTree |
getTree()
|
void |
initView()
Initialise the global GUI. |
void |
setCharacEditor(CharacteristicEditor editor)
Set the default Characteristic Editor. |
void |
setController(ActionListener controller)
Set the application controller. |
void |
setEditorView(JPanel nodeEditionPanel)
Update the editor panel according the type of the selected node in the selection tree. |
void |
setMainFrame(JFrame mainFrame)
Set the main frame. |
void |
setPropertyEditor(PropertyEditor propertyEditor)
Set the property editor for the present property list editor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OldPropertiesListEditor(com.artenum.frida.properties.PropertiesList propertyList)
propertyList
- controler
- Method Detail |
---|
public void setCharacEditor(CharacteristicEditor editor)
editor
- - the Characteristic Editor.public CharacteristicEditor getCharacteristicEditor()
public void setPropertyEditor(PropertyEditor propertyEditor)
propertyEditor
- public PropertyEditor getPropertyEditor()
public void initView()
public Object getSelectedNode()
public JPanel getEditorView()
public void setEditorView(JPanel nodeEditionPanel)
nodeEditionPanel
- - Panel of settings for the selected node-typepublic com.artenum.frida.interfaces.PropertyInterface getSelectedProperty()
public com.artenum.frida.interfaces.CharacteristicInterface getSelectedCharacteristic()
public SelectionTree getTree()
public ActionListener getController()
public void setController(ActionListener controller)
controller
- instance of SelectionTreeListener.public com.artenum.frida.properties.PropertiesList getPropertiesList()
public JFrame getMainFrame()
public void setMainFrame(JFrame mainFrame)
mainFrame
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |