| Package | Description | 
|---|---|
| com.ur.urcap.api.contribution | |
| com.ur.urcap.api.contribution.installation.swing | |
| com.ur.urcap.api.domain | 
| Modifier and Type | Method and Description | 
|---|---|
InstallationNodeContribution | 
InstallationNodeService.createInstallationNode(URCapAPI api,
                      DataModel model)
 Creates a new installation node instance. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SwingInstallationNodeService<C extends InstallationNodeContribution,V extends SwingInstallationNodeView<C>>
Defines an API required for defining and adding to PolyScope an installation node and corresponding screen where
 the user interface is Swing-based. 
 | 
interface  | 
SwingInstallationNodeView<C extends InstallationNodeContribution>
API for an installation node View which defines the UI for the corresponding  
InstallationNodeContribution | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends InstallationNodeContribution> | 
ApplicationAPI.getInstallationNode(Class<T> installationType)
This method can be used to get a specific  
InstallationNodeContribution instance | 
<T extends InstallationNodeContribution> | 
URCapAPI.getInstallationNode(Class<T> installationType)
Deprecated. 
 
Use  
InstallationAPI or ProgramAPI accessible through their respective providers.
 This method can be used to get a specific InstallationNodeContribution instance | 
Copyright © 2019. All rights reserved.