|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LongDisplayer
A specialization of Displayer
interface for Java primitive type
long.
Field Summary |
---|
Fields inherited from interface com.cosylab.gui.displayers.Displayer |
---|
C_EDITABLE, DATA_SOURCE |
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 |
Fields inherited from interface com.cosylab.gui.displayers.DataStateProvider |
---|
DATA_STATE |
Method Summary | |
---|---|
java.lang.String |
getFormat()
Returns the C-style format string that is used to format the long value into text, if the displayer must perform such
rendition. |
long |
getMaximum()
Returns the upper limit for the value used to render the display. |
long |
getMinimum()
Returns the lower limit for the value used to render the display. |
java.lang.String |
getUnits()
Returns the physical units of this value represented by a string. |
long |
getValue()
Gets the value displayed by the displayer. |
void |
setFormat(java.lang.String value)
Sets the C printf style format specification used to render long value into a String. |
void |
setMaximum(long value)
Sets the maximum value used for graphing. |
void |
setMinimum(long value)
Sets the minimum value used for graphing. |
void |
setUnits(java.lang.String value)
Sets the physical units for this value. |
void |
setValue(long value)
Sets the value displayed by the displayer. |
Methods inherited from interface com.cosylab.gui.displayers.Displayer |
---|
getDataSource, getTitle, isEditable, setDataSource, setTitle |
Methods inherited from interface com.cosylab.gui.displayers.CommonDisplayer |
---|
cleanup, isSuspended, resume, suspend |
Methods inherited from interface com.cosylab.gui.components.util.PopupManageable |
---|
getPopupManager |
Methods inherited from interface com.cosylab.gui.displayers.DataStateProvider |
---|
addPropertyChangeListener, addPropertyChangeListener, getDataState, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface com.cosylab.gui.displayers.LongConsumer |
---|
updateValue |
Methods inherited from interface com.cosylab.gui.displayers.DataConsumer |
---|
getDataConsumer, getDefaultDataConsumer, getName, getSupportedCharacteristics, getSupportedConsumerTypes, setCharacteristics, updateDataState |
Method Detail |
---|
void setValue(long value)
value
- new value to be displayedlong getValue()
long getMinimum()
long getMaximum()
java.lang.String getUnits()
java.lang.String getFormat()
long
value into text, if the displayer must perform such
rendition.
void setMinimum(long value)
long
- new graphing minimum#getGraphMin
void setMaximum(long value)
long
- new graphing maximum#getGraphMax
void setUnits(java.lang.String value)
String
- units for the valuegetUnits()
void setFormat(java.lang.String value)
String
- C-style format specificationgetFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |