Class WritePVAction
java.lang.Object
org.csstudio.opibuilder.widgetActions.AbstractWidgetAction
org.csstudio.opibuilder.widgetActions.WritePVAction
- All Implemented Interfaces:
IAdaptable
An actions writing value to a PV.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class org.csstudio.opibuilder.widgetActions.AbstractWidgetAction
PROP_DESCRIPTION
-
Constructor Summary
-
Method Summary
Methods inherited from class org.csstudio.opibuilder.widgetActions.AbstractWidgetAction
addProperty, dispose, getAdapter, getAllProperties, getAllPropertyIDs, getCopy, getDescription, getProperty, getPropertyValue, getWidgetModel, isEnabled, setEnabled, setPropertyValue, setWidgetModel
-
Field Details
-
PROP_PVNAME
- See Also:
-
PROP_VALUE
- See Also:
-
PROP_TIMEOUT
- See Also:
-
PROP_CONFIRM_MESSAGE
- See Also:
-
-
Constructor Details
-
WritePVAction
public WritePVAction()
-
-
Method Details
-
configureProperties
protected void configureProperties()- Specified by:
configureProperties
in classAbstractWidgetAction
-
getActionType
- Specified by:
getActionType
in classAbstractWidgetAction
-
getPVName
-
getValue
-
getTimeout
public int getTimeout() -
getConfirmMessage
-
run
public void run()- Specified by:
run
in classAbstractWidgetAction
-
getDefaultDescription
- Overrides:
getDefaultDescription
in classAbstractWidgetAction
-