ej-technologies

Package org.gjt.jclasslib.browser.detail

This package contains classes for the detail area in a child window of the class file browser.

See:
          Description

Class Summary
AnnotationDetailPane Class for showing an annotation node.
ArrayElementValueDetailPane Class for showing an array element value entry.
AttributeDetailPane Detail pane for an attribute of class org.gjt.jclasslib.structures.AttributeInfo.
ClassMemberDetailPane Detail pane showing class members (methods or fields).
ConstantPoolDetailPane Detail pane showing constant pool entries.
ElementValueDetailPane Container for the classes defined in the elementvalue subpackage and switches between the contained panes as required.
ElementValuePairDetailPane Class for showing an element value pair node.
FixedListDetailPane Base class for all detail panes with a structure of a fixed number of key-value pairs arranged in a list.
GeneralDetailPane Detail pane showing general information on the class file structure.
InterfaceDetailPane Detail pane showing interface entries.
ListDetailPane Base class for all detail panes with a structure of a variable number of row entries with the same number of columns.
ListDetailPane.ColumnCache Class for caching dynamically computed values in a read only table.
ListDetailPane.Link Marker class returned by getColumnClass() to indicate a hyperlink in a table.
 

Package org.gjt.jclasslib.browser.detail Description

This package contains classes for the detail area in a child window of the class file browser.


ej-technologies