public abstract class ReadableComposite extends GenericComposite
Modifier and Type | Field and Description |
---|---|
protected DecimalFormat |
decimalFormat |
protected boolean |
isText |
callbackHandler, registrationManager
Constructor and Description |
---|
ReadableComposite(org.eclipse.swt.widgets.Composite parent,
int style,
String format,
String decimal,
boolean isText,
String attribute) |
Modifier and Type | Method and Description |
---|---|
protected String |
getAttribute() |
protected String |
getDateAsString(Map<String,DataValue> values,
String attribute) |
String |
getNullReplacementValue() |
protected String |
getText(Map<String,DataValue> values,
String attribute) |
protected String |
getTextDecimal(DataItemValue value,
String attribute) |
protected String |
getTextDecimal(DataItemValue value,
String attribute,
double factor) |
protected String |
getTextDecimal(Map<String,DataValue> values,
String attribute) |
void |
setNullReplacementValue(String nullReplacementValue) |
dispose, getSummaryProvider, handleDispose, start, stop, triggerDataUpdate, updateState
changed, checkSubclass, computeSize, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList
computeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBar
addControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getTextDirection, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setToolTipText, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update
protected final DecimalFormat decimalFormat
protected final boolean isText
protected String getTextDecimal(DataItemValue value, String attribute)
protected String getTextDecimal(DataItemValue value, String attribute, double factor)
protected String getAttribute()
public void setNullReplacementValue(String nullReplacementValue)
public String getNullReplacementValue()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.