- findComponentByQualifiedId(String) - Static method in class org.jacpfx.rcp.registry.ComponentRegistry
-
Find a component by qualified name like parentId.componentId
- findComponentByQualifiedId(String, String) - Static method in class org.jacpfx.rcp.registry.ComponentRegistry
-
Find a component by parent and componentId
- findComponentsByParentId(String) - Static method in class org.jacpfx.rcp.registry.ComponentRegistry
-
Returns all component for a parent id
- findNextActivePerspective(Perspective<Node, EventHandler<Event>, Event, Object>) - Static method in class org.jacpfx.rcp.registry.PerspectiveRegistry
-
Returns the next active perspective.
- findPerspectiveById(String) - Static method in class org.jacpfx.rcp.registry.PerspectiveRegistry
-
Returns a perspective by perspectiveId
- findPerspectiveById(String, String) - Static method in class org.jacpfx.rcp.registry.PerspectiveRegistry
-
Returns a perspective by perspectiveId
- functionOnExecutorThread(Function<T, V>) - Method in class org.jacpfx.rcp.context.AsyncHandler
-
accepts an Function to be applyed on worker thread.
- functionOnFXThread(Function<T, V>) - Method in class org.jacpfx.rcp.context.AsyncHandler
-
accepts an Function to be applyed on JavaFX application thread.
- FXComponent - Interface in org.jacpfx.rcp.component
-
Created with IntelliJ IDEA.
- FXComponentInitWorker - Class in org.jacpfx.rcp.worker
-
Background Worker to execute component; handle method to init component.
- FXComponentInitWorker(Map<String, Node>, EmbeddedFXComponent, Message<Event, Object>, BlockingQueue<SubComponent<EventHandler<Event>, Event, Object>>) - Constructor for class org.jacpfx.rcp.worker.FXComponentInitWorker
-
The workers constructor.
- FXComponentLayout - Class in org.jacpfx.rcp.componentLayout
-
A FX2ComponentLayout acts as an wrapper to the references of the main menu
and the defined bar entries; The menu and the bars are defined in the
workbench instance at application startup.
- FXComponentLayout(JACPMenuBar, Pane) - Constructor for class org.jacpfx.rcp.componentLayout.FXComponentLayout
-
- FXComponentLayout(JACPMenuBar, Pane, String, String) - Constructor for class org.jacpfx.rcp.componentLayout.FXComponentLayout
-
- FXComponentLayout(FXWorkbenchLayout, String, String) - Constructor for class org.jacpfx.rcp.componentLayout.FXComponentLayout
-
- FXMLPerspectiveLayout - Class in org.jacpfx.rcp.componentLayout
-
Configuration handler for perspective component, used in handle method for
configuration and registration of layout 'leaves' where subcomponents can
live in.
- FXMLPerspectiveLayout(Node) - Constructor for class org.jacpfx.rcp.componentLayout.FXMLPerspectiveLayout
-
- FXPerspective - Interface in org.jacpfx.rcp.perspective
-
Created with IntelliJ IDEA.
- FXPerspectiveLayout - Class in org.jacpfx.rcp.componentLayout
-
Configuration handler for perspective component, used in handle method for
configuration and registration of layout 'leaves' where subcomponents can
live in.
- FXPerspectiveLayout() - Constructor for class org.jacpfx.rcp.componentLayout.FXPerspectiveLayout
-
- FXUtil - Class in org.jacpfx.rcp.util
-
Util class with helper methods
- FXUtil() - Constructor for class org.jacpfx.rcp.util.FXUtil
-
- FXUtil.MessageUtil - Class in org.jacpfx.rcp.util
-
contains constant values
- FXWorkbench - Interface in org.jacpfx.rcp.workbench
-
Created with IntelliJ IDEA.
- FXWorkbenchLayout - Class in org.jacpfx.rcp.componentLayout
-
defines basic layout of workbench; define if menus are enabled; declare tool
bars; set workbench size
- FXWorkbenchLayout() - Constructor for class org.jacpfx.rcp.componentLayout.FXWorkbenchLayout
-