GraphLab Project

graphlab.plugins.main.core.actions
Class GraphPropertyEditor

java.lang.Object
  extended by graphlab.platform.core.AbstractAction
      extended by 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

Field Summary
 NotifiableAttributeSet NotifiableAttributeSet
           
 AttributeSetView viewer
           
 
Fields inherited from class graphlab.platform.core.AbstractAction
blackboard
 
Constructor Summary
GraphPropertyEditor(BlackBoard bb)
          constructor
 
Method Summary
 void attributeUpdated(java.lang.String name, java.lang.Object oldVal, java.lang.Object newVal)
           
 GPropertyEditor getPropertyEditor()
           
 void performAction(java.lang.String eventName, java.lang.Object value)
          like Action
 
Methods inherited from class graphlab.platform.core.AbstractAction
disable, enable, getBlackBoard, getLastListenedEventKey, isEnable, keyChanged, listen4Event, setBlackBoard, unListenEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotifiableAttributeSet

public NotifiableAttributeSet NotifiableAttributeSet

viewer

public AttributeSetView viewer
Constructor Detail

GraphPropertyEditor

public GraphPropertyEditor(BlackBoard bb)
constructor

Parameters:
bb - the blackboard of the action
Method Detail

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

GraphLab Project