|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.image.data.NodeMaker
public final class NodeMaker
Contains helper methods for making the tree structure of Projects,ArraySlides,Scans,and Sessions
in the ProjectFrame.
The hierachy of nodes is as such:
Root Node -> My Projects -> Projects -> ArraySlides -> Scans -> Sessions
Constructor Summary | |
---|---|
NodeMaker(boolean isShowingOnlyPublishedPapers)
Constructs this class, and initializes all nodes in JTree of the ProjectFrame. |
Method Summary | |
---|---|
javax.swing.tree.DefaultMutableTreeNode |
getRootNode()
Gets the root node of the JTree. |
void |
refresh(javax.swing.tree.DefaultTreeModel treeModel)
Refreses the SharedSessionsNode and PublishedSessions Node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeMaker(boolean isShowingOnlyPublishedPapers)
Method Detail |
---|
public javax.swing.tree.DefaultMutableTreeNode getRootNode()
public void refresh(javax.swing.tree.DefaultTreeModel treeModel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |