|
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
javax.swing.JInternalFrame
org.gjt.jclasslib.mdi.BasicInternalFrame
org.gjt.jclasslib.browser.BrowserInternalFrame
A child window of the class file browser application.
Nested Class Summary |
Nested classes inherited from class javax.swing.JInternalFrame |
JInternalFrame.AccessibleJInternalFrame, JInternalFrame.JDesktopIcon |
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 | |
static Class[] |
CONSTRUCTOR_ARGUMENTS
Constructor for creating a derived BasicInternalFrame with an initialization parameter. |
Fields inherited from class org.gjt.jclasslib.mdi.BasicInternalFrame |
desktopManager |
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.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 | |
BrowserInternalFrame(BasicDesktopManager desktopManager,
WindowState windowState)
Constructor. |
Method Summary | |
void |
activate()
Activate this view. |
boolean |
canOpenClassFiles()
Indicates whether openClassFile will be able to show class files or not. |
Action |
getActionBackward()
Get the Action which allows to move backward in the navigation history. |
Action |
getActionForward()
Get the Action which allows to move forward in the navigation history. |
BrowserComponent |
getBrowserComponent()
Get the BrowserComponent which is the top parent of the visual hierarchy of the class file browser. |
ClassFile |
getClassFile()
Get the ClassFile object for the show class file. |
String |
getFileName()
Get the file name for the displayed class file. |
Object |
getInitParam()
Get the initialization parameter used for storing the state of the frame. |
void |
openClassFile(String className,
BrowserPath browserPath)
Open a class. |
void |
reload()
Reload class file. |
Methods inherited from class org.gjt.jclasslib.mdi.BasicInternalFrame |
setupInternalFrame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Class[] CONSTRUCTOR_ARGUMENTS
Constructor Detail |
public BrowserInternalFrame(BasicDesktopManager desktopManager, WindowState windowState)
desktopManager
- the associated desktop managerwindowState
- the window state object. The frame will load the class file from
information present within this object.Method Detail |
public Object getInitParam()
BasicInternalFrame
getInitParam
in class BasicInternalFrame
public ClassFile getClassFile()
BrowserServices
getClassFile
in interface BrowserServices
public void activate()
BrowserServices
activate
in interface BrowserServices
public BrowserComponent getBrowserComponent()
BrowserServices
getBrowserComponent
in interface BrowserServices
public Action getActionBackward()
BrowserServices
getActionBackward
in interface BrowserServices
public Action getActionForward()
BrowserServices
getActionForward
in interface BrowserServices
public void openClassFile(String className, BrowserPath browserPath)
BrowserServices
openClassFile
in interface BrowserServices
className
- the name of the class.browserPath
- an optional BrowserPath object. May be null.public boolean canOpenClassFiles()
BrowserServices
canOpenClassFiles
in interface BrowserServices
public void reload()
public String getFileName()
|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |