Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

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]
 


Member Function Documentation

void com::cosylab::logging::settings::UserInfoDlg::actionPerformed ActionEvent  e  )  [inline]
 

See also:
java.awt.event.ActionListener;

String com::cosylab::logging::settings::UserInfoDlg::getInfo  )  [inline]
 

Returns:
the info to add

String com::cosylab::logging::settings::UserInfoDlg::getInfoName  )  [inline]
 

Returns:
the name for the info to add

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

Init the GUI

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


Member Data Documentation

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

boolean com::cosylab::logging::settings::UserInfoDlg::exitOk = false [private]
 

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

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

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

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


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:13:18 2009 for ACS Java API by doxygen 1.3.8