graphlab.gui.plugins.main.core.actions
Class GraphPropertyEditor

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

Field Summary
 NotifiableAttributeSet NotifiableAttributeSet
           
 XAttribute viewer
           
 
Fields inherited from class graphlab.main.core.action.AbstractAction
listeningEvents
 
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 performJob(java.lang.String name)
          like Action
 
Methods inherited from class graphlab.main.core.action.AbstractAction
disable, doJob, enable, getBlackBoard, isEnable, setBlackBoard
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotifiableAttributeSet

public NotifiableAttributeSet NotifiableAttributeSet

viewer

public XAttribute viewer
Constructor Detail

GraphPropertyEditor

public GraphPropertyEditor(BlackBoard bb)
constructor

Parameters:
bb - the BlackBoard of the action
Method Detail

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