- TableHTMLModel - Interface in org.netbeans.spi.viewmodel
-
Use this to separate value and the HTML value.
- TableHTMLModelFilter - Interface in org.netbeans.spi.viewmodel
-
Use this to separate value and the HTML value.
- TableModel - Interface in org.netbeans.spi.viewmodel
-
- TableModelFilter - Interface in org.netbeans.spi.viewmodel
-
Allows to filter content of some existing
TableModel
.
- TablePropertyEditorsModel - Interface in org.netbeans.spi.viewmodel
-
Use this to provide different property editors for different table cells.
- TablePropertyEditorsModelFilter - Interface in org.netbeans.spi.viewmodel
-
Use this to provide different property editors for different table cells.
- TableRendererModel - Interface in org.netbeans.spi.viewmodel
-
Model that provides custom cell renderer and cell editor for table cells.
- TableRendererModelFilter - Interface in org.netbeans.spi.viewmodel
-
Model filter that can override custom cell renderer and cell editor for table cells.
- TableValueChanged(Object, Object, String) - Constructor for class org.netbeans.spi.viewmodel.ModelEvent.TableValueChanged
-
Creates a new instance of TableValueChanged event.
- TableValueChanged(Object, Object, String, int) - Constructor for class org.netbeans.spi.viewmodel.ModelEvent.TableValueChanged
-
Creates a new instance of TableValueChanged event.
- toString() - Method in class org.netbeans.spi.viewmodel.ModelEvent.NodeChanged
-
- toString() - Method in class org.netbeans.spi.viewmodel.ModelEvent.SelectionChanged
-
- toString() - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- TreeChanged(Object) - Constructor for class org.netbeans.spi.viewmodel.ModelEvent.TreeChanged
-
Creates a new instance of TreeChanged event.
- TreeExpansionModel - Interface in org.netbeans.spi.viewmodel
-
This model controlls expansion, collapsion of nodes in tree view, and
defindes default expand state for all node in it.
- TreeExpansionModelFilter - Interface in org.netbeans.spi.viewmodel
-
This model filter controlls expansion, collapsion of nodes in tree view, and
defindes default expand state for all node in it.
- treeFeatures(JComponent) - Static method in class org.netbeans.spi.viewmodel.Models
-
Returns implementation of tree view features for given view.
- TreeFeatures() - Constructor for class org.netbeans.spi.viewmodel.Models.TreeFeatures
-
- TreeModel - Interface in org.netbeans.spi.viewmodel
-
Defines data model for tree.
- TreeModelFilter - Interface in org.netbeans.spi.viewmodel
-
Filters content of some original tree of nodes (represented by
TreeModel
).