Uses of Class
org.csstudio.opibuilder.properties.AbstractWidgetProperty
Packages that use AbstractWidgetProperty
Package
Description
-
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.datadefinition
Fields in org.csstudio.opibuilder.datadefinition declared as AbstractWidgetPropertyMethods in org.csstudio.opibuilder.datadefinition that return AbstractWidgetPropertyModifier and TypeMethodDescriptionAbstractComplexData.getAllProperties()AbstractComplexData.getProperty(String propId) Methods in org.csstudio.opibuilder.datadefinition with parameters of type AbstractWidgetPropertyModifier and TypeMethodDescriptionvoidAbstractComplexData.addProperty(AbstractWidgetProperty<?> property) Add a property to the widget.Constructors in org.csstudio.opibuilder.datadefinition with parameters of type AbstractWidgetProperty -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.model
Methods in org.csstudio.opibuilder.model that return AbstractWidgetPropertyModifier and TypeMethodDescriptionAbstractContainerModel.getChildrenProperty()AbstractWidgetModel.getProperty(String prop_id) AbstractContainerModel.getSelectionProperty()Methods in org.csstudio.opibuilder.model that return types with arguments of type AbstractWidgetPropertyMethods in org.csstudio.opibuilder.model with parameters of type AbstractWidgetPropertyModifier and TypeMethodDescriptionvoidAbstractWidgetModel.addProperty(AbstractWidgetProperty property) Add a property to the widget.voidAbstractWidgetModel.addProperty(AbstractWidgetProperty property, boolean runtimeChangeable) Add a property to the widget with the option to set it running changeable. -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.properties
Subclasses of AbstractWidgetProperty in org.csstudio.opibuilder.propertiesModifier and TypeClassDescriptionclassThe widget property for actions.final classA boolean widget property.classThe widget property for color.classclassThe widget property for a command name.classA property that can hold data with multiple properties.final classA property, which is able to handle Double values.classThe widget property for string.classThe widget property for string.classThe property for file path, which is represented as a String.classA custom file path property applying filters on image resource name.classclassThe integer property.classThe property for macros.classclassThe property for script.classThe widget property for a procedure name.classThe widget property for pvname.classThe property which contains a IValue.classThe property for rules.classThe property for script.classThe property for string list.classclassThe widget property for string.classThe property for string table.classJust used to display something in the property view, which cannot be edited.classThe widget property for list.classVersion property.Constructors in org.csstudio.opibuilder.properties with parameters of type AbstractWidgetPropertyModifierConstructorDescriptionWidgetPropertyChangeListener(AbstractBaseEditPart editpart, AbstractWidgetProperty<?> property) Constructor. -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.script
Methods in org.csstudio.opibuilder.script that return AbstractWidgetProperty -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.visualparts
Constructors in org.csstudio.opibuilder.visualparts with parameters of type AbstractWidgetPropertyModifierConstructorDescriptionPropertiesEditDialog(Shell parentShell, AbstractWidgetProperty<?>[] properties, String dialogTitle) -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.widgetActions
Methods in org.csstudio.opibuilder.widgetActions that return AbstractWidgetPropertyModifier and TypeMethodDescriptionprotected abstract AbstractWidgetProperty<?>AbstractExecuteScriptAction.createEmbeddedScriptProperty(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) protected AbstractWidgetProperty<?>ExecuteJavaScriptAction.createEmbeddedScriptProperty(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) protected AbstractWidgetProperty<?>ExecutePythonScriptAction.createEmbeddedScriptProperty(String prop_id, String description, WidgetPropertyCategory category, String defaultValue) AbstractWidgetAction.getAllProperties()AbstractWidgetAction.getProperty(String propId) Methods in org.csstudio.opibuilder.widgetActions with parameters of type AbstractWidgetPropertyModifier and TypeMethodDescriptionvoidAbstractWidgetAction.addProperty(AbstractWidgetProperty<?> property) Add a property to the widget. -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.widgets.properties
Subclasses of AbstractWidgetProperty in org.csstudio.opibuilder.widgets.properties