|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.gui.JdbcExplorer.Node
class JdbcExplorer.Node
| Field Summary | |
|---|---|
(package private) JdbcMetaData.DbColumn |
columnInfo
|
(package private) boolean |
gotChildren
|
(package private) String |
name
|
(package private) DefaultMutableTreeNode |
treeNode
|
(package private) JdbcExplorer.NodeType |
type
|
| Constructor Summary | |
|---|---|
JdbcExplorer.Node(String name,
JdbcExplorer.NodeType type,
DefaultMutableTreeNode treeNode)
|
|
JdbcExplorer.Node(String name,
JdbcExplorer.NodeType type,
DefaultMutableTreeNode treeNode,
JdbcMetaData.DbColumn columnInfo)
|
|
| Method Summary | |
|---|---|
void |
setChildren()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
final String name
final JdbcExplorer.NodeType type
boolean gotChildren
DefaultMutableTreeNode treeNode
final JdbcMetaData.DbColumn columnInfo
| Constructor Detail |
|---|
public JdbcExplorer.Node(String name,
JdbcExplorer.NodeType type,
DefaultMutableTreeNode treeNode)
public JdbcExplorer.Node(String name,
JdbcExplorer.NodeType type,
DefaultMutableTreeNode treeNode,
JdbcMetaData.DbColumn columnInfo)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void setChildren()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||