|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableColumnType | |
|---|---|
| de.desy.acop.displayers.selector | |
| de.desy.acop.displayers.table | |
| Uses of TableColumnType in de.desy.acop.displayers.selector |
|---|
| Methods in de.desy.acop.displayers.selector that return TableColumnType | |
|---|---|
TableColumnType |
TableCustomizerPanel.getType()
Returns the selected type. |
| Methods in de.desy.acop.displayers.selector with parameters of type TableColumnType | |
|---|---|
void |
TableCustomizerPanel.setType(TableColumnType type)
Sets the selected type. |
| Uses of TableColumnType in de.desy.acop.displayers.table |
|---|
| Methods in de.desy.acop.displayers.table that return TableColumnType | |
|---|---|
TableColumnType |
AcopTableParameters.getColumnType()
Returns the type of the column. |
static TableColumnType |
TableColumnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TableColumnType[] |
TableColumnType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in de.desy.acop.displayers.table with parameters of type TableColumnType | |
|---|---|
AcopTableParameters(ConnectionParameters parameters,
TableColumnType type,
Converter converter,
java.lang.String name)
Constructs new AcopTableParameters using the supplied parameters. |
|
AcopTableParameters(ConnectionParameters parameters,
TableColumnType type,
int arrayIndex,
Converter converter,
java.lang.String name)
Constructs new AcopTableParameters using the supplied parameters. |
|
AcopTableParameters(ConnectionParameters parameters,
TableColumnType type,
int arrayIndex,
java.lang.String name)
Constructs new AcopTableParameters using the provided parameters |
|
AcopTableParameters(ConnectionParameters parameters,
TableColumnType type,
java.lang.String name)
Constructs new AcopTableParameters using the provided parameters |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||