- Scope - Enum in org.jacpfx.api.fragment
-
Defines the scope of a dialog
- send(M) - Method in interface org.jacpfx.api.context.JacpContext
-
Send a message to caller component itself.
- send(String, M) - Method in interface org.jacpfx.api.context.JacpContext
-
Send a message to defined targetId.
- setActive(boolean) - Method in interface org.jacpfx.api.context.JacpContext
-
Set default active state of component.
- setComponent(X) - Method in interface org.jacpfx.api.component.SubComponent
-
Set the component handle class.
- setComponentHandle(X) - Method in interface org.jacpfx.api.workbench.Base
-
Set the component handle class.
- setComponentHandler(ComponentHandler<P, Message<A, M>>) - Method in interface org.jacpfx.api.coordinator.Coordinator
-
set associated componentHandler
- setExecutionTarget(String) - Method in interface org.jacpfx.api.context.JacpContext
-
Defines the perspective in which the component should executed in.
- setIPerspectiveLayout(PerspectiveLayoutInterface<C, C>) - Method in interface org.jacpfx.api.component.Perspective
-
Set the default perspective layout entity for the perspective.
- setLocaleID(String) - Method in interface org.jacpfx.api.component.ComponentBase
-
Set the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
- setMenuEnabled(boolean) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
-
Set menus to enabled state.
- setPerspectiveHandler(ComponentHandler<P, Message<A, M>>) - Method in interface org.jacpfx.api.coordinator.Coordinator
-
set associated perspectiveHandler
- setPerspectiveHandler(ComponentHandler<P, Message<A, M>>) - Method in interface org.jacpfx.api.coordinator.Delegator
-
Set the associated perspective handler.
- setResourceBundleLocation(String) - Method in interface org.jacpfx.api.component.ComponentBase
-
Set the location of your resource bundle file.
- setReturnTarget(String) - Method in interface org.jacpfx.api.context.JacpContext
-
Set component targetId which is the target of a background component return
value; the return value will be handled like an average message and will
be delivered to targeted component.
- setRoot(C) - Method in interface org.jacpfx.api.component.UIComponent
-
Set the 'root' ui component created by the handle method.
- setStarted(boolean) - Method in interface org.jacpfx.api.component.ComponentBase
-
Set once when component was first started
- setStyle(S) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
-
Set the workbench style.
- setTargetLayout(String) - Method in interface org.jacpfx.api.context.JacpContext
-
Defines the target layoutId, where the UI component should appear in,the layout is registered in perspective and is a placeholder for the component.
- setUIType(UIType) - Method in interface org.jacpfx.api.component.Perspective
-
Set the UI type to distinguish component types
- setUIType(UIType) - Method in interface org.jacpfx.api.component.UIComponent
-
Set the UI type to distinguish component types
- setViewLocation(String) - Method in interface org.jacpfx.api.component.Perspective
-
Set the viewLocation location on component start.
- setViewLocation(String) - Method in interface org.jacpfx.api.component.UIComponent
-
Set the viewLocation location on component start.
- setWorkbenchXYSize(int, int) - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
-
Set the size of the workbench.
- setX(X) - Method in class org.jacpfx.api.util.Tupel
-
- setY(Y) - Method in class org.jacpfx.api.util.Tupel
-
- Stateless - Annotation Type in org.jacpfx.api.annotations.component
-
Created with IntelliJ IDEA.
- StatelessCallabackComponent<L,A,M> - Interface in org.jacpfx.api.component
-
Represents a state less background/callback component.
- StatelessComponentScheduler<L,A,M> - Interface in org.jacpfx.api.scheduler
-
Handles instances of a state less component; delegates message to a non
blocked component instance or if all component are blocked message is
delegated to queue in one of existing instances
- SubComponent<L,A,M> - Interface in org.jacpfx.api.component
-
Defines a subcomponent handled by a root component.