

Public Member Functions | |
| CDBAddNodeDlg (Frame parent) | |
| void | actionPerformed (ActionEvent ae) |
| int | showModal () |
| void | setCurl (String curl) |
| void | setXML (String xml) |
| String | getCurl () |
| String | getXML () |
Static Public Member Functions | |
| static void | main (String args[]) |
Private Member Functions | |
| void | initComponents () |
| void | closeDialog (WindowEvent evt) |
Private Attributes | |
| JTextField | curlCtrl |
| JLabel | curlLabel |
| JTextArea | xmlDataCtrl |
| JButton | okBtn |
| JButton | cancelBtn |
| boolean | okButtonPressed = false |
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
| com::cosylab::cdb::browser::CDBAddNodeDlg::CDBAddNodeDlg | ( | Frame | parent | ) | [inline] |
References initComponents().
Referenced by main().
| void com::cosylab::cdb::browser::CDBAddNodeDlg::actionPerformed | ( | ActionEvent | ae | ) | [inline] |
References closeDialog(), okBtn, and okButtonPressed.
| void com::cosylab::cdb::browser::CDBAddNodeDlg::closeDialog | ( | WindowEvent | evt | ) | [inline, private] |
Closes the dialog
Referenced by actionPerformed(), and initComponents().
| String com::cosylab::cdb::browser::CDBAddNodeDlg::getCurl | ( | ) | [inline] |
| String com::cosylab::cdb::browser::CDBAddNodeDlg::getXML | ( | ) | [inline] |
| void com::cosylab::cdb::browser::CDBAddNodeDlg::initComponents | ( | ) | [inline, private] |
References cancelBtn, closeDialog(), curlCtrl, curlLabel, okBtn, and xmlDataCtrl.
Referenced by CDBAddNodeDlg().
| static void com::cosylab::cdb::browser::CDBAddNodeDlg::main | ( | String | args[] | ) | [inline, static] |
| args | the command line arguments |
References CDBAddNodeDlg().
| void com::cosylab::cdb::browser::CDBAddNodeDlg::setCurl | ( | String | curl | ) | [inline] |
| curl |
References curlCtrl.
Referenced by com::cosylab::cdb::browser::CDBLogic::addNode().
| void com::cosylab::cdb::browser::CDBAddNodeDlg::setXML | ( | String | xml | ) | [inline] |
| xml |
References xmlDataCtrl.
Referenced by com::cosylab::cdb::browser::CDBLogic::addNode().
| int com::cosylab::cdb::browser::CDBAddNodeDlg::showModal | ( | ) | [inline] |
JButton com::cosylab::cdb::browser::CDBAddNodeDlg::cancelBtn [private] |
Referenced by initComponents().
JTextField com::cosylab::cdb::browser::CDBAddNodeDlg::curlCtrl [private] |
Referenced by getCurl(), initComponents(), and setCurl().
JLabel com::cosylab::cdb::browser::CDBAddNodeDlg::curlLabel [private] |
Referenced by initComponents().
JButton com::cosylab::cdb::browser::CDBAddNodeDlg::okBtn [private] |
Referenced by actionPerformed(), and initComponents().
boolean com::cosylab::cdb::browser::CDBAddNodeDlg::okButtonPressed = false [private] |
Referenced by actionPerformed(), and showModal().
JTextArea com::cosylab::cdb::browser::CDBAddNodeDlg::xmlDataCtrl [private] |
Referenced by getXML(), initComponents(), and setXML().
1.6.2