|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Column | |
|---|---|
| com.jalios.jcmsplugin.virtualdesktop | |
| Uses of Column in com.jalios.jcmsplugin.virtualdesktop |
|---|
| Methods in com.jalios.jcmsplugin.virtualdesktop that return Column | |
|---|---|
Column |
Tab.getColumn(String id)
Retrieve a column of this Tab from its id. |
| Methods in com.jalios.jcmsplugin.virtualdesktop that return types with arguments of type Column | |
|---|---|
List<Column> |
Tab.getColumnList()
Retrieve the Column contained in this Tab. |
| Methods in com.jalios.jcmsplugin.virtualdesktop with parameters of type Column | |
|---|---|
void |
Tab.addColumn(Column column)
Add the specified column (on last position) to this Tab. |
void |
Tab.removeColumn(Column column)
Remove the specified column from this Tab. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||