See: Description
Class | Description |
---|---|
CellDecorator |
A cell decorator visualizes extension-specific data by drawing on top of
a cell's graphics context.
|
CellDecoratorAction |
An action for enabling and disabling cell decorators.
|
ComponentAction |
An action for enabling and disabling UI extension components.
|
SideBarAction |
An action for showing and hiding UI extension side bars.
|
TableDecorator |
A table decorator visualizes extension-specific data by drawing on top of
a table's graphics context.
|
TableDecoratorAction |
An action for enabling and disabling table decorators.
|
UIExtension |
A base class for user interface extensions to the CleanSheets application.
|
Provides an extension mechanism for the application's user interface.
Extension-specific user interface components can be integrated into the
main CleanSheets user interface. Each extension can specify a
UIExtension
sub-class that provides any of the pre-defined
types of components. Sub-classes should override the accessor methods for the
components that they provide, and add components as selection listeners whenever
required.
csheets.ext