Uses of Class
org.csstudio.opibuilder.properties.AbstractWidgetProperty
Package
Description
-
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.datadefinition
Modifier and TypeMethodDescriptionAbstractComplexData.getAllProperties()
AbstractComplexData.getProperty
(String propId) Modifier and TypeMethodDescriptionvoid
AbstractComplexData.addProperty
(AbstractWidgetProperty<?> property) Add a property to the widget. -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.model
Modifier and TypeMethodDescriptionAbstractContainerModel.getChildrenProperty()
AbstractWidgetModel.getProperty
(String prop_id) AbstractContainerModel.getSelectionProperty()
Modifier and TypeMethodDescriptionvoid
AbstractWidgetModel.addProperty
(AbstractWidgetProperty property) Add a property to the widget.void
AbstractWidgetModel.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
Modifier and TypeClassDescriptionclass
The widget property for actions.final class
A boolean widget property.class
The widget property for color.class
class
The widget property for a command name.class
A property that can hold data with multiple properties.final class
A property, which is able to handle Double values.class
The widget property for string.class
The widget property for string.class
The property for file path, which is represented as a String.class
A custom file path property applying filters on image resource name.class
class
The integer property.class
The property for macros.class
class
The property for script.class
The widget property for a procedure name.class
The widget property for pvname.class
The property which contains a IValue.class
The property for rules.class
The property for script.class
The property for string list.class
class
The widget property for string.class
The property for string table.class
Just used to display something in the property view, which cannot be edited.class
The widget property for list.class
Version property.ModifierConstructorDescriptionWidgetPropertyChangeListener
(AbstractBaseEditPart editpart, AbstractWidgetProperty<?> property) Constructor. -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.script
-
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.visualparts
ModifierConstructorDescriptionPropertiesEditDialog
(Shell parentShell, AbstractWidgetProperty<?>[] properties, String dialogTitle) -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.widgetActions
Modifier 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) Modifier and TypeMethodDescriptionvoid
AbstractWidgetAction.addProperty
(AbstractWidgetProperty<?> property) Add a property to the widget. -
Uses of AbstractWidgetProperty in org.csstudio.opibuilder.widgets.properties