Uses of Interface
org.jacp.api.perspective.IPerspective

Packages that use IPerspective
org.jacp.api.coordinator   
org.jacp.api.workbench   
 

Uses of IPerspective in org.jacp.api.coordinator
 

Methods in org.jacp.api.coordinator with parameters of type IPerspective
 void IPerspectiveCoordinator.addPerspective(IPerspective<L,A,M> perspective)
          Add the perspective to observe.
 void IDelegator.addPerspective(IPerspective<L,A,M> perspective)
          Add the perspective to observe.
 void IPerspectiveCoordinator.removePerspective(IPerspective<L,A,M> perspective)
          Remove the perspective; e.g.
 void IDelegator.removePerspective(IPerspective<L,A,M> perspective)
          Remove the perspective; e.g.
 

Uses of IPerspective in org.jacp.api.workbench
 

Methods in org.jacp.api.workbench that return types with arguments of type IPerspective
 java.util.List<IPerspective<L,A,M>> IBase.getPerspectives()
          Get perspectives in workbench.
 

Method parameters in org.jacp.api.workbench with type arguments of type IPerspective
 void IBase.setPerspectives(java.util.List<IPerspective<L,A,M>> perspectives)
          Set perspectives to workbench.