genegui
Class InspectorList

java.lang.Object
  extended bygenegui.InspectorList
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class InspectorList
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
static int ADD_WINDOW
           
static int INTERFACE_ACTION
           
protected  javax.swing.JInternalFrame modelFileViewerFrame
           
protected  javax.swing.JInternalFrame netViewerFrame
           
protected  javax.swing.JInternalFrame timeGraphFrame
           
static java.lang.String UPDATE_MODEL
           
 
Constructor Summary
InspectorList()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void addActionListener(java.awt.event.ActionListener l)
           
 AffectorTemplate getAffector()
           
 int getCell()
           
 int getNode()
           
 void makePhasePortraitDlog()
           
 void makeTimeGraph()
           
 void makeWindows()
           
 void removeActionListener(java.awt.event.ActionListener l)
           
 void setAffector(AffectorTemplate aff)
           
 void setCell(int cell_num)
           
 void setModel(Model model)
           
 void setNetwork(Network network)
           
 void setNode(int node_num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_WINDOW

public static final int ADD_WINDOW
See Also:
Constant Field Values

UPDATE_MODEL

public static final java.lang.String UPDATE_MODEL
See Also:
Constant Field Values

INTERFACE_ACTION

public static final int INTERFACE_ACTION
See Also:
Constant Field Values

netViewerFrame

protected javax.swing.JInternalFrame netViewerFrame

modelFileViewerFrame

protected javax.swing.JInternalFrame modelFileViewerFrame

timeGraphFrame

protected javax.swing.JInternalFrame timeGraphFrame
Constructor Detail

InspectorList

public InspectorList()
Method Detail

makeWindows

public void makeWindows()

setModel

public void setModel(Model model)

setNetwork

public void setNetwork(Network network)

makeTimeGraph

public void makeTimeGraph()

makePhasePortraitDlog

public void makePhasePortraitDlog()

getNode

public int getNode()

setNode

public void setNode(int node_num)

getCell

public int getCell()

setCell

public void setCell(int cell_num)

getAffector

public AffectorTemplate getAffector()

setAffector

public void setAffector(AffectorTemplate aff)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

addActionListener

public void addActionListener(java.awt.event.ActionListener l)

removeActionListener

public void removeActionListener(java.awt.event.ActionListener l)