|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JTree
org.gamenet.swing.controls.DataSectionTree
Nested Class Summary | |
(package private) class |
DataSectionTree.DataSectionRenderer
|
(package private) class |
DataSectionTree.DataSectionTreeSelectionListener
|
(package private) static class |
DataSectionTree.HierarchicalDataSectionableTreeModel
|
(package private) static class |
DataSectionTree.LeafDataSectionable
|
(package private) static class |
DataSectionTree.ListDataSectionable
|
(package private) static class |
DataSectionTree.ListItemDataSectionable
|
(package private) static interface |
DataSectionTree.NamedDataSectionable
|
(package private) static class |
DataSectionTree.NamedDataSectionableImpl
|
Nested classes inherited from class javax.swing.JTree |
JTree.AccessibleJTree, JTree.DynamicUtilTreeNode, JTree.EmptySelectionModel, JTree.TreeModelHandler, JTree.TreeSelectionRedirector |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private JMenuItem |
compareWithEachOtherMenuItem
|
private JMenuItem |
compareWithExternalFileMenuItem
|
private static int |
INDEX_STEP_COUNT
|
private boolean |
multithreaded
|
private JPopupMenu |
popup
|
private ProgressDisplayer |
progressDisplayer
|
private DataSectionable |
root
|
private String |
rootName
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
|
DataSectionTree(String rootName,
DataSectionable root,
JPanel displayPanel,
ProgressDisplayer progressDisplayer)
|
protected |
DataSectionTree(String rootName,
DataSectionable root,
JPanel displayPanel,
ProgressDisplayer progressDisplayer,
boolean multithreaded)
|
Method Summary | |
static DataSectionable |
constructDataSectionableForNonListObject(Class dataSectionableClass,
Object object)
|
protected TreePath[] |
expandedSelectionPaths(TreePath[] selectedTreePaths)
|
static DataSectionTree.NamedDataSectionable |
getDataSectionableForParentNameAndIndex(DataSectionable parentDataSectionable,
String childSectionName,
int index)
|
static DataSection |
getDataSectionForParentAndName(DataSectionable parentDataSectionable,
String sectionName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private boolean multithreaded
private ProgressDisplayer progressDisplayer
private DataSectionable root
private String rootName
private JPopupMenu popup
private JMenuItem compareWithExternalFileMenuItem
private JMenuItem compareWithEachOtherMenuItem
private static final int INDEX_STEP_COUNT
Constructor Detail |
protected DataSectionTree(String rootName, DataSectionable root, JPanel displayPanel, ProgressDisplayer progressDisplayer, boolean multithreaded)
public DataSectionTree(String rootName, DataSectionable root, JPanel displayPanel, ProgressDisplayer progressDisplayer)
Method Detail |
public static DataSectionTree.NamedDataSectionable getDataSectionableForParentNameAndIndex(DataSectionable parentDataSectionable, String childSectionName, int index)
public static DataSection getDataSectionForParentAndName(DataSectionable parentDataSectionable, String sectionName)
public static DataSectionable constructDataSectionableForNonListObject(Class dataSectionableClass, Object object)
protected TreePath[] expandedSelectionPaths(TreePath[] selectedTreePaths)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |