graphlab.gui.plugins.main.core.actions
Class GraphPropertyEditor
java.lang.Object
graphlab.main.core.action.AbstractAction
graphlab.gui.plugins.main.core.actions.GraphPropertyEditor
- All Implemented Interfaces:
- AttributeListener, Action, Notifiable
public class GraphPropertyEditor
- extends AbstractAction
- implements AttributeListener
the left side property editor of graphlab gui
- Author:
- Azin Azadi
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifiableAttributeSet
public NotifiableAttributeSet NotifiableAttributeSet
viewer
public XAttribute viewer
GraphPropertyEditor
public GraphPropertyEditor(BlackBoard bb)
- constructor
- Parameters:
bb - the BlackBoard of the action
getPropertyEditor
public GPropertyEditor getPropertyEditor()
performJob
public void performJob(java.lang.String name)
- Description copied from class:
AbstractAction
- like Action
- Specified by:
performJob in class AbstractAction
attributeUpdated
public void attributeUpdated(java.lang.String name,
java.lang.Object oldVal,
java.lang.Object newVal)
- Specified by:
attributeUpdated in interface AttributeListener