|
ej-technologies | |||||||||
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
org.gjt.jclasslib.browser.BrowserComponent
Visual component displaying a class file.
Nested Class Summary |
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 |
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.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 | |
BrowserComponent(BrowserServices services)
Constructor. |
Method Summary | |
void |
checkSelection()
Check whether anything is selected. |
BrowserPath |
getBrowserPath()
Construct a BrowserPath object for the curently selected path in the tree. |
BrowserDetailPane |
getDetailPane()
Get the pane containing the detail area for the specific tree node selected in the BrowserTreePane. |
BrowserHistory |
getHistory()
Get the navigation history of this child window. |
BrowserTreePane |
getTreePane()
Get the pane containing the tree structure for the shown class file. |
void |
rebuild()
Rebuild tree view, clear history and try to set the same path in the browser as before. |
void |
reset()
Rebuild tree view and clear history. |
void |
setBrowserPath(BrowserPath browserPath)
Set the currently selected path in the tree by analyzing a BrowserPath object. |
void |
valueChanged(TreeSelectionEvent selectionEvent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BrowserComponent(BrowserServices services)
services
- the associated browser servicesMethod Detail |
public BrowserTreePane getTreePane()
public BrowserDetailPane getDetailPane()
public BrowserHistory getHistory()
public BrowserPath getBrowserPath()
public void setBrowserPath(BrowserPath browserPath)
browserPath
- the browser pathpublic void rebuild()
public void reset()
public void checkSelection()
public void valueChanged(TreeSelectionEvent selectionEvent)
valueChanged
in interface TreeSelectionListener
|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |