org.jacorb.poa.gui.poa

Class QueueListItem

public class QueueListItem extends Panel implements DoubleListItem, ActionListener, MouseListener

Version: 1.0, 05/10/99, RT

Author: Reimo Tiedemann, FU Berlin

Constructor Summary
QueueListItem(LayoutManager layout)
QueueListItem constructor comment.
QueueListItem()
Constructor
Method Summary
voidactionPerformed(ActionEvent e)
Method to handle events for the ActionListener 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.
void_correctWidth(int diff_width)
void_setContainer(DoubleListDialog _container)
void_setSelected(boolean selected)

Constructor Detail

QueueListItem

public QueueListItem(LayoutManager layout)
QueueListItem constructor comment.

Parameters: layout java.awt.LayoutManager

QueueListItem

public QueueListItem()
Constructor

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Method to handle events for the ActionListener interface.

Parameters: e java.awt.event.ActionEvent

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

_correctWidth

public void _correctWidth(int diff_width)

_setContainer

public void _setContainer(DoubleListDialog _container)

_setSelected

public void _setSelected(boolean selected)