Class NativeTextModel
java.lang.Object
org.csstudio.opibuilder.model.AbstractWidgetModel
org.csstudio.opibuilder.model.AbstractPVWidgetModel
org.csstudio.opibuilder.widgets.model.LabelModel
org.csstudio.opibuilder.widgets.model.TextUpdateModel
org.csstudio.opibuilder.widgets.model.TextInputModel
org.csstudio.opibuilder.widgets.model.NativeTextModel
- All Implemented Interfaces:
IPVWidgetModel,ITextModel,IAdaptable,IPropertySource
Deprecated.
not used anymore. Only leave this here in case we need to reverse back.
Model for native text widget.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.csstudio.opibuilder.widgets.model.TextInputModel
TextInputModel.FOCUS_TRAVERSE -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The ID of this widget model.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class org.csstudio.opibuilder.widgets.model.TextInputModel
PROP_CONFIRM_MESSAGE, PROP_DATETIME_FORMAT, PROP_FILE_RETURN_PART, PROP_FILE_SOURCE, PROP_LIMITS_FROM_PV, PROP_MAX, PROP_MIN, PROP_MULTILINE_INPUT, PROP_SELECTOR_TYPE, PROP_STYLEFields inherited from class org.csstudio.opibuilder.widgets.model.TextUpdateModel
PROP_FORMAT_TYPE, PROP_PRECISION, PROP_PRECISION_FROM_DB, PROP_ROTATION, PROP_SHOW_LOHI, PROP_SHOW_UNITSFields inherited from class org.csstudio.opibuilder.widgets.model.LabelModel
PROP_ALIGN_H, PROP_ALIGN_V, PROP_AUTOSIZE, PROP_SHOW_SCROLLBAR, PROP_TEXT, PROP_TRANSPARENT, PROP_WRAP_WORDS, pvModelFields inherited from class org.csstudio.opibuilder.model.AbstractWidgetModel
PROP_ACTIONS, PROP_BORDER_COLOR, PROP_BORDER_STYLE, PROP_BORDER_WIDTH, PROP_COLOR_BACKGROUND, PROP_COLOR_FOREGROUND, PROP_ENABLED, PROP_FONT, PROP_HEIGHT, PROP_NAME, PROP_RULES, PROP_SCALE_OPTIONS, PROP_SCRIPTS, PROP_SRC_CONNECTIONS, PROP_TGT_CONNECTIONS, PROP_TOOLTIP, PROP_VISIBLE, PROP_WIDGET_TYPE, PROP_WIDGET_UID, PROP_WIDTH, PROP_XPOS, PROP_YPOS, VERSIONFields inherited from interface org.csstudio.opibuilder.model.IPVWidgetModel
PROP_ALARM_PULSING, PROP_BACKCOLOR_ALARMSENSITIVE, PROP_BORDER_ALARMSENSITIVE, PROP_FORECOLOR_ALARMSENSITIVE, PROP_PVNAME, PROP_PVVALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.Configure the properties of the widget.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.Methods inherited from class org.csstudio.opibuilder.widgets.model.TextInputModel
getAdapter, getConfirmMessage, getDateTimeFormat, getFileReturnPart, getFileSource, getMaximum, getMinimum, getSelectorType, getStyle, getVersion, isLimitsFromPV, isMultilineInput, processVersionDifferenceMethods inherited from class org.csstudio.opibuilder.widgets.model.TextUpdateModel
getFormat, getPrecision, getRotationAngle, isPrecisionFromDB, isShowLoHi, isShowUnits, rotate90, rotate90, setRotationAngleMethods inherited from class org.csstudio.opibuilder.widgets.model.LabelModel
getHorizontalAlignment, getText, getVerticalAlignment, isAutoSize, isShowScrollbar, isTransparent, isWrapWords, setFont, setText, setTextMethods inherited from class org.csstudio.opibuilder.model.AbstractPVWidgetModel
configureBaseProperties, getDelegate, getPVName, getTooltip, isAlarmPulsing, isBackColorAlarmSensitve, isBorderAlarmSensitve, isForeColorAlarmSensitveMethods inherited from class org.csstudio.opibuilder.model.AbstractWidgetModel
addConnection, addProperty, addProperty, addPVProperty, doScale, flipHorizontally, flipHorizontally, flipVertically, flipVertically, generateNewWUID, getActionsInput, getAllPropertyIDs, getBackgroundColor, getBorderColor, getBorderStyle, getBorderWidth, getBounds, getCastedPropertyValue, getEditableValue, getExecutionMode, getFont, getForegroundColor, getHeight, getIndex, getLocation, getName, getNestedDepth, getOriginLocation, getOriginSize, getParent, getProperty, getPropertyDescriptors, getPropertyValue, getPVMap, getRawPropertyValue, getRawTooltip, getRGBFromColorProperty, getRootDisplayModel, getRootDisplayModel, getRulesInput, getRuntimePropertyList, getScaledSize, getScaleOptions, getScriptsInput, getSize, getSourceConnections, getSWTColorFromColorProperty, getTargetConnections, getType, getVersionOnFile, getWidgetType, getWidth, getWUID, getX, getY, isEnabled, isPropertySet, isVisible, removeProperty, removePVProperty, resetPropertyValue, scale, scaleConnections, setBackgroundColor, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setBounds, setEnabled, setExecutionMode, setForegroundColor, setHeight, setLocation, setLocation, setName, setParent, setPropertyDescription, setPropertyValue, setPropertyValue, setPropertyVisible, setPropertyVisibleAndSavable, setScaleOptions, setSize, setSize, setTooltip, setVersionOnFile, setWidth, setX, setY
-
Field Details
-
PROP_SHOW_NATIVE_BORDER
Deprecated.- See Also:
-
PROP_PASSWORD_INPUT
Deprecated.- See Also:
-
PROP_READ_ONLY
Deprecated.- See Also:
-
PROP_SHOW_H_SCROLL
Deprecated.- See Also:
-
PROP_SHOW_V_SCROLL
Deprecated.- See Also:
-
PROP_NEXT_FOCUS
Deprecated.- See Also:
-
ID
Deprecated.The ID of this widget model.- See Also:
-
-
Constructor Details
-
NativeTextModel
public NativeTextModel()Deprecated.
-
-
Method Details
-
configureProperties
protected void configureProperties()Deprecated.Description copied from class:AbstractWidgetModelConfigure the properties of the widget. Subclass should add new properties in this method.- Overrides:
configurePropertiesin classTextInputModel
-
isShowNativeBorder
public boolean isShowNativeBorder()Deprecated.- Overrides:
isShowNativeBorderin classTextInputModel
-
isReadOnly
public boolean isReadOnly()Deprecated.- Overrides:
isReadOnlyin classTextInputModel
-
isPasswordInput
public boolean isPasswordInput()Deprecated.- Overrides:
isPasswordInputin classTextInputModel
-
isShowHScroll
public boolean isShowHScroll()Deprecated.- Overrides:
isShowHScrollin classTextInputModel
-
isShowVScroll
public boolean isShowVScroll()Deprecated.- Overrides:
isShowVScrollin classTextInputModel
-
getFocusTraverse
Deprecated.- Overrides:
getFocusTraversein classTextInputModel
-
getTypeID
Deprecated.- Overrides:
getTypeIDin classTextInputModel- Returns:
- the unique typeID of the model.
-