

Public Member Functions | |
| CDBBrowser () throws HeadlessException | |
| void | setIOR (String strIOR) |
| void | init () |
| void | valueChanged (TreeSelectionEvent event) |
Static Public Member Functions | |
| static void | main (String[] args) |
Private Attributes | |
| JSplitPane | jSplitPane |
| JTree | cdbTree |
| JTextArea | jTextArea |
| String | strIOR = null |
| com::cosylab::cdb::CDBBrowser::CDBBrowser | ( | ) | throws HeadlessException [inline] |
| void com::cosylab::cdb::CDBBrowser::init | ( | ) | [inline] |
References cdbTree, jSplitPane, jTextArea, and strIOR.
Referenced by main().
| static void com::cosylab::cdb::CDBBrowser::main | ( | String[] | args | ) | [inline, static] |
References CDBBrowser(), init(), and setIOR().
| void com::cosylab::cdb::CDBBrowser::setIOR | ( | String | strIOR | ) | [inline] |
| void com::cosylab::cdb::CDBBrowser::valueChanged | ( | TreeSelectionEvent | event | ) | [inline] |
References cdbTree, com::cosylab::cdb::CDBTreeNode::getValue(), and jTextArea.
JTree com::cosylab::cdb::CDBBrowser::cdbTree [private] |
Referenced by init(), and valueChanged().
JSplitPane com::cosylab::cdb::CDBBrowser::jSplitPane [private] |
Referenced by init().
JTextArea com::cosylab::cdb::CDBBrowser::jTextArea [private] |
Referenced by init(), and valueChanged().
String com::cosylab::cdb::CDBBrowser::strIOR = null [private] |
Referenced by init().
1.6.2