A B C D F G H I J L M N O P R S T U V 

G

getAction() - Method in interface org.jacp.api.action.IActionListener
Returns the action.
getAction() - Method in interface org.jacp.api.action.IDelegateDTO
Returns the action.
getAction() - Method in class org.jacp.javafx.rcp.action.FXActionListener
 
getAction() - Method in class org.jacp.javafx.rcp.coordinator.DelegateDTO
 
getActionEvent() - Method in interface org.jacp.api.action.IAction
Get implementation specific action event.
getActionEvent() - Method in class org.jacp.javafx.rcp.action.FXAction
 
getActionListener(M) - Method in interface org.jacp.api.component.IComponent
Returns an action listener (for local use).
getActionListener(String, M) - Method in interface org.jacp.api.component.IComponent
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).
getActionListener(Object) - Method in class org.jacp.javafx.rcp.component.AComponent
 
getActionListener(String, Object) - Method in class org.jacp.javafx.rcp.component.AComponent
 
getActionListener(String, Object) - Method in class org.jacp.javafx.rcp.workbench.AFXWorkbench
 
getBean(Class<P>) - Method in interface org.jacp.api.launcher.Launcher
Returns a bean by class name.
getBean(Class<E>) - Method in class org.jacp.project.launcher.SpringLauncher
 
getBundle() - Static method in class org.jacp.javafx.rcp.controls.util.ResourceBundleUtil
 
getChildren(Node) - Static method in class org.jacp.javafx.rcp.util.FXUtil
returns children of current node
getCloneBean(IStatelessCallabackComponent<L, A, M>, Class<T>) - Method in interface org.jacp.api.scheduler.IStatelessComponentScheduler
Returns a new instance of managed state less component.
getCloneBean(IStatelessCallabackComponent<EventHandler<Event>, Event, Object>, Class<T>) - Method in class org.jacp.javafx.rcp.scheduler.StatelessCallbackScheduler
 
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.
getComponentDelegateQueue() - Method in class org.jacp.javafx.rcp.coordinator.FXComponentDelegator
 
getComponentDelegateQueue() - Method in class org.jacp.javafx.rcp.coordinator.FXMessageDelegator
 
getComponentDelegateQueue() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
 
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.
getComponentHandler() - Method in class org.jacp.javafx.rcp.coordinator.FXComponentCoordinator
 
getComponentHandler() - Method in class org.jacp.javafx.rcp.coordinator.FXPerspectiveCoordinator
 
getComponentHandler() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
 
getComponentHandler() - Method in class org.jacp.javafx.rcp.workbench.AFXWorkbench
 
getComponentName() - Method in class org.jacp.javafx.rcp.worker.AFXComponentWorker
 
getComponentsMessageQueue() - Method in interface org.jacp.api.component.IPerspective
returns the components coordinator message queue;
getComponentsMessageQueue() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
 
getContext() - Method in interface org.jacp.api.launcher.Launcher
Returns the DI container context.
getContext() - Method in class org.jacp.project.launcher.SpringLauncher
 
getDescription() - Method in enum org.jacp.api.util.JACPMenuStyle
 
getDocumentURL() - Method in interface org.jacp.api.component.IDeclarative
The document URL describing the UI.
getDocumentURL() - Method in class org.jacp.javafx.rcp.component.AFXComponent
The document URL describing the UI.
getDocumentURL() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
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.
getExecutionTarget() - Method in class org.jacp.javafx.rcp.component.ASubComponent
 
getExecutorService() - Method in interface org.jacp.api.component.IStatelessCallabackComponent
returns associated executor service
getExecutorService() - Method in class org.jacp.javafx.rcp.component.AStatelessCallbackComponent
 
getGlassPane() - Method in interface org.jacp.api.componentLayout.IBaseLayout
Gets the glass pane.
getGlassPane() - Method in class org.jacp.javafx.rcp.componentLayout.FXComponentLayout
 
getGlassPane() - Method in class org.jacp.javafx.rcp.componentLayout.FXWorkbenchLayout
 
getHandleTargetAndClear() - Method in interface org.jacp.api.component.ICallbackComponent
Returns component id which is targeted by bg component return value; the return value will be handled like an average message and will be delivered to targeted component.
getHandleTargetAndClear() - Method in class org.jacp.javafx.rcp.component.AStatefulCallbackComponent
 
getHandleTargetAndClear() - Method in class org.jacp.javafx.rcp.component.AStatelessCallbackComponent
 
getId() - Method in interface org.jacp.api.component.IComponent
Returns the id of the component.
getId() - Method in enum org.jacp.api.util.JACPMenuStyle
 
getId() - Method in enum org.jacp.api.util.ToolbarPosition
 
getId() - Method in class org.jacp.javafx.rcp.component.AComponent
Returns the id of the component.
getId() - Method in enum org.jacp.javafx.rcp.controls.optionPane.JACPDialogButton
Gets the id.
getInstance() - Static method in class org.jacp.javafx.rcp.components.modalDialog.JACPModalDialog
Gets the single instance of JACPModalDialog.
getInstances() - Method in interface org.jacp.api.component.IStatelessCallabackComponent
return instances of current state less component
getInstances() - Method in class org.jacp.javafx.rcp.component.AStatelessCallbackComponent
 
getIPerspectiveLayout() - Method in interface org.jacp.api.component.IPerspectiveView
Returns layout dto.
getIPerspectiveLayout() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
 
getLabel() - Method in enum org.jacp.javafx.rcp.controls.optionPane.JACPDialogButton
Gets the label.
getLastMessage() - Method in interface org.jacp.api.action.IAction
Get the action message.
getLastMessage() - Method in class org.jacp.javafx.rcp.action.FXAction
 
getListener() - Method in interface org.jacp.api.action.IActionListener
Returns implementation specific ActionListener.
getListener() - Method in class org.jacp.javafx.rcp.action.FXActionListener
 
getLocaleID() - Method in interface org.jacp.api.component.IDeclarative
Represents the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
getLocaleID() - Method in class org.jacp.javafx.rcp.component.AFXComponent
Represents the Locale ID, see: http://www.oracle.com/technetwork/java/javase/locales-137662.html.
getLocaleID() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
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.
getMenu() - Method in class org.jacp.javafx.rcp.componentLayout.FXComponentLayout
 
getMenu() - Method in class org.jacp.javafx.rcp.componentLayout.FXWorkbenchLayout
 
getMenus() - Method in class org.jacp.javafx.rcp.components.menuBar.JACPMenuBar
Gets the menus.
getMessage() - Method in exception org.jacp.javafx.rcp.components.modalDialog.DialogNotInitializedException
 
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.
getMessageDelegateQueue() - Method in class org.jacp.javafx.rcp.coordinator.FXMessageDelegator
 
getMessageDelegateQueue() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
 
getMessageQueue() - Method in interface org.jacp.api.coordinator.ICoordinator
Returns the message queue of coordinator.
getMessageQueue() - Method in class org.jacp.javafx.rcp.coordinator.AFXCoordinator
 
getName() - Method in interface org.jacp.api.component.IComponent
Returns the name of a component.
getName() - Method in enum org.jacp.api.util.OS
 
getName() - Method in enum org.jacp.api.util.ToolbarPosition
 
getName() - Method in class org.jacp.javafx.rcp.component.AComponent
 
getNextIncomingMessage() - Method in interface org.jacp.api.component.ISubComponent
Returns next message in pipe.
getNextIncomingMessage() - Method in class org.jacp.javafx.rcp.component.ASubComponent
 
getObserveableById(String, List<P>) - Static method in class org.jacp.javafx.rcp.util.FXUtil
 
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 class org.jacp.javafx.rcp.component.ASubComponent
 
getPerspectives() - Method in interface org.jacp.api.workbench.IBase
Get perspectives in workbench.
getPerspectives() - Method in class org.jacp.javafx.rcp.handler.FXWorkbenchHandler
 
getPerspectives() - Method in class org.jacp.javafx.rcp.workbench.AFXWorkbench
 
getRegisteredToolBar(ToolbarPosition) - Method in interface org.jacp.api.componentLayout.IBaseLayout
Gets the registered tool bar.
getRegisteredToolBar(ToolbarPosition) - Method in class org.jacp.javafx.rcp.componentLayout.FXComponentLayout
 
getRegisteredToolBar(ToolbarPosition) - Method in class org.jacp.javafx.rcp.componentLayout.FXWorkbenchLayout
 
getRegisteredToolbars() - Method in class org.jacp.javafx.rcp.componentLayout.FXWorkbenchLayout
Gets the registered toolbars.
getResourceBundle() - Method in interface org.jacp.api.component.IDeclarative
Contains locale-specific objects.
getResourceBundle() - Method in class org.jacp.javafx.rcp.component.AFXComponent
Contains locale-specific objects.
getResourceBundle() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
Contains locale-specific objects.
getResourceBundleLocation() - Method in interface org.jacp.api.component.IDeclarative
Represents the location of your resource bundle file.
getResourceBundleLocation() - Method in class org.jacp.javafx.rcp.component.AFXComponent
Represents the location of your resource bundle file.
getResourceBundleLocation() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
Represents the location of your resource bundle file.
getRoot() - Method in interface org.jacp.api.component.UIComponent
Returns the 'root' ui component created by the handle method.
getRoot() - Method in class org.jacp.javafx.rcp.component.AFXComponent
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.
getRootComponent() - Method in class org.jacp.javafx.rcp.componentLayout.PerspectiveLayout
 
getSourceId() - Method in interface org.jacp.api.action.IAction
Get the caller id.
getSourceId() - Method in class org.jacp.javafx.rcp.action.FXAction
 
getStyle() - Method in interface org.jacp.api.componentLayout.IWorkbenchLayout
Returns the workbench style.
getStyle() - Method in class org.jacp.javafx.rcp.componentLayout.FXWorkbenchLayout
 
getSubcomponents() - Method in interface org.jacp.api.component.IPerspective
Returns all subcomponents in perspective.
getSubcomponents() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
 
getTarget() - Method in interface org.jacp.api.action.IDelegateDTO
Get the target id to transfer to.
getTarget() - Method in class org.jacp.javafx.rcp.coordinator.DelegateDTO
 
getTargetComponentId(String) - Static method in class org.jacp.javafx.rcp.util.FXUtil
returns the message target component id
getTargetId() - Method in interface org.jacp.api.action.IAction
Returns action target id.
getTargetId() - Method in class org.jacp.javafx.rcp.action.FXAction
 
getTargetLayoutComponents() - Method in interface org.jacp.api.componentLayout.IPerspectiveLayout
Returns map of target components and ids key - id value - target component.
getTargetLayoutComponents() - Method in class org.jacp.javafx.rcp.componentLayout.PerspectiveLayout
 
getTargetParentId(String) - Static method in class org.jacp.javafx.rcp.util.FXUtil
returns the message (parent) target id
getTargetPerspectiveId(String) - Static method in class org.jacp.javafx.rcp.util.FXUtil
returns the message target perspective id
getThreadCounter() - Method in interface org.jacp.api.component.IStatelessCallabackComponent
returns thread counter to coordinate amount of existing instances of sateless callback component
getThreadCounter() - Method in class org.jacp.javafx.rcp.component.AStatelessCallbackComponent
 
getType() - Method in interface org.jacp.api.component.IDeclarative
Distinguish component types.
getType() - Method in class org.jacp.javafx.rcp.component.AFXComponent
Distinguish component types.
getType() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
Distinguish component types.
getValidAction(IAction<Event, Object>, String, Object) - Static method in class org.jacp.javafx.rcp.util.FXUtil
returns cloned action with valid message TODO add to interface
getViewLocation() - Method in interface org.jacp.api.component.IDeclarative
Contains the document url describing the UI.
getViewLocation() - Method in class org.jacp.javafx.rcp.component.AFXComponent
Contains the document url describing the UI.
getViewLocation() - Method in class org.jacp.javafx.rcp.perspective.AFXPerspective
 
getWorkbenchLayout() - Method in interface org.jacp.api.workbench.IWorkbench
Returns workbench layout object.
getWorkbenchLayout() - Method in class org.jacp.javafx.rcp.handler.FXWorkbenchHandler
 
getWorkbenchLayout() - Method in class org.jacp.javafx.rcp.workbench.AFXWorkbench
 
getWorkbenchSize() - Method in interface org.jacp.api.componentLayout.IWorkbenchLayout
Returns a tuple defining the workbench size.
getWorkbenchSize() - Method in class org.jacp.javafx.rcp.componentLayout.FXWorkbenchLayout
 
getX() - Method in class org.jacp.api.util.Tupel
 
getY() - Method in class org.jacp.api.util.Tupel
 
A B C D F G H I J L M N O P R S T U V