- JavaFXUtils - Class in com.vektorsoft.demux.desktop.app.gui
-
Contains utility methods used in JavaFX applications.
- JFX_ROOT_VIEW_ID - Static variable in class com.vektorsoft.demux.desktop.view.JFXRootView
-
View ID of the root view.
- JFXDesktopApplication - Class in com.vektorsoft.demux.desktop.app
-
An implementation of DMXApplication
which represents JavaFX desktop application.
- JFXDesktopApplication() - Constructor for class com.vektorsoft.demux.desktop.app.JFXDesktopApplication
-
Default constructor for setting default application values.
- JFXDialogFactory - Class in com.vektorsoft.demux.desktop.view.dlg
-
Dialog factory for JavaFX applications.
- JFXDialogFactory(DMXViewManager, Stage) - Constructor for class com.vektorsoft.demux.desktop.view.dlg.JFXDialogFactory
-
Create new instance.
- JFXDialogStage - Class in com.vektorsoft.demux.desktop.view.dlg
-
JavaFX implementation of dialog.
- JFXDialogStage(Stage, DMXDialogView) - Constructor for class com.vektorsoft.demux.desktop.view.dlg.JFXDialogStage
-
Create new instance.
- JFXEventHandler<T extends javafx.event.Event> - Class in com.vektorsoft.demux.desktop.gui
-
Generic event handler for JavaFX platform.
- JFXEventHandler(DMXAdapter, EventType) - Constructor for class com.vektorsoft.demux.desktop.gui.JFXEventHandler
-
Creates new instance.
- JFXMenuService - Interface in com.vektorsoft.demux.desktop.gui
-
Service which defines methods for interacting with application menus.
- JFXMenuServiceImpl - Class in com.vektorsoft.demux.desktop.app.gui
-
- JFXMenuServiceImpl(Stage, DMXAdapter) - Constructor for class com.vektorsoft.demux.desktop.app.gui.JFXMenuServiceImpl
-
Creates new instance.
- JFXOptionStage - Class in com.vektorsoft.demux.desktop.view.dlg
-
An implementation of DMXDialog
which provides common functionality similar to
Swing JOptionPane
, ie.
- JFXOptionStage(Stage, int, String, Object, DMXResourceManager) - Constructor for class com.vektorsoft.demux.desktop.view.dlg.JFXOptionStage
-
Create new instance of this dialog.
- JFXOptionStage(Stage, String[], String, Object, DMXResourceManager) - Constructor for class com.vektorsoft.demux.desktop.view.dlg.JFXOptionStage
-
Create new dialog with specified custom options.
- JFXProgressDialog - Class in com.vektorsoft.demux.desktop.view.dlg
-
Dialog used to display progress information.
- JFXProgressDialog(Stage, DMXDialogView) - Constructor for class com.vektorsoft.demux.desktop.view.dlg.JFXProgressDialog
-
Create new instance.
- JFXPropertyChangeHandler<T> - Class in com.vektorsoft.demux.desktop.gui
-
Base class for registering property change listeners for Java FX GUI components.
- JFXPropertyChangeHandler(DMXAdapter, String) - Constructor for class com.vektorsoft.demux.desktop.gui.JFXPropertyChangeHandler
-
Creates new instance.
- JFXRootView - Class in com.vektorsoft.demux.desktop.view
-
This class represents root view of JavaFX application.
- JFXRootView(Stage) - Constructor for class com.vektorsoft.demux.desktop.view.JFXRootView
-
Create new instance.
- JFXToolbarService - Interface in com.vektorsoft.demux.desktop.gui
-
Provides method definitions to interact with main window toolbar.
- JFXToolbarServiceImpl - Class in com.vektorsoft.demux.desktop.app.gui
-
- JFXToolbarServiceImpl(Stage) - Constructor for class com.vektorsoft.demux.desktop.app.gui.JFXToolbarServiceImpl
-
Creates new instance.
- JFXViewManager - Class in com.vektorsoft.demux.desktop.app
-
Implementation of DMXViewManager
used for JavaFX applications.
- JFXViewManager(Stage, DMXDefaultAdapter) - Constructor for class com.vektorsoft.demux.desktop.app.JFXViewManager
-
Creates new instance of this view manager.