- getAction() - Method in interface org.jacp.api.action.IActionListener
-
Returns the action.
- getAction() - Method in interface org.jacp.api.action.IDelegateDTO
-
Returns the action.
- getActionListener(M) - Method in interface org.jacp.api.context.Context
-
Returns an action listener (for local use).
- getActionListener(String, M) - Method in interface org.jacp.api.context.Context
-
Returns an action listener (for global use). targetId defines the id or
your receiver component
- getActionListener(String, Object) - Method in interface org.jacp.api.workbench.IWorkbench
-
Returns an action listener (for local, target and global use).
- getBean(Class<P>) - Method in interface org.jacp.api.launcher.Launcher
-
Returns a bean by class name.
- getCallerClassName() - Method in class org.jacp.api.util.CustomSecurityManager
-
- getCloneBean(IStatelessCallabackComponent<L, A, M>, Class<H>) - Method in interface org.jacp.api.scheduler.IStatelessComponentScheduler
-
Returns a new instance of managed state less component.
- getComponentDelegateQueue() - Method in interface org.jacp.api.component.IPerspective
-
Returns delegate queue to delegate components to correct target
- getComponentDelegateQueue() - Method in interface org.jacp.api.coordinator.IComponentDelegator
-
Get the delegate queue to add components to be delegated.
- getComponentHandle() - Method in interface org.jacp.api.component.ISubComponent
-
Returns the component handle class, this is the users implementation of the component.
- getComponentHandler() - Method in interface org.jacp.api.component.IRootComponent
-
Returns component handler to handle initialization and reassignment of
subcomponents.
- getComponentHandler() - Method in interface org.jacp.api.coordinator.ICoordinator
-
Returns the associated componentHandler.
- getComponentsMessageQueue() - Method in interface org.jacp.api.component.IPerspective
-
returns the components coordinator message queue;
- getComponentViewHandle() - Method in interface org.jacp.api.component.IUIComponent
-
Returns the component handle class, this is the users implementation of the component.
- getContext() - Method in interface org.jacp.api.component.IComponent
-
Returns the components context object.
- getContext() - Method in interface org.jacp.api.launcher.Launcher
-
Returns the DI container context.
- getDescription() - Method in enum org.jacp.api.util.JACPMenuStyle
-
- getDocumentURL() - Method in interface org.jacp.api.component.IDeclarative
-
The document URL describing the UI.
- getExecutionTarget() - Method in interface org.jacp.api.component.ISubComponent
-
Returns the target id where component will be displayed in.
- getExecutorService() - Method in interface org.jacp.api.component.IStatelessCallabackComponent
-
returns associated executor service
- getGlassPane() - Method in interface org.jacp.api.componentLayout.IBaseLayout
-
Gets the glass pane.
- getId() - Method in interface org.jacp.api.context.Context
-
Returns the id of the component.
- getId() - Method in enum org.jacp.api.util.JACPMenuStyle
-
- getId() - Method in enum org.jacp.api.util.ToolbarPosition
-
- getInstances() - Method in interface org.jacp.api.component.IStatelessCallabackComponent
-
return instances of current state less component
- getIPerspectiveLayout() - Method in interface org.jacp.api.component.IPerspectiveView
-
Returns layout dto.
- getListener() - Method in interface org.jacp.api.action.IActionListener
-
Returns implementation specific ActionListener.
- getLocaleID() - Method in interface org.jacp.api.component.IComponent
-
Represents the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
- getMenu() - Method in interface org.jacp.api.componentLayout.IBaseLayout
-
Returns the application menu instance.
- getMessage() - Method in interface org.jacp.api.action.IAction
-
Get the action message.
- getMessageDelegateQueue() - Method in interface org.jacp.api.component.IPerspective
-
Returns delegate queue to delegate actions to correct target
- getMessageDelegateQueue() - Method in interface org.jacp.api.coordinator.IMessageDelegator
-
Returns the delegate queue.
- getMessageQueue() - Method in interface org.jacp.api.coordinator.ICoordinator
-
Returns the message queue of coordinator.
- getName() - Method in interface org.jacp.api.context.Context
-
Returns the name of a component.
- getName() - Method in enum org.jacp.api.util.OS
-
- getName() - Method in enum org.jacp.api.util.ToolbarPosition
-
- getNextIncomingMessage() - Method in interface org.jacp.api.component.ISubComponent
-
Returns next message in pipe.
- getOS() - Static method in enum org.jacp.api.util.OS
-
- getParentId() - Method in interface org.jacp.api.component.ISubComponent
-
returns the id of parent component
- getParentId() - Method in interface org.jacp.api.context.Context
-
Returns the ID of parent component/perspective.
- getPerspectiveHandler() - Method in interface org.jacp.api.component.IPerspective
-
Returns the injected perspective representation.
- getPerspectives() - Method in interface org.jacp.api.workbench.IBase
-
Get perspectives in workbench.
- getRegisteredToolBar(ToolbarPosition) - Method in interface org.jacp.api.componentLayout.IBaseLayout
-
Gets the registered tool bar.
- getResourceBundle() - Method in interface org.jacp.api.context.Context
-
Returns the components resource bundle.
- getResourceBundleLocation() - Method in interface org.jacp.api.component.IComponent
-
Represents the location of your resource bundle file.
- getRoot() - Method in interface org.jacp.api.component.IUIComponent
-
Returns the 'root' ui component created by the handle method.
- getRootComponent() - Method in interface org.jacp.api.componentLayout.IPerspectiveLayout
-
Get the ' layoutwrapper' for perspective; a layout component is a
component which can contain UI subcomponents.
- getSourceEvent() - Method in interface org.jacp.api.action.IAction
-
Get source of this action event.
- getSourceId() - Method in interface org.jacp.api.action.IAction
-
Get the caller id.
- getStyle() - Method in interface org.jacp.api.componentLayout.IWorkbenchLayout
-
Returns the workbench style.
- getSubcomponents() - Method in interface org.jacp.api.component.IPerspective
-
Returns all subcomponents in perspective.
- getTarget() - Method in interface org.jacp.api.action.IDelegateDTO
-
Get the target id to transfer to.
- getTargetId() - Method in interface org.jacp.api.action.IAction
-
Returns action target id.
- getTargetLayoutComponents() - Method in interface org.jacp.api.componentLayout.IPerspectiveLayout
-
Returns map of target components and ids key - id value - target
component.
- getThreadCounter() - Method in interface org.jacp.api.component.IStatelessCallabackComponent
-
returns thread counter to coordinate amount of existing instances of
sateless callback component
- getType() - Method in interface org.jacp.api.component.IDeclarative
-
Distinguish component types.
- getType() - Method in enum org.jacp.api.dialog.Scope
-
- getTypedMessage(Class<T>) - Method in interface org.jacp.api.action.IAction
-
Returns a typed message, if applicable.
- getViewLocation() - Method in interface org.jacp.api.component.IDeclarative
-
Contains the document url describing the UI.
- getWorkbenchLayout() - Method in interface org.jacp.api.workbench.IWorkbench
-
Returns workbench layout object.
- getWorkbenchSize() - Method in interface org.jacp.api.componentLayout.IWorkbenchLayout
-
Returns a tuple defining the workbench size.
- getX() - Method in class org.jacp.api.util.Tupel
-
- getY() - Method in class org.jacp.api.util.Tupel
-