Uses of Interface
de.jaret.util.ui.table.model.ITableViewState

Packages that use ITableViewState
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
de.jaret.util.ui.table.model This package contains the model and model listeners for the jaret table. 
de.jaret.util.ui.table.util.action   
 

Uses of ITableViewState in de.jaret.util.ui.table
 

Fields in de.jaret.util.ui.table declared as ITableViewState
protected  ITableViewState JaretTable._tvs
          table viewstate.
 

Methods in de.jaret.util.ui.table that return ITableViewState
 ITableViewState JaretTable.getTableViewState()
          Retrieve the table viewstate.
 

Methods in de.jaret.util.ui.table with parameters of type ITableViewState
 void JaretTable.setTableViewState(ITableViewState tvs)
          Set a TableViewState.
 

Uses of ITableViewState in de.jaret.util.ui.table.model
 

Subinterfaces of ITableViewState in de.jaret.util.ui.table.model
 interface IHierarchicalTableViewState
          Interface describing a hierarchical table viewstate.
 

Classes in de.jaret.util.ui.table.model that implement ITableViewState
 class DefaultHierarchicalTableViewState
          Default implementation of a hierarchical view state.
 class DefaultTableViewState
          Default implementation of a TableViewState for the jaret table.
 

Uses of ITableViewState in de.jaret.util.ui.table.util.action
 

Fields in de.jaret.util.ui.table.util.action declared as ITableViewState
protected  ITableViewState ConfigureColumnsAction._tvs
          the table viewstate.
 



Copyright © 2012. All Rights Reserved.