Modifier and Type | Interface and Description |
---|---|
interface |
AsynchronousModelFilter
Change threading of implemented models.
|
interface |
CheckNodeModel
The extension of
NodeModel that can display check-boxes next to the
node display name. |
interface |
CheckNodeModelFilter
A model filter for
CheckNodeModel . |
interface |
DnDNodeModel
Extension of
NodeModel with support for Drag and Drop of nodes. |
interface |
DnDNodeModelFilter
Extension of
NodeModelFilter with support for Drag and Drop of nodes. |
interface |
ExtendedNodeModel
Provides extension to
NodeModel with cut/copy/paste and rename
functionality, and also allowing to set icons with extension. |
interface |
ExtendedNodeModelFilter
Provides extension to
NodeModelFilter ,
filters content of some existing ExtendedNodeModel . |
interface |
NodeActionsProvider
Provides actions and default action for some type of objects.
|
interface |
NodeActionsProviderFilter
Filters actions provided by some original
NodeActionsProvider . |
interface |
NodeModel
Provides display name, icon and tool tip value for some type of objects.
|
interface |
NodeModelFilter
Filters content of some existing
NodeModel . |
interface |
ReorderableTreeModel
Data model for tree that supports reordering
of child nodes.
|
interface |
ReorderableTreeModelFilter
Filters an original tree data model that supports reordering
of child nodes.
|
interface |
TableHTMLModel
Use this to separate value and the HTML value.
|
interface |
TableHTMLModelFilter
Use this to separate value and the HTML value.
|
interface |
TableModel
Adds support for columns to basic
TreeModel . |
interface |
TableModelFilter
Allows to filter content of some existing
TableModel . |
interface |
TablePropertyEditorsModel
Use this to provide different property editors for different table cells.
|
interface |
TablePropertyEditorsModelFilter
Use this to provide different property editors for different table cells.
|
interface |
TableRendererModel
Model that provides custom cell renderer and cell editor for table cells.
|
interface |
TableRendererModelFilter
Model filter that can override custom cell renderer and cell editor for table cells.
|
interface |
TreeExpansionModel
This model controlls expansion, collapsion of nodes in tree view, and
defindes default expand state for all node in it.
|
interface |
TreeExpansionModelFilter
This model filter controlls expansion, collapsion of nodes in tree view, and
defindes default expand state for all node in it.
|
interface |
TreeModel
Defines data model for tree.
|
interface |
TreeModelFilter
Filters content of some original tree of nodes (represented by
TreeModel ). |
Modifier and Type | Class and Description |
---|---|
class |
CachedChildrenTreeModel
A TreeModel, which caches children objects and allow seamless update of children objects.
|
class |
ColumnModel
Defines model for one table view column.
|
static class |
Models.CompoundModel
This model encapsulates all currently supported models.
|