- AccessUtil - Class in org.jacpfx.rcp.util
-
Created with IntelliJ IDEA.
- AccessUtil() - Constructor for class org.jacpfx.rcp.util.AccessUtil
-
- ACOMPONENT_ACTIVE - Static variable in class org.jacpfx.rcp.util.FXUtil
-
- ACOMPONENT_BLOCKED - Static variable in class org.jacpfx.rcp.util.FXUtil
-
- ACOMPONENT_EXTARGET - Static variable in class org.jacpfx.rcp.util.FXUtil
-
- ACOMPONENT_ID - Static variable in class org.jacpfx.rcp.util.FXUtil
-
- ACOMPONENT_NAME - Static variable in class org.jacpfx.rcp.util.FXUtil
-
- ACOMPONENT_STARTED - Static variable in class org.jacpfx.rcp.util.FXUtil
-
- AComponentWorker<T> - Class in org.jacpfx.rcp.worker
-
handles component methods in own thread;
- AComponentWorker() - Constructor for class org.jacpfx.rcp.worker.AComponentWorker
-
- ActionListenerImpl<T extends javafx.event.Event> - Class in org.jacpfx.rcp.message
-
This class represents the JACP FX2 Event listener... this class can be
assigned to component, it reacts on actions and notifies other component in
JACP
- ActionListenerImpl(Message<Event, Object>, TransferQueue<Message<Event, Object>>) - Constructor for class org.jacpfx.rcp.message.ActionListenerImpl
-
- add(Region) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
- add(String, Region) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Adds the.
- addAll(Region...) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Add multiple regions to the toolbar.
- addAll(String, Region...) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Add multiple regions to the toolbar.
- addAllOnEnd(Region...) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Add multiple regions to the toolbar.
- addAllOnEnd(String, Region...) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Add multiple regions to the toolbar.
- addAllToCenter(Region...) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Add multiple regions to the toolbar.
- addAllToCenter(String, Region...) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Add multiple regions to the toolbar.
- addClasses(List<Class>) - Static method in class org.jacpfx.rcp.registry.ClassRegistry
-
Add classes that were found while package scanning at application start up.
- addComponent(SubComponent<EventHandler<Event>, Event, Object>) - Method in class org.jacpfx.rcp.perspective.AFXPerspective
-
- addComponent(Perspective<Node, EventHandler<Event>, Event, Object>) - Method in class org.jacpfx.rcp.workbench.AFXWorkbench
-
- addComponentByType(Node, UIComponent<Node, EventHandler<Event>, Event, Object>) - Static method in class org.jacpfx.rcp.util.WorkerUtil
-
find valid target and add type specific new component.
- addCSSClass(String, Node...) - Static method in class org.jacpfx.rcp.util.CSSUtil
-
Adds the css class to one or more nodes.
- addOnEnd(String, Region) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Adds the on end.
- addOnEnd(Region) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Adds the on end.
- addOption(Button) - Method in class org.jacpfx.rcp.components.toolBar.JACPOptionButton
-
Adds a button (Option) to the menu.
- addOptions(Button...) - Method in class org.jacpfx.rcp.components.toolBar.JACPOptionButton
-
Adds multiple buttons to the menu.
- addToCenter(String, Region) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Adds the on end.
- addToCenter(Region) - Method in class org.jacpfx.rcp.components.toolBar.JACPToolBar
-
Adds the on end.
- AEmbeddedComponentWorker - Class in org.jacpfx.rcp.worker
-
handles component methods in own thread;
- AErrorDialogHandler - Class in org.jacpfx.rcp.handler
-
Created by Andy Moncsek on 08.01.14.
- AErrorDialogHandler() - Constructor for class org.jacpfx.rcp.handler.AErrorDialogHandler
-
- AFXPerspective - Class in org.jacpfx.rcp.perspective
-
represents a basic javafx perspective that handles subcomponents,
perspective are not handled in thread so avoid long running tasks in
perspective.
- AFXPerspective() - Constructor for class org.jacpfx.rcp.perspective.AFXPerspective
-
- AFXPERSPECTIVE_PERSPECTIVE_LAYOUT - Static variable in class org.jacpfx.rcp.util.FXUtil
-
- AFXWorkbench - Class in org.jacpfx.rcp.workbench
-
represents the basic JavaFX workbench instance; handles perspective and
component;
- AFXWorkbench() - Constructor for class org.jacpfx.rcp.workbench.AFXWorkbench
-
- APERSPECTIVE_MQUEUE - Static variable in class org.jacpfx.rcp.util.FXUtil
-
- APPLICATION_RUNNING - Static variable in class org.jacpfx.rcp.util.ShutdownThreadsHandler
-
- AStatelessCallbackComponent - Class in org.jacpfx.rcp.component
-
represents a abstract stateless background component
- AStatelessCallbackComponent() - Constructor for class org.jacpfx.rcp.component.AStatelessCallbackComponent
-
- ASubComponent - Class in org.jacpfx.rcp.component
-
the ASubComponent is the basic component for all components
- ASubComponent() - Constructor for class org.jacpfx.rcp.component.ASubComponent
-
- AsyncHandler<T> - Class in org.jacpfx.rcp.context
-
Created by Andy Moncsek on 16.04.15.
- asyncHandler() - Method in interface org.jacpfx.rcp.context.Context
-
The async handler allows to supply consumers, suppliers and function on worker thread and on FX thread
- asyncHandler() - Method in class org.jacpfx.rcp.context.JacpContextImpl
-
The async handler allows to supply consumers, suppliers and function on worker thread and on FX thread