PamView
Class PamObjectList
java.lang.Object
PamView.PamObjectList
- All Implemented Interfaces:
- java.awt.event.WindowListener, java.util.EventListener
public class PamObjectList
- extends java.lang.Object
- implements java.awt.event.WindowListener
- Author:
- Doug Gillespie
Creates a simple pop-up window which displays lists of Data Objects
and Pam Processes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frame
javax.swing.JFrame frame
mainPanel
javax.swing.JPanel mainPanel
table
javax.swing.JTable table
timer
javax.swing.Timer timer
columnNames
java.lang.String[] columnNames
tableData
PamObjectList.TableData tableData
pamObjectList
private static PamObjectList pamObjectList
PamObjectList
private PamObjectList(PamControllerInterface pamControllerInterface,
PamModelInterface pamModelInterface)
ShowObjectList
public static void ShowObjectList()
PamStarted
public void PamStarted()
PamEnded
public void PamEnded()
windowActivated
public void windowActivated(java.awt.event.WindowEvent e)
- Implementation of WindowListener
- Specified by:
windowActivated in interface java.awt.event.WindowListener
windowClosing
public void windowClosing(java.awt.event.WindowEvent e)
- Specified by:
windowClosing in interface java.awt.event.WindowListener
windowOpened
public void windowOpened(java.awt.event.WindowEvent e)
- Specified by:
windowOpened in interface java.awt.event.WindowListener
windowIconified
public void windowIconified(java.awt.event.WindowEvent e)
- Specified by:
windowIconified in interface java.awt.event.WindowListener
windowDeiconified
public void windowDeiconified(java.awt.event.WindowEvent e)
- Specified by:
windowDeiconified in interface java.awt.event.WindowListener
windowDeactivated
public void windowDeactivated(java.awt.event.WindowEvent e)
- Specified by:
windowDeactivated in interface java.awt.event.WindowListener
windowClosed
public void windowClosed(java.awt.event.WindowEvent e)
- Specified by:
windowClosed in interface java.awt.event.WindowListener