com::cosylab::logging::settings::UserInfoDlg Class Reference

Inheritance diagram for com::cosylab::logging::settings::UserInfoDlg:
Inheritance graph
[legend]
Collaboration diagram for com::cosylab::logging::settings::UserInfoDlg:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UserInfoDlg ()
void actionPerformed (ActionEvent e)
boolean okPressed ()
String getInfoName ()
String getInfo ()

Private Member Functions

void initGUI ()

Private Attributes

JTextField nameTF = new JTextField(20)
JTextArea valueTA = new JTextArea(10,20)
JButton okB = new JButton("Ok")
JButton cancelB = new JButton("Cancel")
boolean exitOk = false

Detailed Description

The class to add info (<name, value> to a log

Author:
acaproni

Constructor & Destructor Documentation

com::cosylab::logging::settings::UserInfoDlg::UserInfoDlg (  )  [inline]

References initGUI().


Member Function Documentation

void com::cosylab::logging::settings::UserInfoDlg::actionPerformed ( ActionEvent  e  )  [inline]
See also:
java.awt.event.ActionListener;

References exitOk, nameTF, okB, and valueTA.

String com::cosylab::logging::settings::UserInfoDlg::getInfo (  )  [inline]
Returns:
the info to add

References valueTA.

Referenced by alma::acs::logging::table::TablePopupMenu::actionPerformed().

String com::cosylab::logging::settings::UserInfoDlg::getInfoName (  )  [inline]
Returns:
the name for the info to add

References nameTF.

Referenced by alma::acs::logging::table::TablePopupMenu::actionPerformed().

void com::cosylab::logging::settings::UserInfoDlg::initGUI (  )  [inline, private]

Init the GUI

References cancelB, nameTF, okB, and valueTA.

Referenced by UserInfoDlg().

boolean com::cosylab::logging::settings::UserInfoDlg::okPressed (  )  [inline]

Member Data Documentation

JButton com::cosylab::logging::settings::UserInfoDlg::cancelB = new JButton("Cancel") [private]

Referenced by initGUI().

Referenced by actionPerformed(), and okPressed().

JTextField com::cosylab::logging::settings::UserInfoDlg::nameTF = new JTextField(20) [private]

The text field where the user inserts the name (key)

Referenced by actionPerformed(), getInfoName(), and initGUI().

JButton com::cosylab::logging::settings::UserInfoDlg::okB = new JButton("Ok") [private]

Referenced by actionPerformed(), and initGUI().

JTextArea com::cosylab::logging::settings::UserInfoDlg::valueTA = new JTextArea(10,20) [private]

Referenced by actionPerformed(), getInfo(), and initGUI().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2