Class DlgBoxGetNickName

DlgBoxGetNickName

class DlgBoxGetNickName
implements ActionListener
This type was created in VisualAge.


Variable Index

 o ivjButtonCancel
 o ivjButtonOk
 o ivjJDialogContentPane
 o ivjNickName
 o ivjNickNameTextField
 o modalResult

Constructor Index

 o DlgBoxGetNickName()
Constructor
 o DlgBoxGetNickName(Frame)
DlgBoxGetNickName constructor comment.
 o DlgBoxGetNickName(Frame, boolean)
DlgBoxGetNickName constructor comment.
 o DlgBoxGetNickName(Frame, String)
DlgBoxGetNickName constructor comment.
 o DlgBoxGetNickName(Frame, String, boolean)
DlgBoxGetNickName constructor comment.

Method Index

 o actionPerformed(ActionEvent)
Method to handle events for the ActionListener interface.
 o buttonCancel_ActionEvents()
Comment
 o buttonOk_ActionEvents()
Comment
 o connEtoC1()
connEtoC1: (ButtonOk.action.
 o connEtoC2()
connEtoC2: (ButtonCancel.action.
 o getButtonCancel()
Return the ButtonCancel property value.
 o getButtonOk()
Return the ButtonOk property value.
 o getJDialogContentPane()
Return the JDialogContentPane property value.
 o getModalResult()
This method was created in VisualAge.
 o getName()
This method was created in VisualAge.
 o getNickName()
This method was created in VisualAge.
 o getNickNameTextField()
Return the NickNameTextField property value.
 o handleException(Throwable)
Called whenever the part throws an exception.
 o initConnections()
Initializes connections
 o initialize()
Initialize the class.
 o main(String[])
main entrypoint - starts the part when it is run as an application
 o setNewName(String)
This method was created in VisualAge.

Variables

 o ivjButtonCancel
 private JButton ivjButtonCancel
 o ivjButtonOk
 private JButton ivjButtonOk
 o ivjJDialogContentPane
 private JPanel ivjJDialogContentPane
 o ivjNickName
 private JLabel ivjNickName
 o ivjNickNameTextField
 private JTextField ivjNickNameTextField
 o modalResult
 private boolean modalResult

Constructors

 o DlgBoxGetNickName
 public DlgBoxGetNickName()
Constructor

 o DlgBoxGetNickName
 public DlgBoxGetNickName(Frame owner)
DlgBoxGetNickName constructor comment.

Parameters:
owner - java.awt.Frame
 o DlgBoxGetNickName
 public DlgBoxGetNickName(Frame owner,
                          String title)
DlgBoxGetNickName constructor comment.

Parameters:
owner - java.awt.Frame
title - java.lang.String
 o DlgBoxGetNickName
 public DlgBoxGetNickName(Frame owner,
                          String title,
                          boolean modal)
DlgBoxGetNickName constructor comment.

Parameters:
owner - java.awt.Frame
title - java.lang.String
modal - boolean
 o DlgBoxGetNickName
 public DlgBoxGetNickName(Frame owner,
                          boolean modal)
DlgBoxGetNickName constructor comment.

Parameters:
owner - java.awt.Frame
modal - boolean

Methods

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

Parameters:
e - java.awt.event.ActionEvent
 o buttonCancel_ActionEvents
 public void buttonCancel_ActionEvents()
Comment

 o buttonOk_ActionEvents
 public void buttonOk_ActionEvents()
Comment

 o connEtoC1
 private void connEtoC1()
connEtoC1: (ButtonOk.action. --> DlgBoxGetNickName.buttonOk_ActionEvents()V)

 o connEtoC2
 private void connEtoC2()
connEtoC2: (ButtonCancel.action. --> DlgBoxGetNickName.buttonCancel_ActionEvents()V)

 o getButtonCancel
 private JButton getButtonCancel()
Return the ButtonCancel property value.

Returns:
com.sun.java.swing.JButton
 o getButtonOk
 private JButton getButtonOk()
Return the ButtonOk property value.

Returns:
com.sun.java.swing.JButton
 o getJDialogContentPane
 private JPanel getJDialogContentPane()
Return the JDialogContentPane property value.

Returns:
com.sun.java.swing.JPanel
 o getModalResult
 public boolean getModalResult()
This method was created in VisualAge.

Returns:
boolean
 o getName
 public String getName()
This method was created in VisualAge.

Returns:
java.lang.String
 o getNickName
 public JLabel getNickName()
This method was created in VisualAge.

Returns:
java.lang.String
 o getNickNameTextField
 private JTextField getNickNameTextField()
Return the NickNameTextField property value.

Returns:
com.sun.java.swing.JTextField
 o handleException
 private void handleException(Throwable exception)
Called whenever the part throws an exception.

Parameters:
exception - java.lang.Throwable
 o initConnections
 private void initConnections()
Initializes connections

 o initialize
 private void initialize()
Initialize the class.

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

Parameters:
args - java.lang.String[]
 o setNewName
 public void setNewName(String name)
This method was created in VisualAge.

Parameters:
name - java.lang.String