Class ActionsInput
java.lang.Object
org.csstudio.opibuilder.widgetActions.ActionsInput
The value type definition for
ActionsProperty
, which describes the input for an actions Property.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAction
(AbstractWidgetAction action) getCopy()
boolean
boolean
void
setHookUpAllActionsToWidget
(boolean hookUpAllActionsToWidget) void
setHookUpFirstActionToWidget
(boolean hookWithWidget) void
setWidgetModel
(AbstractWidgetModel widgetModel) toString()
-
Constructor Details
-
ActionsInput
-
ActionsInput
public ActionsInput()
-
-
Method Details
-
getActionsList
- Returns:
- the scriptList
-
addAction
-
getCopy
- Returns:
- a total contents copy of this ScriptsInput.
-
setHookUpFirstActionToWidget
public void setHookUpFirstActionToWidget(boolean hookWithWidget) - Parameters:
hookWithWidget
- the hookWithWidget to set
-
isFirstActionHookedUpToWidget
public boolean isFirstActionHookedUpToWidget()- Returns:
- the hookWithWidget true if the first action is hooked with the widget's click, which means click on the widget will activate the first action in the list.
-
toString
-
setWidgetModel
- Parameters:
widgetModel
- the widgetModel to set
-
getWidgetModel
- Returns:
- the widgetModel
-
isHookUpAllActionsToWidget
public boolean isHookUpAllActionsToWidget() -
setHookUpAllActionsToWidget
public void setHookUpAllActionsToWidget(boolean hookUpAllActionsToWidget)
-