Skip navigation links
A D E F G I N O P R S V 

A

accept(T) - Method in interface net.bbmsoft.iocfx.Fxml.Consumer
The root object loaded from the FXML file will be passed to this method on the JavaFX Application Thread.
accessibilityActiveProperty() - Method in interface net.bbmsoft.iocfx.Platform
Indicates whether or not accessibility is active.
assertFxApplicationThread() - Method in interface net.bbmsoft.iocfx.Platform
Assert that the current code is running on the JavaFX Application Thread.

D

DO_NOTHING_ON_STAGE_EXIT - Static variable in interface net.bbmsoft.iocfx.StageService
 

E

exit() - Method in interface net.bbmsoft.iocfx.Platform
Causes the JavaFX application to terminate.
EXIT_POLICY - Static variable in interface net.bbmsoft.iocfx.StageService
 

F

Fxml - Interface in net.bbmsoft.iocfx
Service interface for components that need an FXML file to be loaded.
Fxml.Application - Interface in net.bbmsoft.iocfx
Interface for components that represent an application main window.
Fxml.Consumer<T> - Interface in net.bbmsoft.iocfx
Fxml components implementing the Consumer interface will be passed the loaded object once the fxml file has been successfully loaded.
Fxml.Controller - Interface in net.bbmsoft.iocfx
Marker interface for components that need to be set as the controller of the FXML file they want to be loaded.
Fxml.ErrorHandler - Interface in net.bbmsoft.iocfx
If an Fxml instance implements this interface, any IOExceptions that happen while loading the FXML file will be caught and propagated to the Fxml.ErrorHandler.onError(IOException) method.
Fxml.Resources - Interface in net.bbmsoft.iocfx
Fxml components implementing the Resources interface can supply a ResourceBundle that will be used by the FXMLLoader.
Fxml.Root - Interface in net.bbmsoft.iocfx
Marker interface for components that need to be set as the document root of the FXML file they want to be loaded.

G

getExitPolicy() - Method in interface net.bbmsoft.iocfx.Standalone
Provide an ExitPolicy for the application's main stage.
getLocation() - Method in interface net.bbmsoft.iocfx.Fxml
Provide a URL that points to the FXML file that needs to be loaded.
getNode() - Method in interface net.bbmsoft.iocfx.view.View
 
getParentID() - Method in interface net.bbmsoft.iocfx.view.View
 
getResources() - Method in interface net.bbmsoft.iocfx.Fxml.Resources
Provide a ResourceBundle that will be used to resolve resource key attribute values in the FXML file.
getRootNode() - Method in interface net.bbmsoft.iocfx.Standalone.Application
Provide this application's root layout node.
getStage() - Method in interface net.bbmsoft.iocfx.StageService
Gets the Stage instance provided by this service.

I

isAccessibilityActive() - Method in interface net.bbmsoft.iocfx.Platform
Gets the value of the property accessibilityActive.
isFxApplicationThread() - Method in interface net.bbmsoft.iocfx.Platform
Returns true if the calling thread is the JavaFX Application Thread.
isImplicitExit() - Method in interface net.bbmsoft.iocfx.Platform
Gets the value of the implicitExit attribute.
isSupported(ConditionalFeature) - Method in interface net.bbmsoft.iocfx.Platform
Queries whether a specific conditional feature is supported by the platform.

N

net.bbmsoft.iocfx - package net.bbmsoft.iocfx
 
net.bbmsoft.iocfx.view - package net.bbmsoft.iocfx.view
 

O

onError(IOException) - Method in interface net.bbmsoft.iocfx.Fxml.ErrorHandler
Handle IOException that happen while loading the FXML file.

P

Platform - Interface in net.bbmsoft.iocfx
Wraps the functionality of Platform into an OSGi service.
prepareStage(Stage) - Method in interface net.bbmsoft.iocfx.Standalone
Customizes the stage before it is shown.

R

runAndWait(Runnable) - Method in interface net.bbmsoft.iocfx.Platform
Run the specified Runnable on the JavaFX Application Thread at some unspecified time in the future.
runLater(Runnable) - Method in interface net.bbmsoft.iocfx.Platform
Run the specified Runnable on the JavaFX Application Thread at some unspecified time in the future.
runOnFxApplicationThread(Runnable) - Method in interface net.bbmsoft.iocfx.Platform
Run the specified Runnable on the JavaFX Application Thread at some unspecified time in the future.
runOnFxApplicationThread(Runnable, long, TimeUnit) - Method in interface net.bbmsoft.iocfx.Platform
Will dispatch the provided Runnable to the JavaFX Application Thread after the given delay.

S

setExitPolicy(StageService.ExitPolicy, Class<?>...) - Method in interface net.bbmsoft.iocfx.StageService
Specifies what should happen when the Stage provided by this service is closed.
setImplicitExit(boolean) - Method in interface net.bbmsoft.iocfx.Platform
Sets the implicitExit attribute to the specified value.
StageService - Interface in net.bbmsoft.iocfx
This service provides instances of Stage.
StageService.ExitPolicy - Enum in net.bbmsoft.iocfx
Enum to determine the behavior of an application when a Stage is closed.
Standalone - Interface in net.bbmsoft.iocfx
Base interface for stand-alone applications.
Standalone.Application - Interface in net.bbmsoft.iocfx
Interface for components that represent an application main window and bring their own UI layout.

V

valueOf(String) - Static method in enum net.bbmsoft.iocfx.StageService.ExitPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.bbmsoft.iocfx.StageService.ExitPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
View - Interface in net.bbmsoft.iocfx.view
Views allow GUI designers to separate parts of the UI into individual Components without having to take care of putting all the parts together manually.
A D E F G I N O P R S V 
Skip navigation links

Copyright © 2019. All rights reserved.