Class DlgBoxGetNickName
DlgBoxGetNickName
- class DlgBoxGetNickName
- implements ActionListener
This type was created in VisualAge.
-
ivjButtonCancel
-
-
ivjButtonOk
-
-
ivjJDialogContentPane
-
-
ivjNickName
-
-
ivjNickNameTextField
-
-
modalResult
-
-
DlgBoxGetNickName()
- Constructor
-
DlgBoxGetNickName(Frame)
- DlgBoxGetNickName constructor comment.
-
DlgBoxGetNickName(Frame, boolean)
- DlgBoxGetNickName constructor comment.
-
DlgBoxGetNickName(Frame, String)
- DlgBoxGetNickName constructor comment.
-
DlgBoxGetNickName(Frame, String, boolean)
- DlgBoxGetNickName constructor comment.
-
actionPerformed(ActionEvent)
- Method to handle events for the ActionListener interface.
-
buttonCancel_ActionEvents()
- Comment
-
buttonOk_ActionEvents()
- Comment
-
connEtoC1()
- connEtoC1: (ButtonOk.action.
-
connEtoC2()
- connEtoC2: (ButtonCancel.action.
-
getButtonCancel()
- Return the ButtonCancel property value.
-
getButtonOk()
- Return the ButtonOk property value.
-
getJDialogContentPane()
- Return the JDialogContentPane property value.
-
getModalResult()
- This method was created in VisualAge.
-
getName()
- This method was created in VisualAge.
-
getNickName()
- This method was created in VisualAge.
-
getNickNameTextField()
- Return the NickNameTextField property value.
-
handleException(Throwable)
- Called whenever the part throws an exception.
-
initConnections()
- Initializes connections
-
initialize()
- Initialize the class.
-
main(String[])
- main entrypoint - starts the part when it is run as an application
-
setNewName(String)
- This method was created in VisualAge.
ivjButtonCancel
private JButton ivjButtonCancel
ivjButtonOk
private JButton ivjButtonOk
ivjJDialogContentPane
private JPanel ivjJDialogContentPane
ivjNickName
private JLabel ivjNickName
ivjNickNameTextField
private JTextField ivjNickNameTextField
modalResult
private boolean modalResult
DlgBoxGetNickName
public DlgBoxGetNickName()
- Constructor
DlgBoxGetNickName
public DlgBoxGetNickName(Frame owner)
- DlgBoxGetNickName constructor comment.
- Parameters:
- owner - java.awt.Frame
DlgBoxGetNickName
public DlgBoxGetNickName(Frame owner,
String title)
- DlgBoxGetNickName constructor comment.
- Parameters:
- owner - java.awt.Frame
- title - java.lang.String
DlgBoxGetNickName
public DlgBoxGetNickName(Frame owner,
String title,
boolean modal)
- DlgBoxGetNickName constructor comment.
- Parameters:
- owner - java.awt.Frame
- title - java.lang.String
- modal - boolean
DlgBoxGetNickName
public DlgBoxGetNickName(Frame owner,
boolean modal)
- DlgBoxGetNickName constructor comment.
- Parameters:
- owner - java.awt.Frame
- modal - boolean
actionPerformed
public void actionPerformed(ActionEvent e)
- Method to handle events for the ActionListener interface.
- Parameters:
- e - java.awt.event.ActionEvent
buttonCancel_ActionEvents
public void buttonCancel_ActionEvents()
- Comment
buttonOk_ActionEvents
public void buttonOk_ActionEvents()
- Comment
connEtoC1
private void connEtoC1()
- connEtoC1: (ButtonOk.action. --> DlgBoxGetNickName.buttonOk_ActionEvents()V)
connEtoC2
private void connEtoC2()
- connEtoC2: (ButtonCancel.action. --> DlgBoxGetNickName.buttonCancel_ActionEvents()V)
getButtonCancel
private JButton getButtonCancel()
- Return the ButtonCancel property value.
- Returns:
- com.sun.java.swing.JButton
getButtonOk
private JButton getButtonOk()
- Return the ButtonOk property value.
- Returns:
- com.sun.java.swing.JButton
getJDialogContentPane
private JPanel getJDialogContentPane()
- Return the JDialogContentPane property value.
- Returns:
- com.sun.java.swing.JPanel
getModalResult
public boolean getModalResult()
- This method was created in VisualAge.
- Returns:
- boolean
getName
public String getName()
- This method was created in VisualAge.
- Returns:
- java.lang.String
getNickName
public JLabel getNickName()
- This method was created in VisualAge.
- Returns:
- java.lang.String
getNickNameTextField
private JTextField getNickNameTextField()
- Return the NickNameTextField property value.
- Returns:
- com.sun.java.swing.JTextField
handleException
private void handleException(Throwable exception)
- Called whenever the part throws an exception.
- Parameters:
- exception - java.lang.Throwable
initConnections
private void initConnections()
- Initializes connections
initialize
private void initialize()
- Initialize the class.
main
public static void main(String args[])
- main entrypoint - starts the part when it is run as an application
- Parameters:
- args - java.lang.String[]
setNewName
public void setNewName(String name)
- This method was created in VisualAge.
- Parameters:
- name - java.lang.String