Class and Description |
---|
AsynchronousModelFilter
Change threading of implemented models.
|
AsynchronousModelFilter.CALL
This enumeration identifies method(s) of view models for which
threading information is provided by
AsynchronousModelFilter.asynchronous(java.util.concurrent.Executor, org.netbeans.spi.viewmodel.AsynchronousModelFilter.CALL, java.lang.Object) method. |
CheckNodeModel
The extension of
NodeModel that can display check-boxes next to the
node display name. |
ColumnModel
Defines model for one table view column.
|
DnDNodeModel
Extension of
NodeModel with support for Drag and Drop of nodes. |
ExtendedNodeModel
Provides extension to
NodeModel with cut/copy/paste and rename
functionality, and also allowing to set icons with extension. |
Model
Marker interface for all models.
|
ModelEvent
Encapsulates information describing changes to a model, and
used to notify model listeners of the change.
|
ModelListener
Notifies about changes in view model.
|
Models.ActionPerformer
Support interface for
Models.createAction(String,Models.ActionPerformer,int) method. |
Models.CompoundModel
This model encapsulates all currently supported models.
|
Models.TreeFeatures
Tree expansion control.
|
NodeActionsProvider
Provides actions and default action for some type of objects.
|
NodeModel
Provides display name, icon and tool tip value for some type of objects.
|
NodeModelFilter
Filters content of some existing
NodeModel . |
ReorderableTreeModel
Data model for tree that supports reordering
of child nodes.
|
TableHTMLModel
Use this to separate value and the HTML value.
|
TableModel
Adds support for columns to basic
TreeModel . |
TablePropertyEditorsModel
Use this to provide different property editors for different table cells.
|
TableRendererModel
Model that provides custom cell renderer and cell editor for table cells.
|
TreeExpansionModel
This model controlls expansion, collapsion of nodes in tree view, and
defindes default expand state for all node in it.
|
TreeModel
Defines data model for tree.
|
TreeModelFilter
Filters content of some original tree of nodes (represented by
TreeModel ). |
UnknownTypeException
Used by various data models if data model is asked to resolve node
of unknown type.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.