| Package | Description |
|---|---|
| com.ur.urcap.api.contribution | |
| com.ur.urcap.api.contribution.program.swing | |
| com.ur.urcap.api.domain.program |
| Modifier and Type | Method and Description |
|---|---|
ProgramNodeContribution |
ProgramNodeService.createNode(URCapAPI api,
DataModel model)
Creates a new program node contribution instance.
|
| 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 © 2019. All rights reserved.