public interface VisibleTableColumnsDialogParent
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TableColumn> |
getAllTableColumns()
Returns all the table columns, both visible and hidden.
|
JTable |
getTable()
Returns the JTable for which to hide/show the column for.
|
HashMap<Integer,Boolean> |
getVisibleColumns()
Returns the list of visible columns.
|
void |
setVisibleColumns(HashMap<Integer,Boolean> visibleColumns)
Sets the list of visible columns.
|
void setVisibleColumns(HashMap<Integer,Boolean> visibleColumns)
visibleColumns - map of the visible columns, key: model column indexHashMap<Integer,Boolean> getVisibleColumns()
JTable getTable()
ArrayList<TableColumn> getAllTableColumns()
Copyright © 2014. All rights reserved.