org.jacorb.poa.gui.poa
public class QueueListItem extends Panel implements DoubleListItem, ActionListener, MouseListener
Version: 1.0, 05/10/99, RT
Constructor Summary | |
---|---|
QueueListItem(LayoutManager layout)
QueueListItem constructor comment. | |
QueueListItem()
Constructor |
Method Summary | |
---|---|
void | actionPerformed(ActionEvent e)
Method to handle events for the ActionListener interface. |
static void | main(String[] args)
main entrypoint - starts the part when it is run as an application |
void | mouseClicked(MouseEvent e)
Method to handle events for the MouseListener interface. |
void | mouseEntered(MouseEvent e)
Method to handle events for the MouseListener interface. |
void | mouseExited(MouseEvent e)
Method to handle events for the MouseListener interface. |
void | mousePressed(MouseEvent e)
Method to handle events for the MouseListener interface. |
void | mouseReleased(MouseEvent e)
Method to handle events for the MouseListener interface. |
void | _correctWidth(int diff_width) |
void | _setContainer(DoubleListDialog _container) |
void | _setSelected(boolean selected) |
Parameters: layout java.awt.LayoutManager
Parameters: e java.awt.event.ActionEvent
Parameters: args java.lang.String[]
Parameters: e java.awt.event.MouseEvent
Parameters: e java.awt.event.MouseEvent
Parameters: e java.awt.event.MouseEvent
Parameters: e java.awt.event.MouseEvent
Parameters: e java.awt.event.MouseEvent