- getBean(Class<P>) - Method in interface org.jacpfx.api.launcher.Launcher
-
Returns a bean by class name.
- getBean(String) - Method in interface org.jacpfx.api.launcher.Launcher
-
Returns a bean by qualifier.
- getCallerClassName() - Method in class org.jacpfx.api.util.CustomSecurityManager
-
- getCloneBean(T, Class<H>) - Method in interface org.jacpfx.api.scheduler.StatelessComponentScheduler
-
Returns a new instance of managed state less component.
- getComponent() - Method in interface org.jacpfx.api.component.SubComponent
-
Returns the component handle class, this is the users implementation of the component.
- getComponentDelegateQueue() - Method in interface org.jacpfx.api.component.Perspective
-
Returns delegate queue to delegate component to correct target
- getComponentDelegateQueue() - Method in interface org.jacpfx.api.delegator.ComponentDelegator
-
Get the delegate queue to add component to be delegated.
- getComponentHandle() - Method in interface org.jacpfx.api.workbench.Base
-
Returns the component handle class, this is the users implementation of the component.
- getComponentHandler() - Method in interface org.jacpfx.api.component.RootComponent
-
Returns component handler to handle initialization and reassignment of
subcomponents.
- getComponentViewHandle() - Method in interface org.jacpfx.api.component.UIComponent
-
Returns the component handle class, this is the users implementation of the component.
- getContext() - Method in interface org.jacpfx.api.component.ComponentBase
-
Returns the component context object.
- getContext() - Method in interface org.jacpfx.api.launcher.Launcher
-
Returns the DI container context.
- getContext() - Method in interface org.jacpfx.api.workbench.Base
-
Returns the component context object.
- getDescription() - Method in enum org.jacpfx.api.util.JACPMenuStyle
-
- getDocumentURL() - Method in interface org.jacpfx.api.component.Perspective
-
The document URL describing the UI.
- getDocumentURL() - Method in interface org.jacpfx.api.component.UIComponent
-
The document URL describing the UI.
- getEventHandler(M) - Method in interface org.jacpfx.api.context.JacpContext
-
Returns an event handler that handles messages to caller component
- getEventHandler(String, M) - Method in interface org.jacpfx.api.context.JacpContext
-
Returns an event handler that handles messages to target component
- getExecutorService() - Method in interface org.jacpfx.api.component.StatelessCallabackComponent
-
returns associated executor service
- getFullyQualifiedId() - Method in interface org.jacpfx.api.context.JacpContext
-
Returns the fully qualified id like "parentId.componentId"
- getGlassPane() - Method in interface org.jacpfx.api.componentLayout.BaseLayout
-
Gets the glass pane.
- getHideableParent() - Method in interface org.jacpfx.api.component.ui.HideableComponent
-
- getId() - Method in interface org.jacpfx.api.context.JacpContext
-
Returns the id of the component.
- getId() - Method in enum org.jacpfx.api.util.JACPMenuStyle
-
- getId() - Method in enum org.jacpfx.api.util.ToolbarPosition
-
- getInstances() - Method in interface org.jacpfx.api.component.StatelessCallabackComponent
-
return instances of current state less component
- getIPerspectiveLayout() - Method in interface org.jacpfx.api.component.Perspective
-
Returns layout dto.
- getLocaleID() - Method in interface org.jacpfx.api.component.ComponentBase
-
Represents the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
- getMenu() - Method in interface org.jacpfx.api.componentLayout.BaseLayout
-
Returns the application menu instance.
- getMessage() - Method in exception org.jacpfx.api.exceptions.ManagedFragmentAnnotationFXMLMissingException
-
- getMessage() - Method in exception org.jacpfx.api.exceptions.ManagedFragmentAnnotationMissingException
-
- getMessage() - Method in exception org.jacpfx.api.exceptions.ManagedFragmentNotInitializedException
-
- getMessage() - Method in interface org.jacpfx.api.message.DelegateDTO
-
Returns the message.
- getMessageBody() - Method in interface org.jacpfx.api.message.Message
-
Get the message payload.
- getMessageDelegateQueue() - Method in interface org.jacpfx.api.component.Perspective
-
Returns delegate queue to delegate actions to correct target
- getMessageDelegateQueue() - Method in interface org.jacpfx.api.delegator.MessageDelegator
-
Returns the delegate queue.
- getMessageQueue() - Method in interface org.jacpfx.api.component.Perspective
-
returns the component coordinator message queue;
- getMessageQueue() - Method in interface org.jacpfx.api.coordinator.Coordinator
-
Returns the message queue of coordinator.
- getName() - Method in interface org.jacpfx.api.context.JacpContext
-
Returns the name of a component.
- getName() - Method in enum org.jacpfx.api.util.OS
-
- getName() - Method in enum org.jacpfx.api.util.ToolbarPosition
-
- getNextIncomingMessage() - Method in interface org.jacpfx.api.component.SubComponent
-
Returns next message in pipe.
- getOS() - Static method in enum org.jacpfx.api.util.OS
-
- getParentId() - Method in interface org.jacpfx.api.context.JacpContext
-
Returns the ID of parent component/perspective.
- getPerspective() - Method in interface org.jacpfx.api.component.Perspective
-
Returns the injected perspective representation.
- getPerspectives() - Method in interface org.jacpfx.api.workbench.Base
-
Get perspective in workbench.
- getRegisteredToolBar(ToolbarPosition) - Method in interface org.jacpfx.api.componentLayout.BaseLayout
-
Gets the registered tool bar.
- getRegisteredToolBars() - Method in interface org.jacpfx.api.componentLayout.BaseLayout
-
Gets all registered tool bars.
- getResourceBundle() - Method in interface org.jacpfx.api.context.JacpContext
-
Returns the component resource bundle.
- getResourceBundleLocation() - Method in interface org.jacpfx.api.component.ComponentBase
-
Represents the location of your resource bundle file.
- getRoot() - Method in interface org.jacpfx.api.component.UIComponent
-
Returns the 'root' ui component created by the handle method.
- getRootComponent() - Method in interface org.jacpfx.api.componentLayout.PerspectiveLayoutInterface
-
Get the ' layoutwrapper' for perspective; a layout component is a
component which can contain UI subcomponents.
- getSourceEvent() - Method in interface org.jacpfx.api.message.Message
-
Get source of this message event.
- getSourceId() - Method in interface org.jacpfx.api.message.Message
-
Get the caller id.
- getStyle() - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
-
Returns the workbench style.
- getSubcomponents() - Method in interface org.jacpfx.api.component.Perspective
-
Returns all subcomponents in perspective.
- getTarget() - Method in interface org.jacpfx.api.message.DelegateDTO
-
Get the target id to transfer to.
- getTargetId() - Method in interface org.jacpfx.api.message.Message
-
Returns message target id.
- getTargetLayoutComponents() - Method in interface org.jacpfx.api.componentLayout.PerspectiveLayoutInterface
-
Returns map of target component and ids key - id value - target
component.
- getThreadCounter() - Method in interface org.jacpfx.api.component.StatelessCallabackComponent
-
returns thread counter to coordinate amount of existing instances of
sateless callback component
- getType() - Method in interface org.jacpfx.api.component.Perspective
-
Distinguish component types.
- getType() - Method in interface org.jacpfx.api.component.UIComponent
-
Distinguish component types.
- getType() - Method in enum org.jacpfx.api.fragment.Scope
-
- getTypedMessageBody(Class<T>) - Method in interface org.jacpfx.api.message.Message
-
Returns a typed message, if applicable.
- getViewLocation() - Method in interface org.jacpfx.api.component.Perspective
-
Contains the document url describing the UI.
- getViewLocation() - Method in interface org.jacpfx.api.component.UIComponent
-
Contains the document url describing the UI.
- getWorkbenchSize() - Method in interface org.jacpfx.api.componentLayout.WorkbenchLayout
-
Returns a tuple defining the workbench size.
- getX() - Method in class org.jacpfx.api.util.Tupel
-
- getY() - Method in class org.jacpfx.api.util.Tupel
-