DESY ACOP Beans Home
de.desy.acop.displayers.tools
Interface AcopDisplayer
- All Superinterfaces:
- CommonDisplayer, ConnectionParametersReceiver, ConvertibleDisplayer, DataConsumer, DataStateProvider, Displayer, DoubleSeqConsumer, PopupManageable
- All Known Implementing Classes:
- AcopButton, AcopCheckBox, AcopDialKnob, AcopGauger, AcopIcon, AcopLabel, AcopNumberLabel, AcopSlider, AcopWheelswitch
public interface AcopDisplayer
- extends Displayer, ConvertibleDisplayer, DoubleSeqConsumer, ConnectionParametersReceiver
AcopDisplayerConnector
should be implemented by all Acop single displayers.
- Author:
- Jaka Bobnar, Cosylab
Field Summary |
static java.lang.String |
ARRAY_INDEX_PROPERTY
Name of JavaBean property for array index. |
Fields inherited from interface com.cosylab.gui.displayers.CommonDisplayer |
C_BIT_DESCRIPTIONS, C_BIT_MASK, C_COLOR, C_CONDITION_WHEN_CLEARED, C_CONDITION_WHEN_SET, C_DESCRIPTION, C_DISPLAY_NAME, C_FORMAT, C_GRAPH_MAX, C_GRAPH_MIN, C_MAXIMUM, C_MIN_STEP, C_MINIMUM, C_POSITION, C_PROPERTY_TYPE, C_SEQUENCE_LENGTH, C_UNITS |
Method Summary |
int |
getArrayIndex()
Returns index, which is used when this displayer must pick one value from incoming array of values. |
void |
setArrayIndex(int index)
Sets index, which is used when this displayer must pick one value from incoming array of values. |
ARRAY_INDEX_PROPERTY
static final java.lang.String ARRAY_INDEX_PROPERTY
- Name of JavaBean property for array index.
- See Also:
- Constant Field Values
setArrayIndex
void setArrayIndex(int index)
- Sets index, which is used when this displayer must pick one value from incoming array of values.
- Parameters:
index
- of value in incoming array
getArrayIndex
int getArrayIndex()
- Returns index, which is used when this displayer must pick one value from incoming array of values.
- Returns:
- index of value in incoming array
Copyright © 2010. All Rights Reserved.