- Perspective - Annotation Type in org.jacpfx.api.annotations.perspective
-
Defines the meta attributes for a perspective.
- Perspective<C,L,A,M> - Interface in org.jacpfx.api.component
-
Defines a perspective, a perspective is a root component handled by an
workbench and contains sub-component such as visible UI component or
background component.
- PerspectiveLayoutInterface<M,B> - Interface in org.jacpfx.api.componentLayout
-
Defines layout of a perspective and the container for included editors and
views (target component); for use in perspective handle method.
- PostConstruct - Annotation Type in org.jacpfx.api.annotations.lifecycle
-
Marks on start methods in UI component; Usage use @PostConstruct on method level
and provide access to BaseLayout parameter.
- postHandle(C, Message<A, M>) - Method in interface org.jacpfx.api.component.ComponentView
-
To avoid toolkit specific threading issues the postHandle method always
called after the handle method.
- postInit(ComponentHandler<SubComponent<L, A, M>, Message<A, M>>) - Method in interface org.jacpfx.api.component.Perspective
-
post init method to set correct component handler and to initialize
component depending on objects created in startUp sequence.
- PreDestroy - Annotation Type in org.jacpfx.api.annotations.lifecycle
-
Marks the tear down method in ui component;Usage use @PreDestroy on method
level and provide access to BaseLayout parameter.
- putIncomingMessage(Message<A, M>) - Method in interface org.jacpfx.api.component.SubComponent
-
Add new message to component.