Package gda.px.util
Class ScriptStateBase
java.lang.Object
gda.factory.FindableBase
gda.px.util.ScriptStateBase
- All Implemented Interfaces:
Findable
- Direct Known Subclasses:
SampleControlState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voiddecScriptState(String token) voiddecScriptState(String token, boolean failIfTokenNotOnTop) voidincScriptState(String token) voidSet or change the name of the object (as defined in XML).Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode
-
Constructor Details
-
ScriptStateBase
- Throws:
DeviceException
-
-
Method Details
-
getScriptState
-
getScriptStateStack
-
incScriptState
- Throws:
DeviceException
-
decScriptState
- Throws:
DeviceException
-
decScriptState
- Throws:
DeviceException
-
clear
public void clear() -
setName
Description copied from interface:FindableSet or change the name of the object (as defined in XML).- Specified by:
setNamein interfaceFindable- Overrides:
setNamein classFindableBase- Parameters:
name- the object name
-