- Scope - Enum in org.jacp.api.dialog
-
Defines the scope of a dialog
- setActive(boolean) - Method in interface org.jacp.api.context.Context
-
Set default active state of component.
- setComponentHandle(X) - Method in interface org.jacp.api.component.ISubComponent
-
Set the component handle class.
- setComponentHandle(IComponentView<C, L, A, M>) - Method in interface org.jacp.api.component.IViewHandleContainer
-
- setComponentHandler(IComponentHandler<P, IAction<A, M>>) - Method in interface org.jacp.api.coordinator.ICoordinator
-
set associated componentHandler
- setComponentHandler(IComponentHandler<P, IAction<A, M>>) - Method in interface org.jacp.api.coordinator.IDelegator
-
Set the associated component handler.
- setExecutionTarget(String) - Method in interface org.jacp.api.component.ISubComponent
-
Set the target id where component will be displayed in.
- setExecutionTarget(String) - Method in interface org.jacp.api.context.Context
-
Defines the perspective in which the component should executed in.
- setLocaleID(String) - Method in interface org.jacp.api.component.IComponent
-
Set the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
- setMenuEnabled(boolean) - Method in interface org.jacp.api.componentLayout.IWorkbenchLayout
-
Set menus to enabled state.
- setMessage(M) - Method in interface org.jacp.api.action.IAction
-
Set message for target component.
- setMessageDelegateQueue(BlockingQueue<IDelegateDTO<A, M>>) - Method in interface org.jacp.api.coordinator.IComponentCoordinator
-
set delegate queue
- setParentId(String) - Method in interface org.jacp.api.coordinator.IComponentCoordinator
-
set id of parent component
- setPerspectives(List<IPerspective<L, A, M>>) - Method in interface org.jacp.api.workbench.IBase
-
Set perspectives to workbench.
- setResourceBundleLocation(String) - Method in interface org.jacp.api.component.IComponent
-
Set the location of your resource bundle file.
- setReturnTarget(String) - Method in interface org.jacp.api.context.Context
-
Set component targetId which is the target of a background components 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.jacp.api.component.IUIComponent
-
Set the 'root' ui component created by the handle method.
- setStarted(boolean) - Method in interface org.jacp.api.component.IComponent
-
Set once when component was first started
- setStyle(S) - Method in interface org.jacp.api.componentLayout.IWorkbenchLayout
-
Set the workbench style.
- setTargetLayout(String) - Method in interface org.jacp.api.context.Context
-
Defines the target layoutId, where the UI component should appear in,the layout is registered in perspective and is a placeholder for the component.
- setViewLocation(String) - Method in interface org.jacp.api.component.IDeclarative
-
Set the viewLocation location on component start.
- setWorkbenchXYSize(int, int) - Method in interface org.jacp.api.componentLayout.IWorkbenchLayout
-
Set the size of the workbench.
- setX(X) - Method in class org.jacp.api.util.Tupel
-
- setY(Y) - Method in class org.jacp.api.util.Tupel
-
- Stateless - Annotation Type in org.jacp.api.annotations.component
-
Created with IntelliJ IDEA.