|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VisibleTableColumnsDialogParent
Interface for parents of VisibleTableColumnsDialog.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setVisibleColumns(HashMap<Integer,Boolean> visibleColumns)
visibleColumns
- map of the visible columns, key: model column indexHashMap<Integer,Boolean> getVisibleColumns()
JTable getTable()
ArrayList<TableColumn> getAllTableColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |