org.jacorb.poa.gui.poa

Class ObjectListItem

public class ObjectListItem extends Panel implements DoubleListItem, ActionListener, MouseListener

Version: 1.0, 05/10/99, RT

Author: Reimo Tiedemann, FU Berlin

Field Summary
DoubleListDialogcontainer
Constructor Summary
ObjectListItem(LayoutManager layout)
ObjectListItem constructor comment.
ObjectListItem()
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)

Field Detail

container

public DoubleListDialog container

Constructor Detail

ObjectListItem

public ObjectListItem(LayoutManager layout)
ObjectListItem constructor comment.

Parameters: layout java.awt.LayoutManager

ObjectListItem

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