- 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
-
- FlowAsyncTaskAction(Runnable, Executor) - ? ????io.datafx.controller.flow.action.FlowAsyncTaskAction
-
- 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.
- 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
-