org.jacorb.poa.gui.pm

Class POAManagerFrame

public class POAManagerFrame extends Frame implements CloseButtonPanelController, RegisterPanelController, StatePanelController, POAManagerMonitorView, WindowListener

Implements the org.jacorb.poa.gui.POAManagerView interface

Version: 1.03, 06/11/99, RT

Author: Reimo Tiedemann, FU Berlin

Constructor Summary
POAManagerFrame()
Constructor
POAManagerFrame(POAManagerMonitorController _controller)
This method was created in VisualAge.
POAManagerFrame(String title)
POAManagerFrame constructor comment.
Method Summary
static voidmain(String[] args)
main entrypoint - starts the part when it is run as an application
voidwindowActivated(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowClosed(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowClosing(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowDeactivated(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowDeiconified(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowIconified(WindowEvent e)
Method to handle events for the WindowListener interface.
voidwindowOpened(WindowEvent e)
Method to handle events for the WindowListener interface.
void_actionCloseButtonPressed()
void_actionClosePOAMonitor(String name)
void_actionDestroyPOA(String name)
void_actionOpenPOAMonitor(String name)
void_addPOA(String name)
void_destroy()
void_printMessage(String str)
void_removePOA(String name)
void_resetState()
void_setToActive()
void_setToDiscarding(boolean wait)
void_setToHolding(boolean wait)
void_setToInactive(boolean wait, boolean etherialize)
void_setVisible(boolean visible)
void_stateItemChanged(String item, boolean wait, boolean etherialize)

Constructor Detail

POAManagerFrame

public POAManagerFrame()
Constructor

POAManagerFrame

public POAManagerFrame(POAManagerMonitorController _controller)
This method was created in VisualAge.

POAManagerFrame

public POAManagerFrame(String title)
POAManagerFrame constructor comment.

Parameters: title java.lang.String

Method Detail

main

public static void main(String[] args)
main entrypoint - starts the part when it is run as an application

Parameters: args java.lang.String[]

windowActivated

public void windowActivated(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowClosed

public void windowClosed(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowClosing

public void windowClosing(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowDeactivated

public void windowDeactivated(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowDeiconified

public void windowDeiconified(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowIconified

public void windowIconified(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

windowOpened

public void windowOpened(WindowEvent e)
Method to handle events for the WindowListener interface.

Parameters: e java.awt.event.WindowEvent

_actionCloseButtonPressed

public void _actionCloseButtonPressed()

_actionClosePOAMonitor

public void _actionClosePOAMonitor(String name)

_actionDestroyPOA

public void _actionDestroyPOA(String name)

_actionOpenPOAMonitor

public void _actionOpenPOAMonitor(String name)

_addPOA

public void _addPOA(String name)

_destroy

public void _destroy()

_printMessage

public void _printMessage(String str)

_removePOA

public void _removePOA(String name)

_resetState

public void _resetState()

_setToActive

public void _setToActive()

_setToDiscarding

public void _setToDiscarding(boolean wait)

_setToHolding

public void _setToHolding(boolean wait)

_setToInactive

public void _setToInactive(boolean wait, boolean etherialize)

_setVisible

public void _setVisible(boolean visible)

_stateItemChanged

public void _stateItemChanged(String item, boolean wait, boolean etherialize)