|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableLayout | |
---|---|
org.xnap.commons.gui.table | Provides support for sortable tables and configuration of the displayed columns through a context menu. |
org.xnap.commons.settings | Provides classes for application settings. |
Uses of TableLayout in org.xnap.commons.gui.table |
---|
Methods in org.xnap.commons.gui.table that return TableLayout | |
---|---|
TableLayout |
TableLayoutManager.getTableLayout()
|
Methods in org.xnap.commons.gui.table with parameters of type TableLayout | |
---|---|
void |
TableHeaderMenu.setTableLayout(TableLayout tableLayout)
|
Constructors in org.xnap.commons.gui.table with parameters of type TableLayout | |
---|---|
TableHeaderMenu(String name,
TableLayout handler)
|
|
TableHeaderMenu(String name,
TableLayout tableLayout,
int skip)
|
Uses of TableLayout in org.xnap.commons.settings |
---|
Methods in org.xnap.commons.settings with parameters of type TableLayout | |
---|---|
void |
TableSettingDirector.restore(TableLayout tableLayout)
|
void |
SettingStore.restoreTable(String key,
String[] defaultColumns,
TableLayout tableLayout)
|
void |
TableSettingDirector.save(TableLayout tableLayout)
|
void |
SettingStore.saveTable(String key,
TableLayout tableLayout)
|
void |
TableSettingDirector.setTableLayout(TableLayout tableLayout)
|
Constructors in org.xnap.commons.settings with parameters of type TableLayout | |
---|---|
TableSettingDirector(SettingResource backend,
String key,
TableLayout tableLayout)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |