- ifCondition(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
-
Start an if-conditional.
- IfNode - Interface in com.ur.urcap.api.domain.program.nodes.builtin
-
- ifNotCondition(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
-
Start a negated if-conditional
- Img - Annotation Type in com.ur.urcap.api.ui.annotation
-
Used for HTML 'img' tags (image inclusion)
- ImgComponent - Interface in com.ur.urcap.api.ui.component
-
Represents a contributed image UI component
- init(DaemonContribution) - Method in interface com.ur.urcap.api.contribution.DaemonService
-
The init method is called from PolyScope when the daemon service is registered by
PolyScope.
- Input - Annotation Type in com.ur.urcap.api.ui.annotation
-
Used for HTML 'input' tags
- InputButton - Interface in com.ur.urcap.api.ui.component
-
Represents an input button UI component
- InputCheckBox - Interface in com.ur.urcap.api.ui.component
-
Represents an input checkbox UI component
- InputEvent - Interface in com.ur.urcap.api.ui.component
-
Support for input events from UI component
- InputEvent.EventType - Enum in com.ur.urcap.api.ui.component
-
ON_CHANGE - an event of this type is issued when an input widgets changes state.
- inputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
-
- InputRadioButton - Interface in com.ur.urcap.api.ui.component
-
Represents an input radio button UI component
- InputTextField - Interface in com.ur.urcap.api.ui.component
-
Represents an input textfield UI component
- insertChildAfter(TreeNode, ProgramNode) - Method in interface com.ur.urcap.api.domain.program.structure.TreeNode
-
Inserts a child under this TreeNode directly after the existing selected child node.
- insertChildBefore(TreeNode, ProgramNode) - Method in interface com.ur.urcap.api.domain.program.structure.TreeNode
-
Inserts a child under this TreeNode directly before the existing selected child node.
- InstallationNodeContribution - Interface in com.ur.urcap.api.contribution
-
API for installation node contributions.
- InstallationNodeService - Interface in com.ur.urcap.api.contribution
-
Defines an API required for definition of an installation node and screen of a URCap.
- installResource(URL) - Method in interface com.ur.urcap.api.contribution.DaemonContribution
-
The method installResource method installs the resource folder/file
specified by an url.
- integerFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
-
- integerInputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
-
- integerOutputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
-
- IO - Interface in com.ur.urcap.api.domain.io
-
API for IO support.
- IO.InterfaceType - Enum in com.ur.urcap.api.domain.io
-
- IO.IOType - Enum in com.ur.urcap.api.domain.io
-
- IOFilterFactory - Class in com.ur.urcap.api.domain.io
-
API with predefined filters that be used when searching for particular sorts of IOs.
- IOFilterFactory() - Constructor for class com.ur.urcap.api.domain.io.IOFilterFactory
-
- IOModel - Interface in com.ur.urcap.api.domain.io
-
Provides methods that returns IOs from the current robot installation.
- isChildrenAllowed() - Method in interface com.ur.urcap.api.contribution.ProgramNodeService
-
By returning true it is possible for the program node to have child nodes.
- isCurrent() - Method in interface com.ur.urcap.api.domain.io.AnalogIO
-
- isDefined() - Method in interface com.ur.urcap.api.contribution.ProgramNodeContribution
-
Should return true if this program node is complete, and
false otherwise.
- isDefined() - Method in interface com.ur.urcap.api.domain.feature.Feature
-
- isDeprecated() - Method in interface com.ur.urcap.api.contribution.ProgramNodeService
-
By returning true it is not possible for the user to create new program nodes of this type.
- isEnabled() - Method in interface com.ur.urcap.api.ui.component.HTMLComponent
-
- isInput() - Method in interface com.ur.urcap.api.domain.io.IO
-
- isJoggable() - Method in interface com.ur.urcap.api.domain.feature.Feature
-
- isSelected() - Method in interface com.ur.urcap.api.ui.component.InputCheckBox
-
- isSelected() - Method in interface com.ur.urcap.api.ui.component.InputRadioButton
-
- isSet(String) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- isVariable() - Method in interface com.ur.urcap.api.domain.feature.Feature
-
- isVisible() - Method in interface com.ur.urcap.api.ui.component.HTMLComponent
-
- isVoltage() - Method in interface com.ur.urcap.api.domain.io.AnalogIO
-
- ScriptWriter - Interface in com.ur.urcap.api.domain.script
-
This API adds support for generating URScript code from URCaps.
- SeekNode - Interface in com.ur.urcap.api.domain.program.nodes.builtin
-
- Select - Annotation Type in com.ur.urcap.api.ui.annotation
-
Used for HTML 'select' tags (drop-down lists)
- SelectDropDownList - Interface in com.ur.urcap.api.ui.component
-
Represents a select list (drop down style) UI component
- SelectEvent - Interface in com.ur.urcap.api.ui.component
-
- SelectEvent.EventType - Enum in com.ur.urcap.api.ui.component
-
ON_SELECT - an event of this type is issued when an element is selected.
- selectItem(Object) - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
-
- selectItemAtIndex(int) - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
-
- selectItems(Object...) - Method in interface com.ur.urcap.api.ui.component.SelectList
-
- selectItemsAtIndices(int...) - Method in interface com.ur.urcap.api.ui.component.SelectList
-
- SelectList - Interface in com.ur.urcap.api.ui.component
-
Represents a selection list UI component
- set(String, boolean) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, int) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, long) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, float) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, double) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, String) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
Assign a String value to the specified key.
Note: The specified key will be removed from the data model when assigned a value of null or empty string.
- set(String, boolean[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, int[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, long[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, float[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, double[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set(String, String[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
-
- set_payload(double) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
-
Sets the payload mass.
- set_payload(double, double, double, double) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
-
Sets the mass and center of gravity of the payload.
- set_tcp(double, double, double, double, double, double) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
-
Set the Tool Center Point.
- setChildSequenceLocked(boolean) - Method in interface com.ur.urcap.api.domain.program.structure.TreeNode
-
Means that the children can not be rearranged, deleted or have other nodes inserted into the child sequence by the end user.
- setComment(String) - Method in interface com.ur.urcap.api.domain.program.nodes.builtin.CommentNode
-
- setEnabled(boolean) - Method in interface com.ur.urcap.api.ui.component.HTMLComponent
-
- setExpression(String) - Method in interface com.ur.urcap.api.domain.program.nodes.builtin.ElseIfNode
-
- setExpression(String) - Method in interface com.ur.urcap.api.domain.program.nodes.builtin.IfNode
-
- setImage(Image) - Method in interface com.ur.urcap.api.ui.component.ImgComponent
-
- setImage(Image) - Method in interface com.ur.urcap.api.ui.component.InputButton
-
- setImage(Image) - Method in interface com.ur.urcap.api.ui.component.LabelComponent
-
- setItems(List<?>) - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
-
- setItems(List<?>) - Method in interface com.ur.urcap.api.ui.component.SelectList
-
- SetNode - Interface in com.ur.urcap.api.domain.program.nodes.builtin
-
- setSelected(boolean) - Method in interface com.ur.urcap.api.ui.component.InputCheckBox
-
- setSelected() - Method in interface com.ur.urcap.api.ui.component.InputRadioButton
-
Sets radio button to selected.
- setText(String) - Method in interface com.ur.urcap.api.ui.component.InputButton
-
- setText(String) - Method in interface com.ur.urcap.api.ui.component.InputCheckBox
-
- setText(String) - Method in interface com.ur.urcap.api.ui.component.InputRadioButton
-
- setText(String) - Method in interface com.ur.urcap.api.ui.component.InputTextField
-
- setText(String) - Method in interface com.ur.urcap.api.ui.component.LabelComponent
-
- setValue(double) - Method in interface com.ur.urcap.api.domain.io.AnalogIO
-
Set analog I/O output signal.
- setValue(boolean) - Method in interface com.ur.urcap.api.domain.io.DigitalIO
-
Set digital I/O output signal.
- setValue(int) - Method in interface com.ur.urcap.api.domain.io.ModbusIO
-
- setVisible(boolean) - Method in interface com.ur.urcap.api.ui.component.HTMLComponent
-
- sleep(double) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
-
Sleep for a number of seconds
- SoftwareVersion - Interface in com.ur.urcap.api.domain
-
This interface provides information about the Software version.
- start() - Method in interface com.ur.urcap.api.contribution.DaemonContribution
-
Start the daemon.
- stop() - Method in interface com.ur.urcap.api.contribution.DaemonContribution
-
Stop the daemon.
- sync() - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
-
Uses up the remaining ”physical” time a thread has in the current
frame.
- valueOf(String) - Static method in enum com.ur.urcap.api.contribution.DaemonContribution.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ur.urcap.api.domain.io.IO.InterfaceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ur.urcap.api.domain.io.IO.IOType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ur.urcap.api.domain.robot.RobotModel.RobotType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ur.urcap.api.ui.component.InputEvent.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ur.urcap.api.ui.component.SelectEvent.EventType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.ur.urcap.api.contribution.DaemonContribution.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ur.urcap.api.domain.io.IO.InterfaceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ur.urcap.api.domain.io.IO.IOType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ur.urcap.api.domain.robot.RobotModel.RobotType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ur.urcap.api.ui.component.InputEvent.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ur.urcap.api.ui.component.SelectEvent.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.