| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
User: Ruediger Leppin Date: 26.11.2003 Time: 01:52:25
| Method Summary | |
|  TableColumn | getAllColumn(int columnIndex)Returns the TableColumnobject for the column atcolumnIndex. | 
|  int | getAllColumnCount()Returns the number of columns in the model. | 
|  int | getAllColumnIndex(Object identifier)Returns the index of the first column in the table whose identifier is equal to identifier,
 when compared usingequals. | 
|  Enumeration | getAllColumns()Returns an Enumerationof all the columns in the model. | 
|  boolean | isColumnChangeable(TableColumn column)Checks whether the specified column can change visibility. | 
|  boolean | isColumnVisible(TableColumn aColumn)Checks whether the specified column is currently visible. | 
|  void | setAllColumnsVisible()Makes all columns in this model visible | 
|  void | setColumnChangeable(TableColumn column,
                    boolean changeable)Sets whether this column can change visibility. | 
|  void | setColumnVisible(TableColumn column,
                 boolean visible)Sets the visibility of the specified TableColumn. | 
| Method Detail | 
public void setColumnVisible(TableColumn column,
                             boolean visible)
columnAdded or columnRemoved
  event to its listeners.
column - the TableColumnvisible - its new visibility statuspublic void setAllColumnsVisible()
isColumnVisible(javax.swing.table.TableColumn), 
setColumnVisible(javax.swing.table.TableColumn, boolean)public boolean isColumnVisible(TableColumn aColumn)
aColumn - column to check
setAllColumnsVisible(), 
setColumnVisible(javax.swing.table.TableColumn, boolean)public Enumeration getAllColumns()
Enumeration of all the columns in the model.
 
Enumeration of all the columns in the modelpublic int getAllColumnCount()
public int getAllColumnIndex(Object identifier)
identifier,
 when compared using equals.
 
identifier - the identifier object
identifier
IllegalArgumentException - if identifier
				is null, or no
				TableColumn has this
				identifiergetAllColumn(int)public TableColumn getAllColumn(int columnIndex)
TableColumn object for the column at
 columnIndex.
 
columnIndex - the index of the desired column
TableColumn object for
				the column at columnIndex
public void setColumnChangeable(TableColumn column,
                                boolean changeable)
column - the TableColumnchangeable - if true, changing visibility is allowed;
                      otherwise falsepublic boolean isColumnChangeable(TableColumn column)
column - column to check
| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.