Uses of Package
de.jaret.util.ui.table.model

Packages that use de.jaret.util.ui.table.model
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
de.jaret.util.ui.table.editor This package contains cell editors for the jaret table. 
de.jaret.util.ui.table.filter This package contains the row filtering support for the jaret table. 
de.jaret.util.ui.table.model This package contains the model and model listeners for the jaret table. 
de.jaret.util.ui.table.model.simple This package contains a very simple table model for instant usage. 
de.jaret.util.ui.table.renderer This package contains renderers for the jaret table. 
de.jaret.util.ui.table.strategies This package contains some strategy interfaces and default implementations for the jaret table. 
de.jaret.util.ui.table.util This package contains a utility classes to adapt the jaret table for better use with JFace and the workbench. 
de.jaret.util.ui.table.util.action   
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table
IColumn
          Interface for a column used in a jaret table model.
IHierarchicalJaretTableModel
          Hierarchical model for the jaret table.
IJaretTableCell
          Interface describing the location (in the data model) of a single cell.
IJaretTableModel
          Interface for the table model used by the jaret table.
IJaretTableModelListener
          Listener for listening to table model changes on a jaret table model.
IJaretTableSelectionModel
          Selection model for the jaret table.
IJaretTableSelectionModelListener
          Listener for listening on selection changes on a jaret table selection.
IRow
          Row interface for rows used with jaret table models.
IRowSorter
          A comparator for IRow to be set on the table.
ITableFocusListener
          Interface for listeners listening to the focus move on a jaret table.
ITableViewState
          View state of a jaret table.
ITableViewState.RowHeightMode
          Enumeration for the row height mode of a table row.
ITableViewStateListener
          Interface for listening to changes on the viewstate.
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table.editor
IColumn
          Interface for a column used in a jaret table model.
IRow
          Row interface for rows used with jaret table models.
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table.filter
IColumn
          Interface for a column used in a jaret table model.
IRow
          Row interface for rows used with jaret table models.
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table.model
AbstractColumn
          Abstract base implemenation of an IColumn.
AbstractJaretTableModel
          Abstract base implementation of a JaretTableModel.
DefaultJaretTableModel
          Default Jaret table model.
DefaultTableViewState
          Default implementation of a TableViewState for the jaret table.
DefaultTableViewState.ColumnConfiguration
          Simple helper class holding the onfiguration information for a column.
DefaultTableViewState.RowConfiguration
          Simple helper class holding the configuration for a row.
IColumn
          Interface for a column used in a jaret table model.
IColumnListener
          Interface for listening on value changes on a specific cell in a column.
IHierarchicalJaretTableModel
          Hierarchical model for the jaret table.
IHierarchicalTableViewState
          Interface describing a hierarchical table viewstate.
IHierarchicalTableViewStateListener
          Listener interface for listening on expanded/folded events.
IJaretTableCell
          Interface describing the location (in the data model) of a single cell.
IJaretTableModel
          Interface for the table model used by the jaret table.
IJaretTableModelListener
          Listener for listening to table model changes on a jaret table model.
IJaretTableSelection
          Interface describing the selection in a jaret table.
IJaretTableSelectionModel
          Selection model for the jaret table.
IJaretTableSelectionModelListener
          Listener for listening on selection changes on a jaret table selection.
IPropColAccessor
          Interface describing an accessor to be used together with the PropCol.
IRow
          Row interface for rows used with jaret table models.
IRowSorter
          A comparator for IRow to be set on the table.
ITableNode
          Interface describing a table row in a hierarchy of rows.
ITableNodeListener
          Interface for listening on jaret table nodes in a hierarchical model.
ITableViewState
          View state of a jaret table.
ITableViewState.ColumnResizeMode
          Enumeration for the possible resize behaviours: NONE: resize will only have an effect on the resized column SUBSEQUENT: resize will take/give the space from the next visible column (unless minwidth is reached) ALLSUBSEQUENT: resize will take/give the space from all following visible columns (unless minwidth of those is reached) ALL: width is interpreted as a weight; all columns will be resized Recommended mode is NONE since the other modes result in heavy redraw activity.
ITableViewState.HAlignment
           
ITableViewState.RowHeightMode
          Enumeration for the row height mode of a table row.
ITableViewState.VAlignment
           
ITableViewStateListener
          Interface for listening to changes on the viewstate.
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table.model.simple
AbstractColumn
          Abstract base implemenation of an IColumn.
AbstractJaretTableModel
          Abstract base implementation of a JaretTableModel.
IColumn
          Interface for a column used in a jaret table model.
IJaretTableModel
          Interface for the table model used by the jaret table.
IRow
          Row interface for rows used with jaret table models.
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table.renderer
IColumn
          Interface for a column used in a jaret table model.
IJaretTableCell
          Interface describing the location (in the data model) of a single cell.
IRow
          Row interface for rows used with jaret table models.
ITableViewState.HAlignment
           
ITableViewState.VAlignment
           
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table.strategies
IJaretTableCell
          Interface describing the location (in the data model) of a single cell.
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table.util
IColumn
          Interface for a column used in a jaret table model.
IJaretTableCell
          Interface describing the location (in the data model) of a single cell.
IJaretTableSelectionModelListener
          Listener for listening on selection changes on a jaret table selection.
IRow
          Row interface for rows used with jaret table models.
 

Classes in de.jaret.util.ui.table.model used by de.jaret.util.ui.table.util.action
IColumn
          Interface for a column used in a jaret table model.
ITableViewState
          View state of a jaret table.
 



Copyright © 2012. All Rights Reserved.