Modifier and Type | Method and Description |
---|---|
ProgramNodeContribution |
ProgramNodeService.createNode(URCapAPI api,
DataModel model)
Creates a new program node contribution instance.
|
Modifier and Type | Method and Description |
---|---|
<T extends ProgramNodeContribution & GripperConfigurable> |
GripperRegistrationManager.registerAsGripper(Class<T> gripperProgramNodeContributionClass)
Register this program node contribution as a conformant PolyScope gripper device.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SwingProgramNodeService<C extends ProgramNodeContribution,V extends SwingProgramNodeView<C>>
Defines an API required for defining and adding to PolyScope a new type of program node and corresponding screen where
the user interface is Swing-based.
|
interface |
SwingProgramNodeView<C extends ProgramNodeContribution>
API for a program node View which defines the UI for the corresponding
ProgramNodeContribution . |
Modifier and Type | Method and Description |
---|---|
TreeNode |
ProgramModel.getRootTreeNode(ProgramNodeContribution root)
Gets the
TreeNode root from ProgramNodeContribution . |
Copyright © 2021. All rights reserved.