- handle(IAction<A, M>) - Method in interface org.jacp.api.component.IComponentHandle
-
Handles component when called.
- handle(IAction<A, M>) - Method in interface org.jacp.api.component.IHandleable
-
Handles component when called.
- handleActive(P, IAction<A, M>) - Method in interface org.jacp.api.coordinator.ICoordinator
-
Handle a message to an active component.
- handleAndReplaceComponent(A, T) - Method in interface org.jacp.api.handler.IComponentHandler
-
Runs 'handle' method and replace of subcomponent in perspective.
- handleInActive(P, IAction<A, M>) - Method in interface org.jacp.api.coordinator.ICoordinator
-
Handle a message to an inactive component.
- handleInitialLayout(IAction<A, M>, IWorkbenchLayout<C>) - Method in interface org.jacp.api.workbench.IWorkbench
-
Handle the workbench layout.
- handleMessage(String, IAction<A, M>) - Method in interface org.jacp.api.coordinator.ICoordinator
-
Handles message to specific component addressed by the id.
- handlePerspective(IAction<A, M>) - Method in interface org.jacp.api.component.IPerspective
-
Handle a message call on perspective instance.
- hasIncomingMessage() - Method in interface org.jacp.api.component.ISubComponent
-
Returns true if component has message in pipe.