|
|||||||||
| Home >> All >> com >> robrohan >> [ fangorn overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.robrohan.fangorn
Class TreeViewer

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
com.robrohan.fangorn.TreeViewer
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class TreeViewer
- extends javax.swing.JInternalFrame
This is currently (1/10/2003) used to display templates, but it should be generic enough to do other tree displays as well. It is dependent on com.robrohan.treebeard.TreeView
| Nested Class Summary | |
(package private) class |
TreeViewer.loadFileAction
|
| Nested classes inherited from class javax.swing.JInternalFrame |
javax.swing.JInternalFrame.AccessibleJInternalFrame, javax.swing.JInternalFrame.JDesktopIcon |
| 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 javax.swing.JPanel |
jPanel2
|
private javax.swing.JPanel |
jPanel3
|
private javax.swing.JPanel |
jPanel4
|
private javax.swing.JToolBar |
jToolBar1
|
private javax.swing.ImageIcon |
load_icon
|
private javax.swing.JPanel |
panCenter
|
private javax.swing.JPanel |
panTop
|
private javax.swing.JFileChooser |
TreeChooser
|
private com.robrohan.treebeard.TreeView |
tv
|
| Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| 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 javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
TreeViewer(java.lang.String title,
boolean resizable,
boolean closeable,
boolean maximizable,
boolean iconifiable)
Creates new form TreeViewer |
|
| Method Summary | |
private void |
askForFile()
show the open dialog |
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
boolean |
isEnt()
is this an ent? |
private void |
loadFile(java.io.File file)
load a file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
tv
private com.robrohan.treebeard.TreeView tv
load_icon
private javax.swing.ImageIcon load_icon
jPanel4
private javax.swing.JPanel jPanel4
jPanel3
private javax.swing.JPanel jPanel3
panTop
private javax.swing.JPanel panTop
jPanel2
private javax.swing.JPanel jPanel2
TreeChooser
private javax.swing.JFileChooser TreeChooser
jToolBar1
private javax.swing.JToolBar jToolBar1
panCenter
private javax.swing.JPanel panCenter
| Constructor Detail |
TreeViewer
public TreeViewer(java.lang.String title, boolean resizable, boolean closeable, boolean maximizable, boolean iconifiable)
- Creates new form TreeViewer
| Method Detail |
isEnt
public boolean isEnt()
- is this an ent?
askForFile
private void askForFile()
- show the open dialog
loadFile
private void loadFile(java.io.File file)
- load a file
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
|
|||||||||
| Home >> All >> com >> robrohan >> [ fangorn overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC