Interface | Description |
---|---|
AutosizedIcon.IconSizeProvider |
Alternate supplier of icon size.
|
FileData |
Interface for providing data about files in jGRASP.
|
GIconData |
"G" icon display data.
|
Language |
Class for describing a language choice in jGRASP.
|
ResizableFlexWidthIcon |
An interface for resizable icons with flexible widths.
|
ResizableIcon |
An interface for resizable icons.
|
Tool |
Interface for tool plugins.
|
Viewer |
Interface for workbench and debugger viewers.
|
Class | Description |
---|---|
AutosizedIcon |
A ScalableIcon that automatically sizes itself to the global unit size.
|
Drawing |
Drawing utility methods.
|
Icons |
Makes folder and file icons used in jGRASP available to plugins.
|
JgrTreeCellRenderer |
An abstract tree cell renderer class.
|
PluginUtil |
Utility methods for plugins.
|
ScalableIcon |
Superclass for scalable icons.
|
StateIcon |
Base class for arbitrary-size icons that show a pass/fail state.
|
Enum | Description |
---|---|
Colors |
Color constants.
|
StateIcon.State |
Possible states.
|
Error | Description |
---|---|
PluginOptOut |
Exception thrown in a plugin constructor, when the plugin chooses not to
make itself available.
|