org.jacorb.poa.gui.beans

Class DoubleListDialog

public class DoubleListDialog extends Dialog implements CloseButtonPanelController, ComponentListener, MouseListener, WindowListener

Provides the functionality of a double list dialog.

Version: 1.0, 05/10/99

Author: Reimo Tiedemann, FU Berlin

See Also: DoubleListItem

Constructor Summary
DoubleListDialog(Frame parent)
Constructor
DoubleListDialog(Frame parent, String title)
DoubleListDialog constructor comment.
DoubleListDialog(Frame parent, String title, boolean modal)
DoubleListDialog constructor comment.
DoubleListDialog(Frame parent, boolean modal)
DoubleListDialog constructor comment.
Method Summary
voidcomponentHidden(ComponentEvent e)
Method to handle events for the ComponentListener interface.
voidcomponentMoved(ComponentEvent e)
Method to handle events for the ComponentListener interface.
voidcomponentResized(ComponentEvent e)
Method to handle events for the ComponentListener interface.
voidcomponentShown(ComponentEvent e)
Method to handle events for the ComponentListener interface.
static voidmain(String[] args)
main entrypoint - starts the part when it is run as an application
voidmouseClicked(MouseEvent e)
Method to handle events for the MouseListener interface.
voidmouseEntered(MouseEvent e)
Method to handle events for the MouseListener interface.
voidmouseExited(MouseEvent e)
Method to handle events for the MouseListener interface.
voidmousePressed(MouseEvent e)
Method to handle events for the MouseListener interface.
voidmouseReleased(MouseEvent e)
Method to handle events for the MouseListener interface.
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_actionMousePressed(MouseEvent mouseEvent)
Comment
void_addItem(DoubleListItem item)
void_setHeaderLabel1(String str)
void_setHeaderLabel2(String str)
void_setSelectedItem(DoubleListItem item)
void_setSize(int w1, int w2)

Constructor Detail

DoubleListDialog

public DoubleListDialog(Frame parent)
Constructor

Parameters: parent Symbol

DoubleListDialog

public DoubleListDialog(Frame parent, String title)
DoubleListDialog constructor comment.

Parameters: parent java.awt.Frame title java.lang.String

DoubleListDialog

public DoubleListDialog(Frame parent, String title, boolean modal)
DoubleListDialog constructor comment.

Parameters: parent java.awt.Frame title java.lang.String modal boolean

DoubleListDialog

public DoubleListDialog(Frame parent, boolean modal)
DoubleListDialog constructor comment.

Parameters: parent java.awt.Frame modal boolean

Method Detail

componentHidden

public void componentHidden(ComponentEvent e)
Method to handle events for the ComponentListener interface.

Parameters: e java.awt.event.ComponentEvent

componentMoved

public void componentMoved(ComponentEvent e)
Method to handle events for the ComponentListener interface.

Parameters: e java.awt.event.ComponentEvent

componentResized

public void componentResized(ComponentEvent e)
Method to handle events for the ComponentListener interface.

Parameters: e java.awt.event.ComponentEvent

componentShown

public void componentShown(ComponentEvent e)
Method to handle events for the ComponentListener interface.

Parameters: e java.awt.event.ComponentEvent

main

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

Parameters: args java.lang.String[]

mouseClicked

public void mouseClicked(MouseEvent e)
Method to handle events for the MouseListener interface.

Parameters: e java.awt.event.MouseEvent

mouseEntered

public void mouseEntered(MouseEvent e)
Method to handle events for the MouseListener interface.

Parameters: e java.awt.event.MouseEvent

mouseExited

public void mouseExited(MouseEvent e)
Method to handle events for the MouseListener interface.

Parameters: e java.awt.event.MouseEvent

mousePressed

public void mousePressed(MouseEvent e)
Method to handle events for the MouseListener interface.

Parameters: e java.awt.event.MouseEvent

mouseReleased

public void mouseReleased(MouseEvent e)
Method to handle events for the MouseListener interface.

Parameters: e java.awt.event.MouseEvent

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()

_actionMousePressed

public void _actionMousePressed(MouseEvent mouseEvent)
Comment

_addItem

public void _addItem(DoubleListItem item)

_setHeaderLabel1

public void _setHeaderLabel1(String str)

_setHeaderLabel2

public void _setHeaderLabel2(String str)

_setSelectedItem

public void _setSelectedItem(DoubleListItem item)

_setSize

public void _setSize(int w1, int w2)