ej-technologies

Package org.gjt.jclasslib.browser

This package contains classes for the class file browser.

See:
          Description

Interface Summary
BrowserServices Container services for a BrowserComponent.
 

Class Summary
AbstractDetailPane Base class for all detail panes showing specific information for a specific tree node selected in BrowserTreePane.
BrowserAboutDialog About dialog.
BrowserApplication Entry class for the bytecode viewer.
BrowserComponent Visual component displaying a class file.
BrowserDesktopManager The desktop manager for the class file browser application.
BrowserDetailPane The right half of a child window of the class file browser application showing detailed information for the specific tree node selected in BrowserTreePane.
BrowserHistory Manages the navigation history of a single child window.
BrowserInternalFrame A child window of the class file browser application.
BrowserMDIFrame MDI Frame and entry point for the class file browser application.
BrowserTreeNode Tree node contained in the tree of the BrowserTreePane and representing a structural element of the class file format.
BrowserTreePane The pane containing the tree structure for the class file shown in the child window.
ConstantPoolHyperlinkListener Listens for mouse clicks and manages linking into the constat pool.
RecentMenu Menu that holds recent workspace files.
 

Package org.gjt.jclasslib.browser Description

This package contains classes for the class file browser. The entry point for the application is BrowserApplication.


ej-technologies