genegui
Class InspectorList
java.lang.Object
genegui.InspectorList
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class InspectorList
- extends java.lang.Object
- implements java.awt.event.ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
InspectorList
public InspectorList()
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)