??????
A B C D E F G H I L M N O P R S T V W 

A

AbstractContext - io.datafx.controller.context???
Abstract base class for all context classes.
AbstractContext() - ? ????io.datafx.controller.context.AbstractContext
 
AbstractFlowTaskAction - io.datafx.controller.flow.action???
Basic class for FlowAction implementations that execute a custom task.
AbstractFlowTaskAction(Class<? extends Runnable>) - ? ????io.datafx.controller.flow.action.AbstractFlowTaskAction
Defines a new AbstractFlowTaskAction instance that task is defined by a class that extends Runnable.
AbstractFlowTaskAction(Runnable) - ? ????io.datafx.controller.flow.action.AbstractFlowTaskAction
Defines a new AbstractFlowTaskAction instance that task is defined by a Runnable instance.
AbstractFlowTaskAction.TaskFactory - io.datafx.controller.flow.action????
 
ActionHandler - io.datafx.controller.flow.context??????
 
ActionHandlerResourceType - io.datafx.controller.flow.context???
 
ActionHandlerResourceType() - ? ????io.datafx.controller.flow.context.ActionHandlerResourceType
 
ActionMethod - io.datafx.controller.flow.action??????
Annotation that adds a method action to the annotated node.
ActionTrigger - io.datafx.controller.flow.action??????
Annotation that adds a action to the annotated node.
ActionUtil - io.datafx.controller.util???
A helper class that provides methods to register actions on nodes Created by hendrikebbers on 03.11.14.
ActionUtil() - ? ????io.datafx.controller.util.ActionUtil
 
addAction(String, FlowAction) - ? ????io.datafx.controller.flow.FlowView
Adds a flow action to the view
addActionsToView(FlowView<U>) - ? ????io.datafx.controller.flow.Flow
This methods adds all registered actions to the given flow view.
addActionToView(Class<?>, String, FlowAction) - ? ????io.datafx.controller.flow.Flow
Adds an action to the defined view of the flow.
addContextDestroyedListener(ContextDestroyedListener<U>) - ? ????io.datafx.controller.context.ViewContext
 
addGlobalAction(String, FlowAction) - ? ????io.datafx.controller.flow.Flow
Adds a global action to the flow.
AfterFlowActionEvent - io.datafx.controller.flow.event???
 
AfterFlowActionEvent(String, FlowAction, ViewFlowContext) - ? ????io.datafx.controller.flow.event.AfterFlowActionEvent
 
AfterFlowActionHandler - io.datafx.controller.flow.event????
 
AnimatedFlowContainer - io.datafx.controller.flow.container???
A FlowContainer that supports animation for the view change.
AnimatedFlowContainer() - ? ????io.datafx.controller.flow.container.AnimatedFlowContainer
Defaults constructor that creates a container with a fade animation that last 320 ms.
AnimatedFlowContainer(Duration) - ? ????io.datafx.controller.flow.container.AnimatedFlowContainer
Creates a container with a fade animation and the given duration
AnimatedFlowContainer(Duration, ContainerAnimations) - ? ????io.datafx.controller.flow.container.AnimatedFlowContainer
Creates a container with the given animation type and duration
AnimatedFlowContainer(Duration, Function<AnimatedFlowContainer, List<KeyFrame>>) - ? ????io.datafx.controller.flow.container.AnimatedFlowContainer
Creates a container with the given animation type and duration
AnnotatedControllerResourceType<S extends java.lang.annotation.Annotation,T> - io.datafx.controller.context.resource????
 
ApplicationContext - io.datafx.controller.context???
The application context is the context with the longest life time.
ApplicationContextResourceType - io.datafx.controller.context.resource???
 
ApplicationContextResourceType() - ? ????io.datafx.controller.context.resource.ApplicationContextResourceType
 
attachAction(Node, Runnable) - ? ????io.datafx.controller.flow.FlowHandler
 
attachAction(MenuItem, Runnable) - ? ????io.datafx.controller.flow.FlowHandler
 
attachBackEventHandler(MenuItem) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
attachBackEventHandler(Node) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
attachBackEventHandler(MenuItem) - ? ????io.datafx.controller.flow.FlowHandler
 
attachBackEventHandler(Node) - ? ????io.datafx.controller.flow.FlowHandler
 
attachEventHandler(Node, String) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
attachEventHandler(MenuItem, String) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
attachEventHandler(Node, String) - ? ????io.datafx.controller.flow.FlowHandler
 
attachEventHandler(MenuItem, String) - ? ????io.datafx.controller.flow.FlowHandler
 
attachLinkEventHandler(MenuItem, Class<?>) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
attachLinkEventHandler(Node, Class<?>) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 

B

BackAction - io.datafx.controller.flow.action??????
Annotation that adds a back action to the annotated node.
BackActionResourceConsumer - io.datafx.controller.flow.context???
 
BackActionResourceConsumer() - ? ????io.datafx.controller.flow.context.BackActionResourceConsumer
 
BeforeFlowActionEvent - io.datafx.controller.flow.event???
 
BeforeFlowActionEvent(String, FlowAction, ViewFlowContext) - ? ????io.datafx.controller.flow.event.BeforeFlowActionEvent
 
BeforeFlowActionHandler - io.datafx.controller.flow.event????
 

C

ConcurrencyProvider - io.datafx.controller.context??????
 
ConcurrencyProviderResourceType - io.datafx.controller.context.resource???
 
ConcurrencyProviderResourceType() - ? ????io.datafx.controller.context.resource.ConcurrencyProviderResourceType
 
consumeResource(S, T, ViewContext<?>) - ?? ????io.datafx.controller.context.resource.ControllerResourceConsumer
 
consumeResource(BackAction, Object, ViewContext<?>) - ? ????io.datafx.controller.flow.context.BackActionResourceConsumer
 
consumeResource(ActionTrigger, Object, ViewContext<?>) - ? ????io.datafx.controller.flow.context.FXMLActionResourceConsumer
 
consumeResource(LinkAction, Object, ViewContext<?>) - ? ????io.datafx.controller.flow.context.LinkActionResourceConsumer
 
ContainerAnimations - io.datafx.controller.flow.container????
Some default animations for the flow container.
contextDestroyed(ViewContext<T>) - ?? ????io.datafx.controller.context.event.ContextDestroyedListener
 
ContextDestroyedListener<T> - io.datafx.controller.context.event????
Created by hendrikebbers on 12.10.14.
ContextPostConstructListener - io.datafx.controller.context.event????
Created by hendrikebbers on 20.10.14.
ContextResolver<U> - io.datafx.controller.context???
 
ContextResolver(ViewContext<U>) - ? ????io.datafx.controller.context.ContextResolver
 
ControllerResourceConsumer<S extends java.lang.annotation.Annotation,T> - io.datafx.controller.context.resource????
 
create(FlowHandler) - ?? ????io.datafx.controller.flow.action.AbstractFlowTaskAction.TaskFactory
 
createByController(Class<T>) - ? ????io.datafx.controller.ViewFactory
Creates a new MVC based view by using the given controller class.
createByController(Class<T>, String) - ? ????io.datafx.controller.ViewFactory
Creates a new MVC based view by using the given controller class.
createByController(Class<T>, String, ViewConfiguration, Object...) - ? ????io.datafx.controller.ViewFactory
Creates a new MVC based view by using the given controller class.
createHandler(ViewFlowContext) - ? ????io.datafx.controller.flow.Flow
Creates a handler that can be used to run the flow.
createHandler() - ? ????io.datafx.controller.flow.Flow
Creates a handler that can be used to run the flow.
createInstanceWithInjections(Class<T>) - ? ????io.datafx.controller.context.ContextResolver
 
createTab(Class<T>) - ? ????io.datafx.controller.ViewFactory
This methods creates a tab that contains the given view.
createTab(Class<T>, ExceptionHandler) - ? ????io.datafx.controller.ViewFactory
This methods creates a tab that contains the given view.
createTab(ViewContext<T>) - ? ????io.datafx.controller.ViewFactory
This methods creates a tab that contains the given view.
createTab(ViewContext<T>, ExceptionHandler) - ? ????io.datafx.controller.ViewFactory
This methods creates a tab that contains the given view.
currentViewContextProperty() - ? ????io.datafx.controller.flow.context.ViewFlowContext
 

D

DEFAULT_EVENT_TYPE - ? ??????io.datafx.controller.flow.event.AfterFlowActionEvent
 
DEFAULT_EVENT_TYPE - ? ??????io.datafx.controller.flow.event.BeforeFlowActionEvent
 
DefaultFlowContainer - io.datafx.controller.flow.container???
Default implementation of the FlowContainer interface.
DefaultFlowContainer(StackPane) - ? ????io.datafx.controller.flow.container.DefaultFlowContainer
Creates a container that wraps the flow in the given StackPane
DefaultFlowContainer() - ? ????io.datafx.controller.flow.container.DefaultFlowContainer
Default constructor that wraps the flow in a StackPane.
defineItemAction(MenuItem, Runnable) - ? ??????io.datafx.controller.util.ActionUtil
Adds a event handler to the given menu.
defineNodeAction(Node, Runnable) - ? ??????io.datafx.controller.util.ActionUtil
Adds a event handler to the given node.
destroy() - ? ????io.datafx.controller.context.ViewContext
Destroyes the context.
destroy() - ? ????io.datafx.controller.flow.FlowHandler
 

E

execute(Runnable) - ? ????io.datafx.controller.flow.action.AbstractFlowTaskAction
Executes the defined Runnable
execute(Runnable) - ? ????io.datafx.controller.flow.action.FlowAsyncTaskAction
 
execute(Runnable) - ? ????io.datafx.controller.flow.action.FlowTaskAction
 

F

Flow - io.datafx.controller.flow???
This class defines a flow.
Flow(Class<?>, ViewConfiguration) - ? ????io.datafx.controller.flow.Flow
Creates a new Flow with the given controller for the start view and a view configuration for all views.
Flow(Class<?>) - ? ????io.datafx.controller.flow.Flow
Creates a new Flow with the given controller for the start view.
FlowAction - io.datafx.controller.flow.action????
Basic interface for all actions that can be handled in a flow.
FlowActionChain - io.datafx.controller.flow.action???
 
FlowActionChain(FlowAction...) - ? ????io.datafx.controller.flow.action.FlowActionChain
 
FlowActionHandler - io.datafx.controller.flow.context???
 
FlowActionHandler(FlowHandler) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
FlowAsyncTaskAction - io.datafx.controller.flow.action???
Implementation of a FlowAction that calls the given Runnable whenever the action is triggered.
FlowAsyncTaskAction(Class<? extends Runnable>) - ? ????io.datafx.controller.flow.action.FlowAsyncTaskAction
Defines a new FlowAsyncTaskAction instance that task is defined by a class that extends Runnable.
FlowAsyncTaskAction(Class<? extends Runnable>, Executor) - ? ????io.datafx.controller.flow.action.FlowAsyncTaskAction
Defines a new FlowAsyncTaskAction instance that task is defined by a class that extends Runnable.
FlowAsyncTaskAction(Runnable) - ? ????io.datafx.controller.flow.action.FlowAsyncTaskAction
Defines a new FlowAsyncTaskAction instance that task is defined by a Runnable instance.
FlowAsyncTaskAction(Runnable, Executor) - ? ????io.datafx.controller.flow.action.FlowAsyncTaskAction
Defines a new FlowAsyncTaskAction instance that task is defined by a Runnable instance.
FlowBackAction - io.datafx.controller.flow.action???
Defines a FlowAction that navigates back to the last view of a flow.
FlowBackAction() - ? ????io.datafx.controller.flow.action.FlowBackAction
 
FlowContainer<T extends javafx.scene.Node> - io.datafx.controller.flow????
A Flow needs a JavaFX Parent node in that the current view of the flow will be added as a child.
FlowException - io.datafx.controller.flow??????
Default Exception Type for the Flow API
FlowException() - ???? ????io.datafx.controller.flow.FlowException
Default Constructor
FlowException(String) - ???? ????io.datafx.controller.flow.FlowException
Defines an Exception with a message
FlowException(String, Throwable) - ???? ????io.datafx.controller.flow.FlowException
Defines an Exception with a message and a cause
FlowException(Throwable) - ???? ????io.datafx.controller.flow.FlowException
Defines an Exception with a cause
FlowHandler - io.datafx.controller.flow???
 
FlowHandler(Flow, ViewFlowContext) - ? ????io.datafx.controller.flow.FlowHandler
 
FlowHandler(Flow, ViewFlowContext, ViewConfiguration) - ? ????io.datafx.controller.flow.FlowHandler
 
FlowHandler(Flow, ViewFlowContext, ViewConfiguration, ExceptionHandler) - ? ????io.datafx.controller.flow.FlowHandler
 
FlowLink<T> - io.datafx.controller.flow.action???
A FlowAction implementation that navigates to a different view in a flow.
FlowLink(Class<T>) - ? ????io.datafx.controller.flow.action.FlowLink
Default constructor of the class
FlowLink(Class<T>, boolean) - ? ????io.datafx.controller.flow.action.FlowLink
This Constructor is needed for DataFX when calling a back action.
FlowMethodAction - io.datafx.controller.flow.action???
Implementation of a FlowAction that calls a method in the current view controller instance.
FlowMethodAction(Method) - ? ????io.datafx.controller.flow.action.FlowMethodAction
Default constructor
FlowTaskAction - io.datafx.controller.flow.action???
Implementation of a FlowAction that calls the given Runnable whenever the action is triggered.
FlowTaskAction(Class<? extends Runnable>) - ? ????io.datafx.controller.flow.action.FlowTaskAction
Defines a new FlowTaskAction instance that task is defined by a class that extends Runnable.
FlowTaskAction(Runnable) - ? ????io.datafx.controller.flow.action.FlowTaskAction
Defines a new FlowTaskAction instance that task is defined by a Runnable instance.
FlowVetoException - io.datafx.controller.flow??????
Created with IntelliJ IDEA.
FlowVetoException() - ???? ????io.datafx.controller.flow.FlowVetoException
 
FlowView<T> - io.datafx.controller.flow???
This class defines one view in the flow.
FlowView(ViewContext<T>) - ? ????io.datafx.controller.flow.FlowView
Creates a ViewMetadata based on a context
FXMLActionResourceConsumer - io.datafx.controller.flow.context???
 
FXMLActionResourceConsumer() - ? ????io.datafx.controller.flow.context.FXMLActionResourceConsumer
 
FXMLApplicationContext - io.datafx.controller.context??????
Use this Annotation to inject the ApplicationContext in a controller instance or a flow action.
FxmlLoadException - io.datafx.controller??????
This Exception will by thrown by the ViewFactory if a FXML file can't be loaded.
FxmlLoadException() - ???? ????io.datafx.controller.FxmlLoadException
Default constructor
FxmlLoadException(String) - ???? ????io.datafx.controller.FxmlLoadException
Creates a new FxmlLoadException with a message
FxmlLoadException(String, Throwable) - ???? ????io.datafx.controller.FxmlLoadException
Creates a new FxmlLoadException with a message and a cause
FxmlLoadException(Throwable) - ???? ????io.datafx.controller.FxmlLoadException
Creates a new FxmlLoadException with a cause
FXMLViewContext - io.datafx.controller.context??????
Use this Annotation to inject the ViewContext in a controller instance or a flow action.
FXMLViewFlowContext - io.datafx.controller.flow.context??????
Use this Annotation to inject the FXMLViewFlowContext in a controller instance or a flow action.

G

getAction() - ? ????io.datafx.controller.flow.event.AfterFlowActionEvent
 
getAction() - ? ????io.datafx.controller.flow.event.BeforeFlowActionEvent
 
getActionById(String) - ? ????io.datafx.controller.flow.FlowView
Returns the registered flow action for the given unique id or null if no action is registered for the id
getActionId() - ? ????io.datafx.controller.flow.event.AfterFlowActionEvent
 
getActionId() - ? ????io.datafx.controller.flow.event.BeforeFlowActionEvent
 
getAnimationProducer() - ?? ????io.datafx.controller.flow.container.ContainerAnimations
Returns the list of KeyFrame instances that defines the animation.
getApplicationContext() - ? ????io.datafx.controller.context.ViewContext
Returns the global application context
getApplicationContext() - ? ????io.datafx.controller.flow.context.ViewFlowContext
Returns the global application context
getBuilderFactory() - ? ????io.datafx.controller.ViewConfiguration
Returns the Builderfactory that is used for the UI generation by the FXMLLoader
getCharset() - ? ????io.datafx.controller.ViewConfiguration
Getter for the Charset that is used by the FXMLLoader when loading an UI by a FXML file
getConfiguration() - ? ????io.datafx.controller.context.ViewContext
 
getContainerProperty() - ? ????io.datafx.controller.flow.FlowHandler
 
getController() - ? ????io.datafx.controller.context.ViewContext
Returns the controller of the MVC view that is wrapped by this context.
getControllerClass() - ? ????io.datafx.controller.flow.ViewHistoryDefinition
 
getControllerHistory() - ? ????io.datafx.controller.flow.FlowHandler
 
getCurrentView() - ? ????io.datafx.controller.flow.FlowHandler
 
getCurrentViewContext() - ? ????io.datafx.controller.flow.context.ViewFlowContext
Returns the context of the current view of the flow.
getCurrentViewContext() - ? ????io.datafx.controller.flow.FlowHandler
 
getCurrentViewControllerClass() - ? ????io.datafx.controller.flow.FlowHandler
Returns the controller class of the current visible
getCurrentViewMetadata() - ? ????io.datafx.controller.flow.FlowHandler
 
getCurrentViewProperty() - ? ????io.datafx.controller.flow.FlowHandler
 
getDuration() - ? ????io.datafx.controller.flow.container.AnimatedFlowContainer
Returns the duration for the animation
getExceptionHandler() - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
getExceptionHandler() - ? ????io.datafx.controller.flow.FlowHandler
 
getFlowContext() - ? ????io.datafx.controller.flow.event.AfterFlowActionEvent
 
getFlowContext() - ? ????io.datafx.controller.flow.event.BeforeFlowActionEvent
 
getFlowContext() - ? ????io.datafx.controller.flow.FlowHandler
 
getFlowContextProperty() - ? ????io.datafx.controller.flow.FlowHandler
 
getGlobalActionById(String) - ? ????io.datafx.controller.flow.Flow
Returns the action that is registered by the given unique id
getGraphic() - ? ????io.datafx.controller.context.ViewMetadata
 
getId() - ? ????io.datafx.controller.context.AbstractContext
Returns the unique id of this context
getInstance() - ? ??????io.datafx.controller.context.ApplicationContext
Returns the single instance of the application context (singleton)
getInstance() - ? ??????io.datafx.controller.ViewFactory
Returns the single instance of the ViewFactory class (singleton pattern)
getMetadata() - ? ????io.datafx.controller.context.ViewContext
 
getPlaceholder() - ? ????io.datafx.controller.flow.container.AnimatedFlowContainer
Returns the ImageView instance that is used as a placeholder for the old view in each navigation animation.
getRegisteredObject(String) - ? ????io.datafx.controller.context.AbstractContext
Returns a registered object that is registered in the context with the given key
getRegisteredObject(Class<T>) - ? ????io.datafx.controller.context.AbstractContext
Returns a registered object that is registered by its' class
getResolver() - ? ????io.datafx.controller.context.ViewContext
 
getResource(S, Class<T>, ViewContext<?>) - ?? ????io.datafx.controller.context.resource.AnnotatedControllerResourceType
 
getResource(FXMLApplicationContext, Class<ApplicationContext>, ViewContext<?>) - ? ????io.datafx.controller.context.resource.ApplicationContextResourceType
 
getResource(ConcurrencyProvider, Class<ObservableExecutor>, ViewContext<?>) - ? ????io.datafx.controller.context.resource.ConcurrencyProviderResourceType
 
getResource(ViewResourceBundle, Class<ResourceBundle>, ViewContext<?>) - ? ????io.datafx.controller.context.resource.ResourceBundleResourceType
 
getResource(FXMLViewContext, Class<ViewContext>, ViewContext<?>) - ? ????io.datafx.controller.context.resource.ViewContextResourceType
 
getResource(Metadata, Class<ViewMetadata>, ViewContext<?>) - ? ????io.datafx.controller.context.resource.ViewMetadataResourceType
 
getResource(ActionHandler, Class<FlowActionHandler>, ViewContext<?>) - ? ????io.datafx.controller.flow.context.ActionHandlerResourceType
 
getResource(FXMLViewFlowContext, Class<ViewFlowContext>, ViewContext<?>) - ? ????io.datafx.controller.flow.context.ViewFlowContextResourceType
 
getResources() - ? ????io.datafx.controller.ViewConfiguration
Getter for the resource bundle that is used by the FXMLLoader when loading an UI by a FXML file
getRootNode() - ? ????io.datafx.controller.context.ViewContext
Returns the JavaFX view node of the MVC view that is wrapped by this context.
getStartViewControllerClass() - ? ????io.datafx.controller.flow.Flow
Returns the class of the view controller that is defined as the start view.
getSupportedAnnotation() - ?? ????io.datafx.controller.context.resource.AnnotatedControllerResourceType
 
getSupportedAnnotation() - ? ????io.datafx.controller.context.resource.ApplicationContextResourceType
 
getSupportedAnnotation() - ? ????io.datafx.controller.context.resource.ConcurrencyProviderResourceType
 
getSupportedAnnotation() - ?? ????io.datafx.controller.context.resource.ControllerResourceConsumer
 
getSupportedAnnotation() - ? ????io.datafx.controller.context.resource.ResourceBundleResourceType
 
getSupportedAnnotation() - ? ????io.datafx.controller.context.resource.ViewContextResourceType
 
getSupportedAnnotation() - ? ????io.datafx.controller.context.resource.ViewMetadataResourceType
 
getSupportedAnnotation() - ? ????io.datafx.controller.flow.context.ActionHandlerResourceType
 
getSupportedAnnotation() - ? ????io.datafx.controller.flow.context.BackActionResourceConsumer
 
getSupportedAnnotation() - ? ????io.datafx.controller.flow.context.FXMLActionResourceConsumer
 
getSupportedAnnotation() - ? ????io.datafx.controller.flow.context.LinkActionResourceConsumer
 
getSupportedAnnotation() - ? ????io.datafx.controller.flow.context.ViewFlowContextResourceType
 
getTitle() - ? ????io.datafx.controller.context.ViewMetadata
 
getVeto() - ???? ????io.datafx.controller.util.VetoException
 
getView() - ? ????io.datafx.controller.flow.container.AnimatedFlowContainer
 
getView() - ? ????io.datafx.controller.flow.container.DefaultFlowContainer
 
getView() - ?? ????io.datafx.controller.flow.FlowContainer
Return the Parent node that is rendering the flow.
getViewConfiguration() - ? ????io.datafx.controller.flow.Flow
Returns the view configuration for all views of the flow
getViewConfiguration() - ? ????io.datafx.controller.flow.FlowHandler
 
getViewContext() - ? ????io.datafx.controller.flow.FlowView
Returns the context of the view
getViewFlowContext() - ? ????io.datafx.controller.flow.FlowView
Returns the context of the flow
getViewGraphics() - ? ????io.datafx.controller.flow.ViewHistoryDefinition
 
getViewTitle() - ? ????io.datafx.controller.flow.ViewHistoryDefinition
 
graphicsProperty() - ? ????io.datafx.controller.context.ViewMetadata
 

H

handle(FlowHandler, String) - ? ????io.datafx.controller.flow.action.AbstractFlowTaskAction
 
handle(FlowHandler, String) - ?? ????io.datafx.controller.flow.action.FlowAction
This method will be called by the FlowHandler of the current flow whenever the action is triggered.
handle(FlowHandler, String) - ? ????io.datafx.controller.flow.action.FlowActionChain
 
handle(FlowHandler, String) - ? ????io.datafx.controller.flow.action.FlowBackAction
 
handle(FlowHandler, String) - ? ????io.datafx.controller.flow.action.FlowLink
 
handle(FlowHandler, String) - ? ????io.datafx.controller.flow.action.FlowMethodAction
 
handle(String) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
handle(String) - ? ????io.datafx.controller.flow.FlowHandler
 
handle(FlowAction, String) - ? ????io.datafx.controller.flow.FlowHandler
 
handle(T) - ?? ????io.datafx.controller.util.VetoableEventHandler
 
handleTask(Class<? extends Runnable>) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 

I

impl_computeContains(double, double) - ? ????io.datafx.controller.util.NullNode
 
impl_computeGeomBounds(BaseBounds, BaseTransform) - ? ????io.datafx.controller.util.NullNode
 
impl_createPeer() - ? ????io.datafx.controller.util.NullNode
 
impl_processMXNode(MXNodeAlgorithm, MXNodeAlgorithmContext) - ? ????io.datafx.controller.util.NullNode
 
injectResources(Object) - ? ????io.datafx.controller.context.ContextResolver
 
io.datafx.controller - ??? io.datafx.controller
 
io.datafx.controller.context - ??? io.datafx.controller.context
 
io.datafx.controller.context.event - ??? io.datafx.controller.context.event
 
io.datafx.controller.context.resource - ??? io.datafx.controller.context.resource
 
io.datafx.controller.flow - ??? io.datafx.controller.flow
 
io.datafx.controller.flow.action - ??? io.datafx.controller.flow.action
 
io.datafx.controller.flow.container - ??? io.datafx.controller.flow.container
 
io.datafx.controller.flow.context - ??? io.datafx.controller.flow.context
 
io.datafx.controller.flow.event - ??? io.datafx.controller.flow.event
 
io.datafx.controller.util - ??? io.datafx.controller.util
 

L

LinkAction - io.datafx.controller.flow.action??????
Annotation that adds a link action to the annotated node.
LinkActionResourceConsumer - io.datafx.controller.flow.context???
 
LinkActionResourceConsumer() - ? ????io.datafx.controller.flow.context.LinkActionResourceConsumer
 

M

Metadata - io.datafx.controller.context??????
Created with IntelliJ IDEA.

N

navigate(Class<T>) - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
navigateBack() - ? ????io.datafx.controller.flow.context.FlowActionHandler
 
navigateBack() - ? ????io.datafx.controller.flow.FlowHandler
 
navigateTo(Class<?>) - ? ????io.datafx.controller.flow.FlowHandler
Navigate to the view that is defined by the given controller class
navigateToHistoryIndex(int) - ? ????io.datafx.controller.flow.FlowHandler
 
NullNode - io.datafx.controller.util???
Created by hendrikebbers on 21.10.14.
NullNode() - ? ????io.datafx.controller.util.NullNode
 

O

onVeto(Veto) - ?? ????io.datafx.controller.util.VetoHandler
 

P

postConstruct(ViewContext) - ?? ????io.datafx.controller.context.event.ContextPostConstructListener
 

R

register(String, Object) - ? ????io.datafx.controller.context.AbstractContext
Register a object to the context by using a key
register(Object) - ? ????io.datafx.controller.context.AbstractContext
 
register(T, Class<S>) - ? ????io.datafx.controller.context.AbstractContext
 
registerInApplicationContext(T) - ? ????io.datafx.controller.flow.FlowHandler
 
registerInApplicationContext(String, T) - ? ????io.datafx.controller.flow.FlowHandler
 
registerInApplicationContext(Class<S>, T) - ? ????io.datafx.controller.flow.FlowHandler
 
registerInFlowContext(T) - ? ????io.datafx.controller.flow.FlowHandler
 
registerInFlowContext(String, T) - ? ????io.datafx.controller.flow.FlowHandler
 
registerInFlowContext(Class<S>, T) - ? ????io.datafx.controller.flow.FlowHandler
 
registerInViewContext(T) - ? ????io.datafx.controller.flow.FlowHandler
 
registerInViewContext(String, T) - ? ????io.datafx.controller.flow.FlowHandler
 
registerInViewContext(Class<S>, T) - ? ????io.datafx.controller.flow.FlowHandler
 
removeContextDestroyedListener(ContextDestroyedListener<U>) - ? ????io.datafx.controller.context.ViewContext
 
ResourceBundleResourceType - io.datafx.controller.context.resource???
 
ResourceBundleResourceType() - ? ????io.datafx.controller.context.resource.ResourceBundleResourceType
 

S

setBuilderFactory(BuilderFactory) - ? ????io.datafx.controller.ViewConfiguration
setter for the Builderfactory that is used for the UI generation by the FXMLLoader
setCharset(Charset) - ? ????io.datafx.controller.ViewConfiguration
Setter for the Charset that is used by the FXMLLoader when loading an UI by a FXML file
setCurrentViewContext(ViewContext<T>) - ? ????io.datafx.controller.flow.context.ViewFlowContext
Sets the context of the current view in the flow of this context.
setExceptionHandler(ExceptionHandler) - ? ????io.datafx.controller.flow.FlowHandler
Set the exception handler for this flow.
setGraphic(Node) - ? ????io.datafx.controller.context.ViewMetadata
 
setNewView(FlowView<U>, boolean) - ? ????io.datafx.controller.flow.FlowHandler
 
setResources(ResourceBundle) - ? ????io.datafx.controller.ViewConfiguration
Setter for the resource bundle that is used by the FXMLLoader when loading an UI by a FXML file
setTitle(String) - ? ????io.datafx.controller.context.ViewMetadata
 
setViewContext(ViewContext<U>) - ? ????io.datafx.controller.flow.container.AnimatedFlowContainer
 
setViewContext(ViewContext<U>) - ? ????io.datafx.controller.flow.container.DefaultFlowContainer
 
setViewContext(ViewContext<U>) - ?? ????io.datafx.controller.flow.FlowContainer
The given view will be the new view of the flow.
showInStage(Stage, Class<?>) - ? ????io.datafx.controller.ViewFactory
Helper method that will show exactly one view in a stage.
start() - ? ????io.datafx.controller.flow.Flow
Start the flow with a default handler and a default FlowContainer This will start the flow using a DefaultFlowContainer, which returns a StackPane.
start(FlowContainer<T>) - ? ????io.datafx.controller.flow.Flow
Start the flow with a default handler and a provided FlowContainer
start() - ? ????io.datafx.controller.flow.FlowHandler
 
start(FlowContainer<T>) - ? ????io.datafx.controller.flow.FlowHandler
 
startInPane(StackPane) - ? ????io.datafx.controller.flow.Flow
 
startInPane(StackPane) - ? ????io.datafx.controller.flow.FlowHandler
 
startInStage(Stage) - ? ????io.datafx.controller.flow.Flow
Starts the flow directly in a Stage.
startInTab() - ? ????io.datafx.controller.flow.Flow
Creates a Tab that contains a running instance of the flow.
startInTab(FlowContainer<T>) - ? ????io.datafx.controller.flow.Flow
Creates a Tab that contains a running instance of the flow.
startInTab() - ? ????io.datafx.controller.flow.FlowHandler
 
startInTab(FlowContainer<T>) - ? ????io.datafx.controller.flow.FlowHandler
 

T

titleProperty() - ? ????io.datafx.controller.context.ViewMetadata
 
toString() - ? ????io.datafx.controller.context.AbstractContext
 

V

valueOf(String) - ?? ??????io.datafx.controller.flow.container.ContainerAnimations
??????????????????
values() - ?? ??????io.datafx.controller.flow.container.ContainerAnimations
???????????????, ?? ??????????
Veto - io.datafx.controller.util???
 
Veto() - ? ????io.datafx.controller.util.Veto
 
VetoableBeforeFlowActionHandler - io.datafx.controller.flow.event????
Created with IntelliJ IDEA.
VetoableEventHandler<T extends javafx.event.Event> - io.datafx.controller.util????
Created with IntelliJ IDEA.
VetoException - io.datafx.controller.util??????
 
VetoException(Veto) - ???? ????io.datafx.controller.util.VetoException
 
VetoHandler - io.datafx.controller.util????
 
ViewConfiguration - io.datafx.controller???
This class defines the configuration for one view.
ViewConfiguration() - ? ????io.datafx.controller.ViewConfiguration
Default constructor
ViewContext<U> - io.datafx.controller.context???
The view context is the context with a life time of one view.
ViewContext(Node, U, ViewMetadata, ViewConfiguration, Object...) - ? ????io.datafx.controller.context.ViewContext
Create a new ViewContext for a (view-)Node and a controller.
ViewContextResourceType - io.datafx.controller.context.resource???
 
ViewContextResourceType() - ? ????io.datafx.controller.context.resource.ViewContextResourceType
 
ViewController - io.datafx.controller??????
Annotation for a MVC controller.
ViewFactory - io.datafx.controller???
This class contains static methods to create views in the DataFX Container context.
ViewFlowContext - io.datafx.controller.flow.context???
The flow context is the context for a defined flow.
ViewFlowContext() - ? ????io.datafx.controller.flow.context.ViewFlowContext
Default constructor
ViewFlowContextResourceType - io.datafx.controller.flow.context???
 
ViewFlowContextResourceType() - ? ????io.datafx.controller.flow.context.ViewFlowContextResourceType
 
ViewHistoryDefinition<T> - io.datafx.controller.flow???
 
ViewHistoryDefinition(Class<T>, String, Node) - ? ????io.datafx.controller.flow.ViewHistoryDefinition
 
ViewMetadata - io.datafx.controller.context???
 
ViewMetadata() - ? ????io.datafx.controller.context.ViewMetadata
 
ViewMetadataResourceType - io.datafx.controller.context.resource???
 
ViewMetadataResourceType() - ? ????io.datafx.controller.context.resource.ViewMetadataResourceType
 
ViewNode - io.datafx.controller??????
Annotation to define UI elements.
ViewProperty - io.datafx.controller??????
Created by hendrikebbers on 23.01.15.
ViewResourceBundle - io.datafx.controller.context??????
 

W

withAction(Class<?>, String, FlowAction) - ? ????io.datafx.controller.flow.Flow
Adds a action to the view of the given view controller.
withBackAction(Class<?>, String) - ? ????io.datafx.controller.flow.Flow
Adds a back action to the defined view of the flow that navigates back to the last view of a flow.
withGlobalAction(String, FlowAction) - ? ????io.datafx.controller.flow.Flow
Adds a global action to the flow.
withGlobalBackAction(String) - ? ????io.datafx.controller.flow.Flow
Adds a global back action to the flow that navigates back to the last view of a flow.
withGlobalLink(String, Class<?>) - ? ????io.datafx.controller.flow.Flow
Adds a link action as a global action to the flow.
withGlobalTaskAction(String, Class<? extends Runnable>) - ? ????io.datafx.controller.flow.Flow
Adds a task action as a global action to the flow.
withGlobalTaskAction(String, Runnable) - ? ????io.datafx.controller.flow.Flow
Adds a task action as a global action to the flow.
withLink(Class<?>, String, Class<?>) - ? ????io.datafx.controller.flow.Flow
Adds a navigation action to the flow that will navigate from one view to another.
withTaskAction(Class<?>, String, Class<? extends Runnable>) - ? ????io.datafx.controller.flow.Flow
Adds a task action to the defined view of the flow.
withTaskAction(Class<?>, String, Runnable) - ? ????io.datafx.controller.flow.Flow
Adds a task action to the defined view of the flow.
A B C D E F G H I L M N O P R S T V W 
??????