- registerAndGetBean(Class<? extends T>, String, Scope) - Method in interface org.jacp.api.launcher.Launcher
-
Registers a Class in context and returns a managed bean.
- registerComponent(T) - Method in interface org.jacp.api.component.IRootComponent
-
Register the component at the listener.
- registerRootComponent(M) - Method in interface org.jacp.api.componentLayout.IPerspectiveLayout
-
Set Layout-Wrapper for perspective; this wrapper contains wrappers for
editors and views, define a valid component which is valid to hold
subcomponents.
- registerTargetLayoutComponent(String, B) - Method in interface org.jacp.api.componentLayout.IPerspectiveLayout
-
Register a target component; a target component defines a wrapper where
editors and views can "live" in; you can define a target for each editor
or view component; create an root component, a complex layout an register
all components where editors/views should displayed in.
- registerToolBar(ToolbarPosition) - Method in interface org.jacp.api.componentLayout.IWorkbenchLayout
-
Register a toolbar for the workbench
All toolbars are added with the same priority, thus the priority is given
by the order of registration.
- release() - Method in interface org.jacp.api.component.ISubComponent
-
Release lock after execution in thread.
- removePerspective(IPerspective<L, A, M>) - Method in interface org.jacp.api.coordinator.IDelegator
-
Remove the perspective; e.g. when perspective is deactivated TODO merge
with IPerspectiveCoordinator
- removePerspective(IPerspective<L, A, M>) - Method in interface org.jacp.api.coordinator.IPerspectiveCoordinator
-
Remove the perspective; e.g. when perspective is deactivated
- Resource - Annotation Type in org.jacp.api.annotations
-
The Resource annotation allows to inject different resources in dialogs an
components like a parent component, resource bundles and session context.