- findRootByObserveableId(String, List<IPerspective<EventHandler<Event>, Event, Object>>) - Static method in class org.jacp.javafx.rcp.util.FXUtil
-
find the parent perspective to id; should be only used when no
responsible component was found
- fromId(int) - Static method in enum org.jacp.javafx.rcp.controls.optionPane.JACPDialogButton
-
From id.
- FXAction - Class in org.jacp.javafx.rcp.action
-
represents an action which is fired by an component, has a target and a
message targeting the component itself or an other component
- FXAction(String) - Constructor for class org.jacp.javafx.rcp.action.FXAction
-
- FXAction(String, Event) - Constructor for class org.jacp.javafx.rcp.action.FXAction
-
- FXAction(String, Object) - Constructor for class org.jacp.javafx.rcp.action.FXAction
-
- FXAction(String, String, Object, Event) - Constructor for class org.jacp.javafx.rcp.action.FXAction
-
- FXActionListener - Class in org.jacp.javafx.rcp.action
-
This class represents the JACP FX2 Event listener... this class can be
assigned to components, it reacts on actions and notifies other components in
JACP
- FXActionListener(IAction<Event, Object>, BlockingQueue<IAction<Event, Object>>) - Constructor for class org.jacp.javafx.rcp.action.FXActionListener
-
- FXComponentCoordinator - Class in org.jacp.javafx.rcp.coordinator
-
observe component actions and delegates to correct component
- FXComponentCoordinator() - Constructor for class org.jacp.javafx.rcp.coordinator.FXComponentCoordinator
-
- FXComponentDelegator - Class in org.jacp.javafx.rcp.coordinator
-
The component delegator handles a component target change, find the correct
perspective an add component to correct perspective
- FXComponentDelegator() - Constructor for class org.jacp.javafx.rcp.coordinator.FXComponentDelegator
-
- FXComponentInitWorker - Class in org.jacp.javafx.rcp.worker
-
Background Worker to execute components; handle method to init component.
- FXComponentInitWorker(Map<String, Node>, AFXComponent, IAction<Event, Object>, FXComponentLayout) - Constructor for class org.jacp.javafx.rcp.worker.FXComponentInitWorker
-
The workers constructor.
- FXComponentLayout - Class in org.jacp.javafx.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, Map<ToolbarPosition, JACPToolBar>, Pane) - Constructor for class org.jacp.javafx.rcp.componentLayout.FXComponentLayout
-
- FXComponentLayout(FXWorkbenchLayout) - Constructor for class org.jacp.javafx.rcp.componentLayout.FXComponentLayout
-
- FXComponentReplaceWorker - Class in org.jacp.javafx.rcp.worker
-
Background Worker to execute components handle method in separate thread and
to replace or add the component result node; While the handle method is
executed in an own thread the postHandle method is executed in application
main thread.
- FXComponentReplaceWorker(Map<String, Node>, BlockingQueue<ISubComponent<EventHandler<Event>, Event, Object>>, AFXComponent, FXComponentLayout) - Constructor for class org.jacp.javafx.rcp.worker.FXComponentReplaceWorker
-
- FXMessageDelegator - Class in org.jacp.javafx.rcp.coordinator
-
The message delegate handles messages from one perspective to an other.
- FXMessageDelegator() - Constructor for class org.jacp.javafx.rcp.coordinator.FXMessageDelegator
-
- FXMLPerspectiveLayout - Class in org.jacp.javafx.rcp.componentLayout
-
Configuration handler for perspective components, used in handle method for
configuration and registration of layout 'leaves' where subcomponents can
live in.
- FXMLPerspectiveLayout(Node) - Constructor for class org.jacp.javafx.rcp.componentLayout.FXMLPerspectiveLayout
-
- FXPerspectiveCoordinator - Class in org.jacp.javafx.rcp.coordinator
-
Observe perspectives and delegates message to correct component
- FXPerspectiveCoordinator() - Constructor for class org.jacp.javafx.rcp.coordinator.FXPerspectiveCoordinator
-
- FXPerspectiveHandler - Class in org.jacp.javafx.rcp.handler
-
Handles initialization an reassignment of components in perspective.
- FXPerspectiveHandler(Launcher<?>, FXComponentLayout, IPerspectiveLayout<Node, Node>, BlockingQueue<ISubComponent<EventHandler<Event>, Event, Object>>) - Constructor for class org.jacp.javafx.rcp.handler.FXPerspectiveHandler
-
- FXPerspectiveLayout - Class in org.jacp.javafx.rcp.componentLayout
-
Configuration handler for perspective components, used in handle method for
configuration and registration of layout 'leaves' where subcomponents can
live in.
- FXPerspectiveLayout() - Constructor for class org.jacp.javafx.rcp.componentLayout.FXPerspectiveLayout
-
- FXUtil - Class in org.jacp.javafx.rcp.util
-
Util class with helper methods
- FXUtil() - Constructor for class org.jacp.javafx.rcp.util.FXUtil
-
- FXUtil.MessageUtil - Class in org.jacp.javafx.rcp.util
-
contains constant values
- FXUtil.MessageUtil() - Constructor for class org.jacp.javafx.rcp.util.FXUtil.MessageUtil
-
- FXWorkbenchHandler - Class in org.jacp.javafx.rcp.handler
-
Handles initialization and re assignment of perspectives in workbench.
- FXWorkbenchHandler(Launcher<?>, IWorkbenchLayout<Node>, GridPane, List<IPerspective<EventHandler<Event>, Event, Object>>) - Constructor for class org.jacp.javafx.rcp.handler.FXWorkbenchHandler
-
- FXWorkbenchLayout - Class in org.jacp.javafx.rcp.componentLayout
-
defines basic layout of workbench; define if menus are enabled; declare tool
bars; set workbench size
- FXWorkbenchLayout() - Constructor for class org.jacp.javafx.rcp.componentLayout.FXWorkbenchLayout
-