- receive(Message) - Method in interface org.jacpfx.api.message.MessageLogger
-
Log message when the component is handled
- registerAndGetBean(Class<? extends P>, String, Scope) - Method in interface org.jacpfx.api.launcher.Launcher
-
Registers a Class in context and returns a managed bean.
- registerComponent(T) - Method in interface org.jacpfx.api.component.RootComponent
-
Register the component at the listener.
- registerRootComponent(M) - Method in interface org.jacpfx.api.componentLayout.PerspectiveLayoutInterface
-
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.jacpfx.api.componentLayout.PerspectiveLayoutInterface
-
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 component where editors/views should displayed in.
- registerToolBar(ToolbarPosition) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
-
Register a toolbar for the workbench
All toolbars are added with the same priority, thus the priority is given
by the order of registration.
- registerToolBars(ToolbarPosition...) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
-
Register multiple toolbars 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.jacpfx.api.component.SubComponent
-
Release lock after execution in thread.
- removeAllCompnents() - Method in interface org.jacpfx.api.component.RootComponent
-
Remove all component when perspective is shut down.
- Resource - Annotation Type in org.jacpfx.api.annotations
-
The Resource annotation allows to inject different resources in dialogs an
component like a parent component, resource bundles and session context.
- RootComponent<T,A> - Interface in org.jacpfx.api.component
-
All root component have containing sub component (workspace -
perspective; perspective - editors) and listeners; all sub component have
to be initialized, registered and handled