viceroy.GUI
Class CustomActionDataImpl

java.lang.Object
  |
  +--viceroy.GUI.CustomActionDataImpl
All Implemented Interfaces:
CustomActionData

public class CustomActionDataImpl
extends java.lang.Object
implements CustomActionData

implementation. handles the viceroy's graph data needed for the GUI

Since:
1.45
Author:
Anat Talm
, Oren Dobzinski

Field Summary
private  GraphViewer graph
           
 
Constructor Summary
CustomActionDataImpl(GraphViewer _graph)
          CTOR
 
Method Summary
 GraphViewer getGraph()
          Returns the graph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

private GraphViewer graph
Constructor Detail

CustomActionDataImpl

public CustomActionDataImpl(GraphViewer _graph)
CTOR

Parameters:
_graph -
Method Detail

getGraph

public GraphViewer getGraph()
Returns the graph

Specified by:
getGraph in interface CustomActionData
Returns:
the graph