Public Member Functions | |
InspectorPanel (String name, Serializable ob) | |
Creates new form InspectorPanel. | |
InspectorPanel () | |
Creates new form InspectorPanel, beanable. | |
void | setData (Serializable ob) |
Creates new form InspectorPanel. | |
void | setName (String name) |
Static Public Member Functions | |
void | main (String[] args) |
Public Attributes | |
JTreeTable | treeTable |
Package Attributes | |
String | isName |
Serializable | isObj |
Private Member Functions | |
void | myInitComponents () |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
Private Attributes | |
javax.swing.JScrollPane | spScrollPane |
Definition at line 16 of file InspectorPanel.java.
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. Definition at line 69 of file InspectorPanel.java. Referenced by GuiComponents.Inspector.InspectorPanel.InspectorPanel(). |