org.jacorb.poa.gui.pm

Class RegisterPanel

public class RegisterPanel extends Panel implements ActionListener, MouseListener

Version: 1.02, 05/31/99, RT

Author: Reimo Tiedemann, FU Berlin

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

Constructor Detail

RegisterPanel

public RegisterPanel()
Constructor

RegisterPanel

public RegisterPanel(LayoutManager layout)
RegisterPanel constructor comment.

Parameters: layout java.awt.LayoutManager

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