DESY ACOP Beans Home
com.cosylab.gui.displayers
Interface ObjectDisplayer
- All Superinterfaces:
- CommonDisplayer, DataConsumer, DataStateProvider, Displayer, ObjectConsumer, PopupManageable
- All Known Implementing Classes:
- CharacteristicsMapPanel
public interface ObjectDisplayer
- extends Displayer, ObjectConsumer
A specialization of the Displayer
interface for
Object
Java type.
- Version:
- $id$
- Author:
- Igor Kriznar
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 |
java.lang.Object |
getValue()
Gets the value displayed by the displayer. |
void |
setValue(java.lang.Object value)
Sets the value displayed by the displayer. |
getValue
java.lang.Object getValue()
- Gets the value displayed by the displayer. This method can be invoked by
any object and will probably most often be invoked by the GUI rendition
code.
- Returns:
- object currently displayed value
setValue
void setValue(java.lang.Object value)
- Sets the value displayed by the displayer. This method may be invoked
only by the adapter delivering a new value from the modeling layer.
- Parameters:
value
- new value to be displayed
Copyright © 2010. All Rights Reserved.