|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.keridwen.modelling.group.editor.editor.PropertyEditor
public class PropertyEditor
Editor of Property.
Constructor Summary | |
---|---|
PropertyEditor()
Default constructor. |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent evt)
|
void |
displaySelectedProperty(com.artenum.frida.interfaces.PropertyInterface prop)
Update the linked view (GUI) according the selected Property. |
PropertyEditorView |
getView()
Return the GUI view. |
void |
setProperty(com.artenum.frida.interfaces.PropertyInterface prop)
Set the selected property. |
void |
updatePropertyModel()
Update the related Property according the values og the GUI view. |
void |
updateView()
Update the view according the current Property as set by the setProperty(PropertyInterface prop) method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyEditor()
Method Detail |
---|
public void setProperty(com.artenum.frida.interfaces.PropertyInterface prop)
prop
- - selected property.public void displaySelectedProperty(com.artenum.frida.interfaces.PropertyInterface prop)
prop
- - property to be displayed.public void updateView()
public void updatePropertyModel()
public PropertyEditorView getView()
public void actionPerformed(ActionEvent evt)
actionPerformed
in interface ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |