|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Column | |
|---|---|
| org.xnap.gui.menu | Provides implementations of common menus. |
| org.xnap.gui.table | Provides table model and table cell renderer classes including the tree table classes. |
| org.xnap.plugin.viewer.zipviewer | |
| Uses of Column in org.xnap.gui.menu |
|---|
| Methods in org.xnap.gui.menu with parameters of type Column | |
|---|---|
static ColumnModel |
TableColumnsMenu.toModel(Column[] columns)
|
| Uses of Column in org.xnap.gui.table |
|---|
| Fields in org.xnap.gui.table declared as Column | |
|---|---|
protected Column[] |
LibraryTableModel.columns
|
| Methods in org.xnap.gui.table that return Column | |
|---|---|
static Column[] |
SearchTableModel.createDefaultColumns()
|
Column |
AbstractColumnTableModel.getColumnAt(int i)
Returns the column at index i. |
Column |
AbstractColumnTreeTableModel.getColumnAt(int i)
Returns the column at index i. |
Column |
ColumnModel.getColumnAt(int index)
Returns the column at index. |
Column |
TablePreferencesHandler.getColumnByKey(java.lang.String key)
|
| Methods in org.xnap.gui.table with parameters of type Column | |
|---|---|
void |
AbstractColumnTableModel.addColumn(Column c)
|
void |
AbstractColumnTreeTableModel.addColumn(Column c)
|
void |
AbstractColumnTableModel.addColumns(Column[] columns)
|
void |
AbstractColumnTreeTableModel.addColumns(Column[] columns)
|
| Uses of Column in org.xnap.plugin.viewer.zipviewer |
|---|
| Fields in org.xnap.plugin.viewer.zipviewer declared as Column | |
|---|---|
protected Column[] |
ZipFileTableModel.columns
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||