|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.greenstone.gatherer.gui
Class CreatePane.OptionTree

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JTree
org.greenstone.gatherer.gui.CreatePane.OptionTree
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.Scrollable, java.io.Serializable, javax.swing.event.TreeSelectionListener
- Enclosing class:
- CreatePane
- private class CreatePane.OptionTree
- extends javax.swing.JTree
- implements javax.swing.event.TreeSelectionListener
- extends javax.swing.JTree
The OptionTree is simply a tree structure that has a root node labelled "Options" and then has a child node for each available options screen. These screens are either combinations of the available import and build arguments, or a message log detailing the shell processes progress.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JTree |
javax.swing.JTree.AccessibleJTree, javax.swing.JTree.DynamicUtilTreeNode, javax.swing.JTree.EmptySelectionModel, javax.swing.JTree.TreeModelHandler, javax.swing.JTree.TreeSelectionRedirector |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private CreatePane.OptionTreeNode |
building
The node corresponding to the building options view. |
private CreatePane.OptionTreeNode |
importing
The node corresponding to the importing options view. |
private CreatePane.OptionTreeNode |
log
The node corresponding to the log view. |
private javax.swing.tree.DefaultTreeModel |
model
The model behind the tree. |
private CreatePane.OptionTreeNode |
options
The root node of the options tree, which has no associated options view. |
private javax.swing.JPanel |
previous_pane
The previous options view displayed, which is sometimes needed to refresh properly. |
| 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 | |
CreatePane.OptionTree()
Constructor. |
|
| Method Summary | |
void |
valueChanged(javax.swing.event.TreeSelectionEvent event)
Any implementation of TreeSelectionListener must include this method to allow this listener to know when the selection has changed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
model
private javax.swing.tree.DefaultTreeModel model
- The model behind the tree.
previous_pane
private javax.swing.JPanel previous_pane
- The previous options view displayed, which is sometimes needed to refresh properly.
building
private CreatePane.OptionTreeNode building
- The node corresponding to the building options view.
importing
private CreatePane.OptionTreeNode importing
- The node corresponding to the importing options view.
log
private CreatePane.OptionTreeNode log
- The node corresponding to the log view.
options
private CreatePane.OptionTreeNode options
- The root node of the options tree, which has no associated options view.
| Constructor Detail |
CreatePane.OptionTree
public CreatePane.OptionTree()
- Constructor.
| Method Detail |
valueChanged
public void valueChanged(javax.swing.event.TreeSelectionEvent event)
- Any implementation of TreeSelectionListener must include this method to allow this listener to know when the selection has changed. Here we swap the options view depending on the selected OptionTreeNode.
- Specified by:
valueChangedin interfacejavax.swing.event.TreeSelectionListener
|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC