graphlab.plugins.main.core.actions
Class GraphPropertyEditor
java.lang.Object
graphlab.platform.core.AbstractAction
graphlab.plugins.main.core.actions.GraphPropertyEditor
- All Implemented Interfaces:
- AttributeListener, Action, Listener
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifiableAttributeSet
public NotifiableAttributeSet NotifiableAttributeSet
viewer
public AttributeSetView viewer
GraphPropertyEditor
public GraphPropertyEditor(BlackBoard bb)
- constructor
- Parameters:
bb
- the blackboard of the action
getPropertyEditor
public GPropertyEditor getPropertyEditor()
performAction
public void performAction(java.lang.String eventName,
java.lang.Object value)
- Description copied from class:
AbstractAction
- like Action
- Specified by:
performAction
in interface Action
- Specified by:
performAction
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