|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--medi.swing.expander.TreeNodeExpander
Generic tree node expander.
Field Summary | |
protected static int[] |
authorIDIndexes
Indexes of key columns for an author. |
protected static int[] |
authorIndexes
Indexes of desired columns for an author. |
protected static int[] |
containerIDIndexes
Indexes of key columns for a container. |
protected static int[] |
containerIndexes
Indexes of desired columns for a container. |
protected static int[] |
dataIDIndexes
Indexes of key columns for a data item. |
protected static int[] |
dataIndexes
Indexes of desired columns for a data item. |
protected static int[] |
dataSetIDIndexes
Indexes of key columns for a data set. |
protected static int[] |
dataSetIndexes
Indexes of desired columns for a data set. |
protected static int[] |
editorIDIndexes
Indexes of key columns for an editor. |
protected static int[] |
editorIndexes
Indexes of desired columns for an editor. |
protected static int[] |
fileTypeIDIndexes
Indexes of key columns for a file type. |
protected static int[] |
fileTypeIndexes
Indexes of desired columns for a file type. |
protected static int[] |
genreIDIndexes
Indexes of key columns for a genre. |
protected static int[] |
genreIndexes
Indexes of desired columns for a genre. |
protected static int[] |
programIDIndexes
Indexes of key columns for a program. |
protected static int[] |
programIndexes
Indexes of desired columns for a program. |
protected Provider |
prv
The provider to use. |
protected static int[] |
sessionIDIndexes
Indexes of key columns for a session. |
protected static int[] |
sessionIndexes
Indexes of desired columns for a session. |
protected static int[] |
volumeIDIndexes
Indexes of key columns for a volume. |
protected static int[] |
volumeIndexes
Indexes of desired columns for a volume. |
Constructor Summary | |
TreeNodeExpander()
|
Method Summary | |
abstract void |
expand(IndexedTypedTreeNode node)
Expands a node. |
void |
setProvider(Provider pPrv)
Sets the provider to use. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Provider prv
protected static int[] containerIndexes
protected static int[] containerIDIndexes
protected static int[] volumeIndexes
protected static int[] volumeIDIndexes
protected static int[] sessionIndexes
protected static int[] sessionIDIndexes
protected static int[] dataIndexes
protected static int[] dataIDIndexes
protected static int[] genreIndexes
protected static int[] genreIDIndexes
protected static int[] authorIndexes
protected static int[] authorIDIndexes
protected static int[] editorIndexes
protected static int[] editorIDIndexes
protected static int[] fileTypeIndexes
protected static int[] fileTypeIDIndexes
protected static int[] programIndexes
protected static int[] programIDIndexes
protected static int[] dataSetIndexes
protected static int[] dataSetIDIndexes
Constructor Detail |
public TreeNodeExpander()
Method Detail |
public void setProvider(Provider pPrv)
pPrv
- The provider to use.public abstract void expand(IndexedTypedTreeNode node)
node
- The node to expand.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |