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

A

AComponent - Class in org.jacp.javafx.rcp.component
The most abstract component, used to define components as well as perspectives
AComponent() - Constructor for class org.jacp.javafx.rcp.component.AComponent
 
ACOMPONENT_ACTIVE - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
ACOMPONENT_BLOCKED - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
ACOMPONENT_EXTARGET - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
ACOMPONENT_ID - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
ACOMPONENT_NAME - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
ACOMPONENT_STARTED - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
add(Node) - Method in class org.jacp.javafx.rcp.components.toolBar.JACPToolBar
Adds the.
addComponent(ISubComponent<L, A, M>) - Method in interface org.jacp.api.coordinator.IComponentCoordinator
Add the component to observe.
addComponent(ISubComponent<EventHandler<Event>, Event, Object>) - Method in class org.jacp.javafx.rcp.coordinator.FXComponentCoordinator
 
addMessage(String, M) - Method in interface org.jacp.api.action.IAction
Set message for a specified target component. the component.
addMessage(String, Object) - Method in class org.jacp.javafx.rcp.action.FXAction
 
addNode(JACPMenuBarButtonOrientation, Node...) - Method in class org.jacp.javafx.rcp.components.menuBar.JACPMenuBar
Adds the node.
addOnEnd(Node) - Method in class org.jacp.javafx.rcp.components.toolBar.JACPToolBar
Adds the on end.
addPerspective(IPerspective<L, A, M>) - Method in interface org.jacp.api.coordinator.IDelegator
Add the perspective to observe.
addPerspective(IPerspective<L, A, M>) - Method in interface org.jacp.api.coordinator.IPerspectiveCoordinator
Add the perspective to observe.
addPerspective(IPerspective<EventHandler<Event>, Event, Object>) - Method in class org.jacp.javafx.rcp.coordinator.FXComponentDelegator
 
addPerspective(IPerspective<EventHandler<Event>, Event, Object>) - Method in class org.jacp.javafx.rcp.coordinator.FXMessageDelegator
 
addPerspective(IPerspective<EventHandler<Event>, Event, Object>) - Method in class org.jacp.javafx.rcp.coordinator.FXPerspectiveCoordinator
 
AFXComponent - Class in org.jacp.javafx.rcp.component
Represents a basic FX2 component to extend from, uses this abstract class to create UI components.
AFXComponent() - Constructor for class org.jacp.javafx.rcp.component.AFXComponent
 
AFXCOMPONENT_ROOT - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
AFXComponentWorker<T> - Class in org.jacp.javafx.rcp.worker
handles component methods in own thread;
AFXComponentWorker(String) - Constructor for class org.jacp.javafx.rcp.worker.AFXComponentWorker
 
AFXCoordinator - Class in org.jacp.javafx.rcp.coordinator
Observer handles messages and notifies correct components, the observer is running in an own thread so that message handling can be done in background
AFXCoordinator(String) - Constructor for class org.jacp.javafx.rcp.coordinator.AFXCoordinator
 
AFXPerspective - Class in org.jacp.javafx.rcp.perspective
represents a basic javafx2 perspective that handles subcomponents, perspectives are not handled in thread so avoid long running tasks in perspectives.
AFXPerspective() - Constructor for class org.jacp.javafx.rcp.perspective.AFXPerspective
 
AFXPERSPECTIVE_PERSPECTIVE_LAYOUT - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
AFXSpringLauncher - Class in org.jacp.project.launcher
JavaFX2 / Spring application launcher; This abstract class handles reference to spring context and contains the JavaFX2 start method; Implement this abstract class and add a main method to call the default JavaFX2 launch ("Application.launch(args);") sequence
AFXSpringLauncher(String) - Constructor for class org.jacp.project.launcher.AFXSpringLauncher
default constructor; add reference to valid spring.xml
AFXSpringLauncher(String, String) - Constructor for class org.jacp.project.launcher.AFXSpringLauncher
 
AFXWorkbench - Class in org.jacp.javafx.rcp.workbench
represents the basic JavaFX2 workbench instance; handles perspectives and components;
AFXWorkbench() - Constructor for class org.jacp.javafx.rcp.workbench.AFXWorkbench
 
APERSPECTIVE_MQUEUE - Static variable in class org.jacp.javafx.rcp.util.FXUtil
 
AStatefulCallbackComponent - Class in org.jacp.javafx.rcp.component
represents a basic, stateful background component
AStatefulCallbackComponent() - Constructor for class org.jacp.javafx.rcp.component.AStatefulCallbackComponent
 
AStatelessCallbackComponent - Class in org.jacp.javafx.rcp.component
represents a abstract stateless background component
AStatelessCallbackComponent() - Constructor for class org.jacp.javafx.rcp.component.AStatelessCallbackComponent
 
ASubComponent - Class in org.jacp.javafx.rcp.component
the AFXSubComponent is the basic component for all components
ASubComponent() - Constructor for class org.jacp.javafx.rcp.component.ASubComponent
 
A B C D F G H I J L M N O P R S T U V