Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractJSFView - Class in com.vektorsoft.demux.web.jsf.core
Base class for implementing views based on JSF technology.
AbstractJSFView(String, String) - Constructor for class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
Creates new instance of the view.
AbstractViewManager - Class in com.vektorsoft.demux.core.mva
Base class for specific implementations of ViewManager.
AbstractViewManager() - Constructor for class com.vektorsoft.demux.core.mva.AbstractViewManager
Create new instance.
ActivityServiceCustomizer - Class in com.vektorsoft.demux.android.core
Service customizer for DMXMainActivityService.
ActivityServiceCustomizer(BundleContext) - Constructor for class com.vektorsoft.demux.android.core.ActivityServiceCustomizer
Creates new instance.
adapter - Variable in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Adapter instance.
adapter - Variable in class com.vektorsoft.demux.core.mva.AbstractViewManager
Adapter instance associated with this view manager.
adapter - Variable in class com.vektorsoft.demux.core.mva.DMXAbstractView
Adapter instance this view is registered with.
adapter - Variable in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
Adapter instance.
adapter - Variable in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Adapter instance.
ADAPTER_BEAN_NAME - Static variable in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Name of this bean within JSF runtime.
addAfterMenu(String, T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Adds specified menu to menu bar after the menu with ID menuId.
addAfterMenu(String, Menu) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
addChildMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for adding child view.
addChildView(DMXView) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
This method does nothing.
addChildView(DMXView) - Method in interface com.vektorsoft.demux.core.mva.DMXView
Adds specified view as a child of this view.
addChildView(DMXView) - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
addChildView(DMXView) - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
Adds child view to this view.
addComponentId(String) - Method in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Add component ID to existing list.
addComponentId(int) - Method in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Add component ID to existing list.
addComponentId(String) - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Add component ID to the list.
addIdsToBlock(String...) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Add IDs of GUI components that should be blocked while task is executing.
addingService(ServiceReference<DMXMainActivityService>) - Method in class com.vektorsoft.demux.android.core.ActivityServiceCustomizer
Invoked when service is being added.
addingService(ServiceReference<DMXAdapter>) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
This method will register any extension callbacks specified by extension configuration.
addingService(ServiceReference<DMXAdapter>) - Method in class com.vektorsoft.demux.core.DemuxCoreCustomizer
 
addingService(ServiceReference<Object>) - Method in class com.vektorsoft.demux.desktop.jfx.WindowServiceCustomizer
 
addLocaleChangeObserver(Observer) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
addLocaleChangeObserver(Observer) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Add observer which will be notified when locale is changed.
addLocaleChangeObserver(Observer) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
addMapping(String, DMXView) - Static method in class com.vektorsoft.demux.web.jsf.core.internal.ViewResourceUtils
Maps specified view ID to specified view.
addMapping(String, URL) - Static method in class com.vektorsoft.demux.web.jsf.core.internal.ViewResourceUtils
Maps specified view ID to specified URL.
addMenuItemToMenu(String, S) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Adds specified menu item to menu with specified ID.
addMenuItemToMenu(String, MenuItem) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
addModelChangeListener(ModelChangeListener) - Method in interface com.vektorsoft.demux.core.app.ModelChangeAware
Add new listener.
addModelChangeListener(ModelChangeListener) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
 
addSubmenuToMenu(String, T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Adds subMenu as a sub menu of menu with ID menuId.
addSubmenuToMenu(String, Menu) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
addSupportedLocale(Locale) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
addSupportedLocale(Locale) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Adds new locale to a list of supported locales.
addSupportedLocale(Locale) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
addTaskStatusListener(TaskStatusListener) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
addTaskStatusListener(TaskStatusListener) - Method in interface com.vektorsoft.demux.core.task.DMXTask
Add listener to track changes to task status.
addToolbar(T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXToolbarService
Add toolbar to main window toolbar.
addToolbar(ToolBar) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
 
afterInitialViewRegistration(DMXView) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
This method should be called from subclasses after initial view registration in order to correctly register deferred view.
AndroidEventHandler<T> - Class in com.vektorsoft.demux.android.core.app
Base class for implementing event handlers in Android.
AndroidEventHandler(DMXAdapter) - Constructor for class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Creates new instance.
AndroidMainActivator - Class in com.vektorsoft.demux.android.main
Activator for Android main bundle.
AndroidMainActivator(DMXMainActivityService) - Constructor for class com.vektorsoft.demux.android.main.AndroidMainActivator
Creates new instance.
AndroidResourceTypeEnum - Enum in com.vektorsoft.demux.android.core.resources
Enumerates different types of Android resources which can be accessed from application.
AndroidViewInvocationHandler - Class in com.vektorsoft.demux.android.core.proxy
Implementation of invocation handler for Android views.
AndroidViewInvocationHandler(Class, DMXDefaultAdapter, Context) - Constructor for class com.vektorsoft.demux.android.core.proxy.AndroidViewInvocationHandler
Create new instance.
appendToMenuBar(T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Appends specified menu at the end of menu bar.
appendToMenuBar(Menu) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
arguments - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Array of arguments that application was invoked with.

B

blockGui(boolean, GUIBlockingScope, String...) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
blockGui(boolean, GUIBlockingScope, String...) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Block or unblock GUI based on specified parameters.
blockGui(boolean, GUIBlockingScope, String...) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
blockGui(boolean, GUIBlockingScope, String...) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
blockIds - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
List of IDs of components that should be blocked during execution.
blockScope - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
GUI blocking scope.
buildNumber - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Application build number string.

C

callback - Variable in class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
Extension callback used by this class.
callback - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Extension callback used by this class.
callbackResourceMap - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Maps of resources registered by callbacks.
callbacks - Variable in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
List of extension callbacks.
clearSupportedLocales() - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
clearSupportedLocales() - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Removes all supported locales from this resource manager.
clearSupportedLocales() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
closeDialog() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialog
 
closeDialog() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
 
closeDialog() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialog
Close this dialog.
closeDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogStage
 
closeDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
 
closeDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXProgressDialog
 
com.vektorsoft.demux.android.core - package com.vektorsoft.demux.android.core
Contains classes need to activate this bundle.
com.vektorsoft.demux.android.core.app - package com.vektorsoft.demux.android.core.app
Contains classes needed for implementation of MVA pattern on Android.
com.vektorsoft.demux.android.core.gui - package com.vektorsoft.demux.android.core.gui
Contains classes useful for GUI building.
com.vektorsoft.demux.android.core.proxy - package com.vektorsoft.demux.android.core.proxy
Contains Android-specific proxy classes.
com.vektorsoft.demux.android.core.resources - package com.vektorsoft.demux.android.core.resources
Contains classes for handling resources on Android platform.
com.vektorsoft.demux.android.main - package com.vektorsoft.demux.android.main
Provides classes needed to launch Android applications based on DEMUX framework.
com.vektorsoft.demux.android.main.svc - package com.vektorsoft.demux.android.main.svc
Provides main service definitions for Android applications.
com.vektorsoft.demux.core - package com.vektorsoft.demux.core
Contains classes required to initialize the framework.
com.vektorsoft.demux.core.annotations - package com.vektorsoft.demux.core.annotations
Contains definitions of annotations used for declarative MVC definitions.
com.vektorsoft.demux.core.app - package com.vektorsoft.demux.core.app
Defines interfaces common to all applications across multiple domains.
com.vektorsoft.demux.core.common - package com.vektorsoft.demux.core.common
Contains definitions of common controllers which can be used across platforms.
com.vektorsoft.demux.core.dlg - package com.vektorsoft.demux.core.dlg
Contains classes used for creating and managing dialogs.
com.vektorsoft.demux.core.extension - package com.vektorsoft.demux.core.extension
Contains classes and interface related to extensions management.
com.vektorsoft.demux.core.extension.impl - package com.vektorsoft.demux.core.extension.impl
Default implementation of extension management methods.
com.vektorsoft.demux.core.mva - package com.vektorsoft.demux.core.mva
Contains classes and interface that represent Model-View-Adapter pattern.
com.vektorsoft.demux.core.proxy - package com.vektorsoft.demux.core.proxy
Contains classes used for creating proxy objects.
com.vektorsoft.demux.core.resources - package com.vektorsoft.demux.core.resources
Contains classes related to internationalization and localization.
com.vektorsoft.demux.core.resources.impl - package com.vektorsoft.demux.core.resources.impl
Contains default implementations of interfaces for managing resources.
com.vektorsoft.demux.core.task - package com.vektorsoft.demux.core.task
Provides class definitions for handling multitasking.
com.vektorsoft.demux.desktop.gui - package com.vektorsoft.demux.desktop.gui
 
com.vektorsoft.demux.desktop.jfx - package com.vektorsoft.demux.desktop.jfx
Contains classes for desktop version of the framework.
com.vektorsoft.demux.desktop.jfx.app - package com.vektorsoft.demux.desktop.jfx.app
Contains implementation classes for common application service.
com.vektorsoft.demux.desktop.jfx.app.gui - package com.vektorsoft.demux.desktop.jfx.app.gui
Contains implementations of GUI related services, such as menu and tolbar.
com.vektorsoft.demux.desktop.jfx.gui - package com.vektorsoft.demux.desktop.jfx.gui
Contains public interfaces and classes used for interacting with JavaFX GUI.
com.vektorsoft.demux.desktop.jfx.main - package com.vektorsoft.demux.desktop.jfx.main
Contains application activator.
com.vektorsoft.demux.desktop.jfx.main.impl - package com.vektorsoft.demux.desktop.jfx.main.impl
Contains implementations of service classes specific to JavaFX.
com.vektorsoft.demux.desktop.jfx.main.preload - package com.vektorsoft.demux.desktop.jfx.main.preload
Classes for preloader of main application.
com.vektorsoft.demux.desktop.jfx.main.svc - package com.vektorsoft.demux.desktop.jfx.main.svc
Interface definitions of services exported by this bundle.
com.vektorsoft.demux.desktop.jfx.view - package com.vektorsoft.demux.desktop.jfx.view
Contains classes needed to implement views for JavaFX platform.
com.vektorsoft.demux.desktop.jfx.view.dlg - package com.vektorsoft.demux.desktop.jfx.view.dlg
Contains classes for creating and managing JavaFX dialogs.
com.vektorsoft.demux.desktop.main - package com.vektorsoft.demux.desktop.main
 
com.vektorsoft.demux.web.jsf.core - package com.vektorsoft.demux.web.jsf.core
Contains classes and interfaces required for running DEMUX JSF applications.
com.vektorsoft.demux.web.jsf.core.internal - package com.vektorsoft.demux.web.jsf.core.internal
Contains class which are not publicly accessible.
com.vektorsoft.demux.web.jsf.core.setup - package com.vektorsoft.demux.web.jsf.core.setup
Contains classes and interfaces required to properly set up and initialize JSF application.
configProperties - Variable in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
Configuration properties.
configuration - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Configuration parameters map.
constraintField - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
View placement constraint field.
constraintMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for getting placement constraint.
constructUI() - Method in interface com.vektorsoft.demux.core.mva.DMXView
This method should be used for initial creation of user interface.
constructUI() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
constructUiMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for initial UI construction.
containsExecMethod(Class) - Static method in class com.vektorsoft.demux.core.proxy.ProxyUtils
Verifies that given Class object contains annotated execute() method.
context - Variable in class com.vektorsoft.demux.android.core.app.DMXAndroidAbstractView
Android application context.
context - Variable in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
App context.
context - Variable in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Bundle context.
contextDestroyed(ServletContextEvent) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXContextListener
 
contextInitialized(ServletContextEvent) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXContextListener
 
controllerId - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
ID of controller to execute.
ControllerInvocationHandler - Class in com.vektorsoft.demux.core.proxy
Invocation handler used for forwarding proxied methods for controllers.
ControllerInvocationHandler(Class) - Constructor for class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
Creates new instance.
controllerMap - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Map of all registered controllers.
createDialog(String, String) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create custom Android dialog.
createDialog(String, String) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Create dialog for JavaFX platform based on provided parameters.
createOptionDialog(String, String, int, Object) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Create options dialog based on specified parameters.
createOptionDialog(String, String, String[], Object) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Creates options dialog with custom buttons.
createOptionsDialog(String, String, int) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create dialog with specified title, message and predefined options.
createOptionsDialog(String, String, String[]) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create dialog with specified title, message and options buttons.
createOptionsDialog(String, int) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create dialog which displays view with specified ID, and with specified options.
createOptionsDialog(String, String[]) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Create dialog which displays view with specified ID, and with specified options.
createProgressDialog(String) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Creates dialog that will be used to display task progress.
createViewResource(FacesContext, String) - Method in class com.vektorsoft.demux.web.jsf.core.DMXResourceHandlerJSF
 
CTRL_PROPERTY_BIND - Static variable in class com.vektorsoft.demux.core.app.DMXCoreConstants
Controller ID for property binding.
CTRL_VIEW_ACITVATION - Static variable in class com.vektorsoft.demux.core.app.DMXCoreConstants
Controller ID for view activation.
currentLocale - Variable in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
Application's current locale.
currentLocale - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
Application's current locale.

D

dataIds - Variable in class com.vektorsoft.demux.core.mva.DMXAbstractView
Set of model data IDs used for this view.
dataMap - Variable in class com.vektorsoft.demux.core.mva.DMXAbstractController
Mapping of model data names and values.
dataModel - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Model to be used with this adapter.
DefaultExtensionConfig - Class in com.vektorsoft.demux.core.extension
Default implementation of DMXExtensionConfig interface.
DefaultExtensionConfig() - Constructor for class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
Creates new instance.
DefaultResourceHandler - Class in com.vektorsoft.demux.core.resources.impl
 
DefaultResourceHandler() - Constructor for class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Creates new instance.
DefaultResourceManager - Class in com.vektorsoft.demux.core.resources.impl
Default implementation of DMXResourceManager.
DefaultResourceManager() - Constructor for class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
Creates new instance.
DEMUX_BUNDLE_CACHE_DIR - Static variable in class com.vektorsoft.demux.core.app.DMXCoreConstants
Name of directory containing bundle cache.
DEMUX_DIR_NAME - Static variable in class com.vektorsoft.demux.core.app.DMXCoreConstants
Name of DEMUX storage directory.
DemuxActivator - Class in com.vektorsoft.demux.core
ACtivator for demux-core bundle.
DemuxActivator() - Constructor for class com.vektorsoft.demux.core.DemuxActivator
 
DemuxCoreCustomizer - Class in com.vektorsoft.demux.core
Customizer for DMXAdapter service.
DemuxCoreCustomizer(BundleContext) - Constructor for class com.vektorsoft.demux.core.DemuxCoreCustomizer
Creates new instance.
destroy() - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXFilter
 
DialogFactory - Interface in com.vektorsoft.demux.core.dlg
This is tagging interface which marks implementing class as being a factory for dialogs.
DLG_OPTION_CANCEL - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Value for Cancel option.
DLG_OPTION_CLOSED - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Indicates that dialog was closed on close button.
DLG_OPTION_NO - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Value for No option.
DLG_OPTION_OK - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Value for OK option.
DLG_OPTION_YES - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Value for Yes option.
DLG_TYPE_ERROR - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Error dialog (with error icon).
DLG_TYPE_INFO - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Information dialog (with information icon).
DLG_TYPE_PLAIN - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Plain dialog (no icon).
DLG_TYPE_QUESTION - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Question dialog (with question icon).
DLG_TYPE_WARNING - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Warning dialog (with warning icon).
dlgField - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Dialog field for view.
dlgResultMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for getting dialog result.
DMX_ANDROID_ROOT_VIEW - Static variable in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
Name of the root view.
DMX_VIEW_EXTENSION - Static variable in class com.vektorsoft.demux.web.jsf.core.JSFConstants
XHTML files extension.
DMX_VIEW_PATH - Static variable in class com.vektorsoft.demux.web.jsf.core.JSFConstants
Path where view .xhtml files will be stored.
DMX_VIEW_URL_PREFIX - Static variable in class com.vektorsoft.demux.web.jsf.core.JSFConstants
Prefix for view composition path.
DMXAbstractActivator - Class in com.vektorsoft.demux.core.app
Basic activator class which provides support for extensions through fragment bundles.
DMXAbstractActivator() - Constructor for class com.vektorsoft.demux.core.app.DMXAbstractActivator
 
DMXAbstractCallback - Class in com.vektorsoft.demux.core.extension
Abstract implementation of DMXExtensionCallback.
DMXAbstractCallback() - Constructor for class com.vektorsoft.demux.core.extension.DMXAbstractCallback
Creates new instance.
DMXAbstractController - Class in com.vektorsoft.demux.core.mva
Abstract implementation of DMXController.
DMXAbstractController() - Constructor for class com.vektorsoft.demux.core.mva.DMXAbstractController
Creates new instance.
DMXAbstractView - Class in com.vektorsoft.demux.core.mva
An implementation of DMXView interface which provides some common methods that can be used for view across all supported platforms.
DMXAbstractView(DMXAdapter) - Constructor for class com.vektorsoft.demux.core.mva.DMXAbstractView
Creates new instance.
DMXActivatorJSF - Class in com.vektorsoft.demux.web.jsf.core
Custom activator for JSF core bundle.
DMXActivatorJSF() - Constructor for class com.vektorsoft.demux.web.jsf.core.DMXActivatorJSF
 
DMXAdapter - Interface in com.vektorsoft.demux.core.mva
Defines methods required by Adapter part of the MVA (Model-View-Adapter) pattern.
DMXAdapterJSF - Class in com.vektorsoft.demux.web.jsf.core
An implementation of DMXAdapter used in JSF environment.
DMXAdapterJSF() - Constructor for class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Creates new instance.
DMXAdapterTrackerCustomizer - Class in com.vektorsoft.demux.core.app
This is an implementation of ServiceTrackerCustomizer class for DMXAdapter service.
DMXAdapterTrackerCustomizer(BundleContext, DMXExtensionConfig) - Constructor for class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Creates new instance.
DMXAdapterTrackerHandler - Class in com.vektorsoft.demux.core.app
This class is intended to be used in conjunction with DMXAdapterTrackerCustomizer.
DMXAdapterTrackerHandler() - Constructor for class com.vektorsoft.demux.core.app.DMXAdapterTrackerHandler
 
DMXAndroidAbstractView - Class in com.vektorsoft.demux.android.core.app
An implementation of DMXView for use on Android devices.
DMXAndroidAbstractView(DMXAdapter) - Constructor for class com.vektorsoft.demux.android.core.app.DMXAndroidAbstractView
Creates new instance.
DMXAndroidApplication - Class in com.vektorsoft.demux.android.core.app
Android implementation of DMXApplication.
DMXAndroidApplication() - Constructor for class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Creates new instance with default values.
DMXAndroidCoreActivator - Class in com.vektorsoft.demux.android.core
Activator for Android Core bundle.
DMXAndroidCoreActivator() - Constructor for class com.vektorsoft.demux.android.core.DMXAndroidCoreActivator
 
DMXAndroidDialog - Class in com.vektorsoft.demux.android.core.gui
Implementation of DMXDialog for Android.
DMXAndroidDialog(Activity, DMXDialogView) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidDialog
Creates new instance.
DMXAndroidDialogFactory - Class in com.vektorsoft.demux.android.core.gui
Factory for creating dialogs on Android.
DMXAndroidDialogFactory(DMXViewManager, FragmentActivity) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Creates new instance.
DMXAndroidOptionsDialog - Class in com.vektorsoft.demux.android.core.gui
Implementation of Android AlertDialog for use within the framework.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Basic constructor for the class.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, String) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Create dialog with specified title.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, String, int, String) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Creates new dialog with specified title, message and predefined options set.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, String, String[], String) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Creates new dialog with specified title, message and option buttons.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, int, DMXDialogView) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Create dialog with specified options which will display view specified as dlgView parameter.
DMXAndroidOptionsDialog(FragmentActivity, DMXResourceManager, String[], DMXDialogView) - Constructor for class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Create dialog with specified options which will display view specified as dlgView parameter.
DMXAndroidResourceHandler - Class in com.vektorsoft.demux.android.core.resources
Implementation of DMXResourceHandler interface specific for Android.
DMXAndroidResourceHandler(Context) - Constructor for class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Creates new handler instance.
DMXAndroidResourceManager - Class in com.vektorsoft.demux.android.core.resources
 
DMXAndroidResourceManager(Context) - Constructor for class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
Creates new instance.
DMXAndroidView - Interface in com.vektorsoft.demux.android.core.app
Extension of DMXView intended to be used specifically for Android views.
DMXAndroidViewManager - Class in com.vektorsoft.demux.android.core.app
Implementation of DMXViewManager for Android platform.
DMXAndroidViewManager(DMXMainActivity, DMXDefaultAdapter) - Constructor for class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
Creates new instance.
DMXApplication - Interface in com.vektorsoft.demux.core.app
This interface defines common features that are defined for applications based on DEMUX Framework.
DMXBasicTask - Class in com.vektorsoft.demux.core.task
Basic implementation of DMXTask.
DMXBasicTask(String) - Constructor for class com.vektorsoft.demux.core.task.DMXBasicTask
Creates new instance.
DMXContextListener - Class in com.vektorsoft.demux.web.jsf.core.setup
Context listener for DEMUX Framework JSF application.
DMXContextListener() - Constructor for class com.vektorsoft.demux.web.jsf.core.setup.DMXContextListener
 
DMXController - Interface in com.vektorsoft.demux.core.mva
Controller represents one piece of application logic that performs some operation.
DMXControllerDeclaration - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated type represents a controller in MVC pattern.
DMXControllerDeclaration.Exec - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated method is execution method for a controller.
DMXCoreConstants - Class in com.vektorsoft.demux.core.app
Contains definitions of constants for Core module, which can be used across all platforms and modules.
DMXDefaultAdapter - Class in com.vektorsoft.demux.core.mva
Represents the Adapter in Model-View-Adapter pattern.
DMXDefaultAdapter(DMXResourceManager) - Constructor for class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Create new instance.
DMXDefaultCallback - Class in com.vektorsoft.demux.android.core.gui
 
DMXDefaultCallback() - Constructor for class com.vektorsoft.demux.android.core.gui.DMXDefaultCallback
 
DMXDesktopActivator - Class in com.vektorsoft.demux.desktop.main
 
DMXDesktopActivator() - Constructor for class com.vektorsoft.demux.desktop.main.DMXDesktopActivator
 
DMXDialog - Interface in com.vektorsoft.demux.core.dlg
Represents a popup dialog window that can be displayed on request.
DMXDialogOptionCallback - Interface in com.vektorsoft.demux.android.core.gui
This interface defines callback method which allow hooking into Android dialogs from controllers and views.
DMXDialogResult - Annotation Type in com.vektorsoft.demux.core.annotations
This is method-level annotation which indicates that annotated method should return a value which represents result of user interaction with dialog.
DMXDialogView - Interface in com.vektorsoft.demux.core.dlg
Represents a view that should be displayed in dialog.
DMXEventRegistrationHandler<T> - Interface in com.vektorsoft.demux.core.mva
Defines common way to register event listeners for UI components on supported platforms.
DMXExtendable - Interface in com.vektorsoft.demux.core.extension
This interface should be implemented by views and controllers that can be extended by callbacks.
DMXExtensionCallback - Interface in com.vektorsoft.demux.core.extension
Defines interface for extension callbacks used to customize behavior of views and controllers.
DMXExtensionConfig - Interface in com.vektorsoft.demux.core.extension
This interfaces defines methods which must be implemented by classes used to configure extensions of a bundle.
DMXExtensionManager - Interface in com.vektorsoft.demux.core.extension
Declares methods for managing extensions and callbacks for the platform.
DMXExtensionManagerImpl - Class in com.vektorsoft.demux.core.extension.impl
Default implementation of DMXExtensionManager.
DMXExtensionManagerImpl() - Constructor for class com.vektorsoft.demux.core.extension.impl.DMXExtensionManagerImpl
Creates new instance.
DMXExtensionType - Enum in com.vektorsoft.demux.core.extension
Enumeration which defines possible types of extensions.
DMXFilter - Class in com.vektorsoft.demux.web.jsf.core.setup
Filter for JSF requests targeted to DEMUX Framework application.
DMXFilter() - Constructor for class com.vektorsoft.demux.web.jsf.core.setup.DMXFilter
 
DMXLoaderFXML - Class in com.vektorsoft.demux.desktop.jfx.gui
Custom implementation of FXMLLoader for usage within DEMUX Framework.
DMXLoaderFXML(URL, DMXResourceManager) - Constructor for class com.vektorsoft.demux.desktop.jfx.gui.DMXLoaderFXML
Creates new instance.
DMXMainActivity - Class in com.vektorsoft.demux.android.main
Main Activity class for DEMUX Framework Android applications.
DMXMainActivity() - Constructor for class com.vektorsoft.demux.android.main.DMXMainActivity
 
DMXMainActivityService - Interface in com.vektorsoft.demux.android.main.svc
Service interface for accessing main application activity.
DMXMainActivityServiceImpl - Class in com.vektorsoft.demux.android.main.svc
Default implementation pf DMXMainActivityService.
DMXMainActivityServiceImpl(DMXMainActivity) - Constructor for class com.vektorsoft.demux.android.main.svc.DMXMainActivityServiceImpl
Creates new instance.
DMXMenuService<T,S> - Interface in com.vektorsoft.demux.desktop.gui
Service which defines methods for interacting with application menus.
DMXModel - Class in com.vektorsoft.demux.core.mva
Represents a Model in Model-View-Adapter pattern.
DMXModel() - Constructor for class com.vektorsoft.demux.core.mva.DMXModel
Create new instance.
DMXModelData - Annotation Type in com.vektorsoft.demux.core.annotations
Field-level annotation which indicates that annotated field is to be registered with the model as model variable.
DMXPreloader - Class in com.vektorsoft.demux.desktop.jfx.main.preload
Preloader for main application.
DMXPreloader() - Constructor for class com.vektorsoft.demux.desktop.jfx.main.preload.DMXPreloader
 
DMXResourceBundle - Class in com.vektorsoft.demux.core.resources.impl
Custom resource bundle implementation which pulls resources from underlying DMXResourceManager.
DMXResourceBundle(DefaultResourceHandler) - Constructor for class com.vektorsoft.demux.core.resources.impl.DMXResourceBundle
Creates new instance.
DMXResourceHandler - Interface in com.vektorsoft.demux.core.resources
 
DMXResourceHandlerJSF - Class in com.vektorsoft.demux.web.jsf.core
JSF resource handler implementation for use with DEMUX Framework applications.
DMXResourceHandlerJSF(ResourceHandler) - Constructor for class com.vektorsoft.demux.web.jsf.core.DMXResourceHandlerJSF
Creates new instance.
DMXResourceManager - Interface in com.vektorsoft.demux.core.resources
Provides method declarations used for internationalization (I18N) and localization (L10N) of DEMUX Framework applications.
DMXSessionListener - Class in com.vektorsoft.demux.web.jsf.core.setup
Session listener for DEMUX Framework JSF application.
DMXSessionListener(DMXAdapterJSF) - Constructor for class com.vektorsoft.demux.web.jsf.core.setup.DMXSessionListener
Creates new instance.
DMXTask - Interface in com.vektorsoft.demux.core.task
Represents a long running task that should be run in background.
DMXToolbarService<T> - Interface in com.vektorsoft.demux.desktop.gui
Provides method definitions to interact with main window toolbar.
DMXView - Interface in com.vektorsoft.demux.core.mva
Interface for all classes implementing View part of MVC pattern.
DMXViewDeclaration - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated type represents view in MVC pattern.
DMXViewDeclaration.Activation - Annotation Type in com.vektorsoft.demux.core.annotations
Marks annotated method as being responsible for activating or deactivating child views.
DMXViewDeclaration.AddChildView - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated method is used to add child view to this view.
DMXViewDeclaration.ConstructUI - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated method is invoked to construct UI.
DMXViewDeclaration.PlacementConstraint - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated element represents placement constraint for adding this view to it's parent view.
DMXViewDeclaration.Render - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated method is used to render the view.
DMXViewDeclaration.ViewUI - Annotation Type in com.vektorsoft.demux.core.annotations
Indicates that annotated field or method represent UI object for this view.
DMXViewManager - Interface in com.vektorsoft.demux.core.mva
View manager is responsible for managing all views defines for application.
DMXWebModel - Class in com.vektorsoft.demux.web.jsf.core
Data model used in JSF applications.
DMXWebModel(DMXModel) - Constructor for class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Creates new instance.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXFilter
 

E

execute(Object...) - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
execute(Object...) - Method in class com.vektorsoft.demux.core.common.ViewActivationController
Sets the ID of the view to be activated.
execute(Object...) - Method in interface com.vektorsoft.demux.core.mva.DMXController
Execute action associated with this controller.
executeTask(DMXTask, Object...) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Execute specified task in background.
executeTask(DMXTask, Object...) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
executeTask(DMXTask, Object...) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
ExecutionException - Exception in com.vektorsoft.demux.core.mva
Thrown when an error occurs during controller execution.
ExecutionException(String) - Constructor for exception com.vektorsoft.demux.core.mva.ExecutionException
Creates new instance.
extendable - Variable in class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
If true, indicates that underlying object implement DMXExtendable.
extendable - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
If true, indicates that underlying object implements DMXExtendable.
extensionConfig - Variable in class com.vektorsoft.demux.core.app.DMXAbstractActivator
Extension configuration.
extensionConfig - Variable in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Extension configuration instance.
extensionManager - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Extension manager.

F

FieldAccessor - Class in com.vektorsoft.demux.core.proxy
This class allows read/write access to class fields based on their access level and any access methods defined.
FieldAccessor(Field, Object) - Constructor for class com.vektorsoft.demux.core.proxy.FieldAccessor
Creates new instance of accessor for a given field inside a given object.
findMenuItemById(MenuBar, String) - Static method in class com.vektorsoft.demux.desktop.jfx.app.gui.JavaFXUtils
Finds menu item with specified ID.
formatMessage(String, Object...) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Formats string with specified parameters.
formatMessage(String, Object...) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceHandler
Formats message defined with a given key with specified arguments.
formatMessage(String, Object...) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
 

G

get(String) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Returns variable with specified name/ID.
getActivatorConfig() - Method in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
 
getActivatorConfig() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionConfig
Returns configuration properties intended to customize bundle activator startup.
getAllData() - Method in class com.vektorsoft.demux.core.mva.DMXModel
Returns all data values in model.
getAllImplementedInterfaces(Class) - Static method in class com.vektorsoft.demux.core.proxy.ProxyUtils
Returns a list of all interfaces implemented by specified class.
getAnimation(AndroidResourceTypeEnum, String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns Android animation resource, based on it's type and name.
getArguments() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Not supported on Android.
getArguments() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns arguments list that was used to launch application.
getArguments() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getBlockingScope() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
getBlockingScope() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Returns GUI block scope for this task.
getBoolean(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns Android boolean resource.
getBuildNumber() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
 
getBuildNumber() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns application build number as string.
getBuildNumber() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getCallbackClassName() - Method in interface com.vektorsoft.demux.core.extension.DMXExtendable
Returns class name of the extension callback class which will be used by this interface.
getCallbackData() - Method in class com.vektorsoft.demux.core.extension.DMXAbstractCallback
 
getCallbackData() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionCallback
Returns data that this callback wants to register with the model.
getColor(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a color with a given name.
getColorStateList(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a color state list with a given name.
getComponentIds() - Method in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
 
getComponentIds() - Method in interface com.vektorsoft.demux.core.mva.DMXEventRegistrationHandler
Returns IDs of UI components on which event listeners will be registered.
getComponentIds() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
 
getComponentIds() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
 
getConfigurationParameters() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Not supported on Android.
getConfigurationParameters() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns a set of configuration parameters for application.
getConfigurationParameters() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getControllerData(DMXController) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Extracts data from controller that should be register with the dataModel.
getControllerDataMap() - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
getControllerDataMap() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
Returns dataMap that represents model data mapping.
getControllerDataMap() - Method in interface com.vektorsoft.demux.core.mva.DMXController
Returns a map of model data that this controller is interested in.
getControllerDataNames() - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
getControllerDataNames() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
 
getControllerDataNames() - Method in interface com.vektorsoft.demux.core.mva.DMXController
Returns a set of names of data registered with this controller.
getControllerExecMethod(Class) - Static method in class com.vektorsoft.demux.core.proxy.ProxyUtils
Returns a execute() method for a controller represented by specified class.
getControllerId() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
getControllerId() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Returns ID of controller that should be executed with this task.
getCurrentLocale() - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
getCurrentLocale() - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Returns application's current locale.
getCurrentLocale() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
getCustomCallbacks() - Method in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
Returns an array of extension callbacks defined in subclass.
getCustomProperties() - Method in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
Returns custom configuration properties.
getDataValue(String) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Returns value of model data with specified ID.
getDataValue(String) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Returns value of model data with specified ID.
getDataValues(String...) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Returns values of model data with specified IDs.
getDataValues(String...) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Returns values of model data with specified IDs.
getDialogFactory() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
getDialogFactory(Class<? extends DialogFactory>) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Returns dialog factory for underlying platform.
getDialogFactory(Class<? extends DialogFactory>) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
getDialogFactory() - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Retrieves dialog factory for the underlying platform.
getDialogFactory() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
getDialogFactory(Class<? extends DialogFactory>) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
getDialogFactory() - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
getDialogTitle() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialogView
Returns a string representing a title for this view's dialog window.
getDialogView() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialog
 
getDialogView() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
 
getDialogView() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialog
Returns instance of DMXDialogView displayed by this dialog.
getDialogView() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogStage
 
getDialogView() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
 
getDialogView() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXProgressDialog
 
getDimension(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a value for dimension with name name.
getDrawable(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a drawable with a given name.
getEventHandler() - Method in interface com.vektorsoft.demux.core.mva.DMXEventRegistrationHandler
Event handler for the events.
getEventHandler() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
 
getEventHandler() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
 
getEventType() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
Returns event type for this handler.
getExtensionCallback() - Method in interface com.vektorsoft.demux.core.extension.DMXExtendable
Returns the callback object set for this extendable.
getExtensionCallbacks() - Method in class com.vektorsoft.demux.core.extension.DefaultExtensionConfig
 
getExtensionCallbacks() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionConfig
Returns a list of extension callbacks in current bundle.
getExtensionManager() - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Returns extension manager instance.
getExtensionManager() - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
getExtensionManager() - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
getExtensionType() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionCallback
Returns a type of this extension.
getFieldValue() - Method in class com.vektorsoft.demux.core.proxy.FieldAccessor
Returns current field value.
getHandler() - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
Subclasses should implement this method to provide custom DMXAdapterTrackerHandler instance.
getId(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns identifier for a given name.
getIdsToBlock() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
getIdsToBlock() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Returns an array of IDs of GUI components that should be blocked while this task is executing.
getInteger(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns value of integer resource with a given name.
getIntegerArray(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns an array of integer values for resource with name name.
getKeys() - Method in class com.vektorsoft.demux.core.resources.impl.DMXResourceBundle
 
getLayout(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a layout with a given name.
getMainActivity() - Method in interface com.vektorsoft.demux.android.main.svc.DMXMainActivityService
Returns main application activity.
getMainActivity() - Method in class com.vektorsoft.demux.android.main.svc.DMXMainActivityServiceImpl
 
getMapping() - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
getMapping() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
Returns a mapping for this controller.
getMapping() - Method in interface com.vektorsoft.demux.core.mva.DMXController
Returns a mapping string for which this controller will be invoked.
getMappings() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionCallback
Returns the mappings of views or controllers to which this extension will apply.
getMenuId(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns ID of the menu with a given name.
getMessage() - Method in class com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification
Returns message.
getModel() - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Returns data model associated with current session.
getName() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
 
getName() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns application name.
getName() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getNextViewId() - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
getNextViewId() - Method in class com.vektorsoft.demux.core.common.ViewActivationController
Returns ID of the view that should be activated/shown.
getNextViewId() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
This method assumes that no next view is defines, and thus returns an empty string.
getNextViewId() - Method in interface com.vektorsoft.demux.core.mva.DMXController
Name of the view that should be displayed after this controller terminates it's operation.
getOperation() - Method in class com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification
Returns current operation.
getParentViewId() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Returns empty string as parent view ID.
getParentViewId() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns ID of parent view of this view.
getParentViewId() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
getProgressViewId() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
getProgressViewId() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Returns ID of view that should display progress for this task.
getProperty() - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Returns the name of the property getter method.
getQuantityString(String, int, Object...) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns a quantity string with a given name.
getResource(String) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Returns a resource associated with given key.
getResourceBundles() - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionCallback
Returns a list of names of resources bundles associated with this extension callback.
getResourceClassName() - Method in enum com.vektorsoft.demux.android.core.resources.AndroidResourceTypeEnum
Returns R resource class name.
getResourceHandler(ResourceHandlerType) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
getResourceHandler(ResourceHandlerType) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Returns resource handler implementation associated with this instance of resource manager.
getResourceHandler(ResourceHandlerType) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
Returns resource handler used for loading resources.
getResourceKeys() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Returns the keys of all registered resources.
getResourceManager() - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Returns resource manager associated with this adapter.
getResourceManager() - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
getResourceManager() - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
getResult() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialogView
Optional result of user's interaction with this view (ie.
getString(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns string resource with specified name.
getString(String, String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns string defined in a resource with specified name.
getString(String) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceHandler
Gets a string specified in resource bundle with a given key.
getString(String) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
 
getStringArray(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns string array with a given name.
getSupportedLocales() - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
getSupportedLocales() - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Returns the Locales supported by the application.
getSupportedLocales() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
getTitle() - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.JFXWindowServiceImpl
 
getTitle() - Method in interface com.vektorsoft.demux.desktop.jfx.main.svc.JFXWindowService
Returns current title of the window.
getTypedArray(String) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Returns typed array for a given name.
getUnderlyingClassName() - Method in class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
Returns class name of the underlying object.
getUnderlyingClassName() - Method in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Returns class name of the underlying object.
getVersion() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
 
getVersion() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Returns application version as string.
getVersion() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 
getView(String) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
 
getView(String) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Returns a view with specified ID.
getViewDataIds(String) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
 
getViewDataIds() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Returns set of data IDs.
getViewDataIds() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns IDs of model data objects that are associated with this view.
getViewDataIds(String) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Returns a list of data IDs that are required by specified view.
getViewDataIds() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
getViewDataIds() - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
This implementation always returns an empty set.
getViewId() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Returns this class name as view ID.
getViewId() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns this view ID.
getViewId() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
getViewId() - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
 
getViewIdsForData(String) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
Returns a set of view IDs that refer to data with specified ID.
getViewIdsForData(String) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Returns a set of view IDs that refer to data with specified ID.
getViewResourceURL(String) - Static method in class com.vektorsoft.demux.web.jsf.core.internal.ViewResourceUtils
Retrieves URL of .xhtml file for specified view.
getViewUI() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns an object that represents actual UI presentation of this view.
getViewUI() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
getViewUI() - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
Return URL string for this view's XHTML file.
getWrapped() - Method in class com.vektorsoft.demux.web.jsf.core.DMXResourceHandlerJSF
 
gui - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Indicates whether application has GUI or not.
GUIBlockingScope - Enum in com.vektorsoft.demux.core.task
This enumeration provides type of GUI blocking while background task is executed.

H

handleApplicationNotification(Preloader.PreloaderNotification) - Method in class com.vektorsoft.demux.desktop.jfx.main.preload.DMXPreloader
 
handleExtensionData(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
Registers model data from view extension callback so it can be handled in consistent fashion with the rest of the view data.
handleGetObject(String) - Method in class com.vektorsoft.demux.core.resources.impl.DMXResourceBundle
 
handleLocaleChange() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
handleLocaleChange() - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Invoked when application locale is changed.
handleLocaleChange() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
This method will update GUI based on locale change.
handleLocaleChange() - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
handler - Variable in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Handler for customizing method behaviors.
hasGUI() - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
 
hasGUI() - Method in interface com.vektorsoft.demux.core.app.DMXApplication
Indicates whether application has graphical user interface or not.
hasGUI() - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
 

I

IncompleteDeclarationException - Exception in com.vektorsoft.demux.core.mva
This exception is thrown when class declared by annotations as either view or controller can not be registered due to incomplete information.
IncompleteDeclarationException(String) - Constructor for exception com.vektorsoft.demux.core.mva.IncompleteDeclarationException
Creates new instance of exception with a given message.
init() - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.MainApp
 
init(FilterConfig) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXFilter
 
initialize(Class, DMXDefaultAdapter) - Method in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Initializes this handler with correct values from underlying object.
initSession(HttpSession) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Initializes current session.
insertAtIndex(int, T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Insert specified menu at index position in menu bar.
insertAtIndex(int, Menu) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
insertMenuItem(String, int, S) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Insert specified menu item at position index within menu with ID menuId.
insertMenuItem(String, int, MenuItem) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
insertSeparator(String, int) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Insert separator at specified index in the menu.
insertSeparator(String, int) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
insertToolbarAtIndex(int, T) - Method in interface com.vektorsoft.demux.desktop.gui.DMXToolbarService
Insert toolbar at specified index in main window toolbar.
insertToolbarAtIndex(int, ToolBar) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
 
invoke(Object, Method, Object[]) - Method in class com.vektorsoft.demux.core.proxy.ControllerInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
 
invoke(String) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object, Object, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object, Object, Object, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invoke(String, Object, Object, Object, Object, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Invokes controller with specified ID.
invokeController(String, Object...) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Invokes controller with specified ID.
invokeController(String, Object...) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
invokeController(String, Object...) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
This method can not be called directly from JSF pages, since it is a vararg method, and Expression Language does not support varargs.
isDataRegistered(String) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Checks is data with specified ID is registered.
isDialog - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Indicates whether this view is dialog view.
isDialogView(Class) - Static method in class com.vektorsoft.demux.core.proxy.ProxyUtils
Checks if specified class represents a dialog view.
isModal() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialogView
Check if view (ie.
isModal - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
If this view is dialog view, this indicates modality.
isProgressAware() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 
isProgressAware() - Method in interface com.vektorsoft.demux.core.task.DMXTask
Indicates whether this task should track it's progress.

J

JavaFXUtils - Class in com.vektorsoft.demux.desktop.jfx.app.gui
Contains utility methods used in JavaFX applications.
JFX_ROOT_VIEW_ID - Static variable in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
View ID of the root view.
JFXActivator - Class in com.vektorsoft.demux.desktop.jfx.main
Activator for JavaFX main application window.
JFXActivator() - Constructor for class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Creates new instance.
JFXDesktopActivator - Class in com.vektorsoft.demux.desktop.jfx
Activator for desktop bundle.
JFXDesktopActivator() - Constructor for class com.vektorsoft.demux.desktop.jfx.JFXDesktopActivator
 
JFXDesktopApplication - Class in com.vektorsoft.demux.desktop.jfx.app
An implementation of DMXApplication which represents JavaFX desktop application.
JFXDesktopApplication() - Constructor for class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Default constructor for setting default application values.
JFXDialogFactory - Class in com.vektorsoft.demux.desktop.jfx.view.dlg
Dialog factory for JavaFX applications.
JFXDialogFactory(DMXViewManager, Stage) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Create new instance.
JFXDialogStage - Class in com.vektorsoft.demux.desktop.jfx.view.dlg
JavaFX implementation of dialog.
JFXDialogStage(Stage, DMXDialogView) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogStage
Create new instance.
JFXEventHandler<T extends javafx.event.Event> - Class in com.vektorsoft.demux.desktop.jfx.gui
Generic event handler for JavaFX platform.
JFXEventHandler(DMXAdapter, EventType) - Constructor for class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
Creates new instance.
JFXMenuServiceImpl - Class in com.vektorsoft.demux.desktop.jfx.app.gui
Default implementation of DMXMenuService.
JFXMenuServiceImpl(Stage, DMXAdapter) - Constructor for class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
Creates new instance.
JFXOptionStage - Class in com.vektorsoft.demux.desktop.jfx.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.jfx.view.dlg.JFXOptionStage
Create new instance of this dialog.
JFXOptionStage(Stage, String[], String, Object, DMXResourceManager) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
Create new dialog with specified custom options.
JFXProgressDialog - Class in com.vektorsoft.demux.desktop.jfx.view.dlg
Dialog used to display progress information.
JFXProgressDialog(Stage, DMXDialogView) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXProgressDialog
Create new instance.
JFXPropertyChangeHandler<T> - Class in com.vektorsoft.demux.desktop.jfx.gui
Base class for registering property change listeners for Java FX GUI components.
JFXPropertyChangeHandler(DMXAdapter, String) - Constructor for class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Creates new instance.
JFXRootView - Class in com.vektorsoft.demux.desktop.jfx.view
This class represents root view of JavaFX application.
JFXRootView(Stage) - Constructor for class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
Create new instance.
JFXToolbarServiceImpl - Class in com.vektorsoft.demux.desktop.jfx.app.gui
Implementation of DMXToolbarService.
JFXToolbarServiceImpl(Stage) - Constructor for class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
Creates new instance.
JFXViewManager - Class in com.vektorsoft.demux.desktop.jfx.app
Implementation of DMXViewManager used for JavaFX applications.
JFXViewManager(Stage, DMXDefaultAdapter) - Constructor for class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
Creates new instance of this view manager.
JFXWindowService - Interface in com.vektorsoft.demux.desktop.jfx.main.svc
Provides method declaration for interaction with JavFX application window.
JFXWindowServiceImpl - Class in com.vektorsoft.demux.desktop.jfx.main.impl
Implementation of JFXWindowService for use in JavaFX application.
JFXWindowServiceImpl(Stage) - Constructor for class com.vektorsoft.demux.desktop.jfx.main.impl.JFXWindowServiceImpl
Creates new instance of this class.
JSFConstants - Class in com.vektorsoft.demux.web.jsf.core
Contains constants used within application.
JSFViewManager - Class in com.vektorsoft.demux.web.jsf.core
Implementation of DMXViewManager for use in JSF applications.
JSFViewManager() - Constructor for class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 

K

keySet() - Method in class com.vektorsoft.demux.core.resources.impl.DMXResourceBundle
 

L

load() - Method in class com.vektorsoft.demux.desktop.jfx.gui.DMXLoaderFXML
Loads FXML object from URL specified in constructor.
load(InputStream) - Method in class com.vektorsoft.demux.desktop.jfx.gui.DMXLoaderFXML
This implementation will ignore supplied in argument and invoke DMXLoaderFXML.load() method.
loadCallbackBundles(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Loads resource bundles registered by callback.
loadCallbackResources(DMXExtensionCallback) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
Loads resource bundles defined for callback.
loadDataIds() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Adds data IDs to DMXAbstractView.dataIds set.
LoadNotification - Class in com.vektorsoft.demux.desktop.jfx.main.preload
Notification about loading progress.
LoadNotification(double, LoadNotification.Operation, String) - Constructor for class com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification
Create new instance.
LoadNotification.Operation - Enum in com.vektorsoft.demux.desktop.jfx.main.preload
Enumeration of operation types.
loadResourceBundle(String, ClassLoader) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Loads resource bundle with supplied name for the current locale.
LocaleChangeListener - Interface in com.vektorsoft.demux.core.resources
Listener for application locale changes.
localeListeners - Variable in class com.vektorsoft.demux.core.mva.AbstractViewManager
Set of listeners for locale change.
LocaleObservable - Class in com.vektorsoft.demux.core.resources
Custom implementation of Observable used to track locale changes.
LocaleObservable() - Constructor for class com.vektorsoft.demux.core.resources.LocaleObservable
 

M

MainApp - Class in com.vektorsoft.demux.desktop.jfx.main.impl
Main JavaFX application class.
MainApp() - Constructor for class com.vektorsoft.demux.desktop.jfx.main.impl.MainApp
 
ModelChangeAware - Interface in com.vektorsoft.demux.core.app
This interface defined methods used by classes who want to be aware of changes of data inside model.
modelChanged(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.app.ModelChangeListener
Notifies listener that model data has changed.
ModelChangeListener - Interface in com.vektorsoft.demux.core.app
Listener for changes in model data.
modelChangeListenersList - Variable in class com.vektorsoft.demux.core.mva.DMXAbstractController
List of model changes listeners.
modelData - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Values of model data fields.
modelFields - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Fields of underlying object declared as model data.
modifiedService(ServiceReference<DMXMainActivityService>, DMXMainActivityServiceImpl) - Method in class com.vektorsoft.demux.android.core.ActivityServiceCustomizer
 
modifiedService(ServiceReference<DMXAdapter>, DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
This implementation will invoke DMXAdapterTrackerHandler.onAdapterModified(com.vektorsoft.demux.core.mva.DMXAdapter) method, which can be used to add custom functionality.
modifiedService(ServiceReference<DMXAdapter>, DMXAdapter) - Method in class com.vektorsoft.demux.core.DemuxCoreCustomizer
 
modifiedService(ServiceReference<Object>, Object) - Method in class com.vektorsoft.demux.desktop.jfx.WindowServiceCustomizer
 

N

name - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Application name.
NoSuchControllerException - Exception in com.vektorsoft.demux.core.mva
Thrown when an unknown controller is attempted to be invoked.
NoSuchControllerException(String) - Constructor for exception com.vektorsoft.demux.core.mva.NoSuchControllerException
Creates new instance of this exception.
NoSuchViewException - Exception in com.vektorsoft.demux.core.mva
Thrown when client attempts to access a view name that does not exist.
NoSuchViewException() - Constructor for exception com.vektorsoft.demux.core.mva.NoSuchViewException
 
notifyDataChanged(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.app.ModelChangeAware
Notify listeners that model data is changed.
notifyDataChanged(Map<String, Object>) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
 

O

onAdapterAdded(DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerHandler
Invoked when adapter service is added.
onAdapterModified(DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerHandler
Invoked when adapter is modified.
onAdapterRemoved(DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerHandler
Invoked when adapter is removed.
onBundleStart(BundleContext) - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
This method is invoked at the end of DMXAbstractActivator.start(org.osgi.framework.BundleContext) method.
onBundleStop(BundleContext) - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
This method is invoked at the end of DMXAbstractActivator.stop(org.osgi.framework.BundleContext) method.
onCreate(Bundle) - Method in class com.vektorsoft.demux.android.main.DMXMainActivity
 
onCreateDialog(Bundle) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
 
onLocaleChange() - Method in interface com.vektorsoft.demux.core.resources.LocaleChangeListener
Invoked when locale change occurs.
onLocaleChange() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
 
onLocaleChanged() - Method in class com.vektorsoft.demux.core.resources.LocaleObservable
Notifies interested observers that locale has changed.
onNegativeButton(DialogFragment) - Method in class com.vektorsoft.demux.android.core.gui.DMXDefaultCallback
 
onNegativeButton(DialogFragment) - Method in interface com.vektorsoft.demux.android.core.gui.DMXDialogOptionCallback
Invoked when user closes dialog by pressing negative feedback button.
onNeutralButton(DialogFragment) - Method in class com.vektorsoft.demux.android.core.gui.DMXDefaultCallback
 
onNeutralButton(DialogFragment) - Method in interface com.vektorsoft.demux.android.core.gui.DMXDialogOptionCallback
Invoked when user closes dialog by pressing neutral feedback button.
onPositiveButton(DialogFragment) - Method in class com.vektorsoft.demux.android.core.gui.DMXDefaultCallback
 
onPositiveButton(DialogFragment) - Method in interface com.vektorsoft.demux.android.core.gui.DMXDialogOptionCallback
Invoked when user closes dialog by pressing positive feedback button.
onStop() - Method in class com.vektorsoft.demux.android.main.DMXMainActivity
 
OPIONS_OK_CANCEL - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Dialog will display OK and Cancel buttons.
OPTIONS_OK - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Dialog will display only OK button.
OPTIONS_YES_NO - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Dialog will display Yes and No buttons.
OPTIONS_YES_NO_CANCEL - Static variable in interface com.vektorsoft.demux.core.dlg.DMXDialog
Dialog will display Yes, No and Cancel buttons.

P

PARAM_DIALOG_TITLE - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Name of the parameter which specifies optional title for a dialog.
PARAM_PROGRESS_DIALOG - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Name of the parameter which specifies progress dialog operations.
PARAM_VIEW_STATE - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Name of the parameter which specifies view state (active or inactive).
parentViewId - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
ID of this view's parent.
postLoadBundle(String, ResourceBundle, ClassLoader) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Invoked after the bundle has been loaded.
processDeferredViews(String, Set<String>) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
processDeferredViews(String, Set<String>) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
Called to complete registration of deferred views.
processDeferredViews(String, Set<String>) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
processDeferredViews(String, Set<String>) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
progressAware - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
Whether task is progress aware or not.
progressViewId - Variable in class com.vektorsoft.demux.core.task.DMXBasicTask
ID of view that displays progress.
PropertBindingController - Class in com.vektorsoft.demux.core.common
Controller used to bind properties of GUI components to model values.
PropertBindingController() - Constructor for class com.vektorsoft.demux.core.common.PropertBindingController
 
property - Variable in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Name of the method for getting property value.
ProxyUtils - Class in com.vektorsoft.demux.core.proxy
Contains utility methods which are used for dealing with dynamic proxies.

R

registerCallback(DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionManager
Registers a callback interface.
registerCallback(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.extension.impl.DMXExtensionManagerImpl
Registers extension callback interface.
registerCallbackResources(DMXExtensionCallback) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
registerCallbackResources(DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Registers resources specified in extension callback.
registerCallbackResources(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
registerController(DMXController) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Registers specified controller to be used by the Adapter.
registerController(Class) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Register controller from supplied class.
registerController(DMXController) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerController(Class) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerController(DMXController) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerController(Class) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerControllerForAction(String, String, Object...) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Registers controller to be invoked when menu item is fired.
registerControllerForAction(String, String, Object...) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
registerData(String, Object) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Registers specified data with the model.
registeredViews - Variable in class com.vektorsoft.demux.core.mva.AbstractViewManager
Contains all views registered with this manager.
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
registerEventHandler(DMXEventRegistrationHandler) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Registers event handler for UI components.
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerEventHandler(DMXEventRegistrationHandler) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Registers event handler for UI components.
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerEventHandler(DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
registerEventHandlerForId(String, DMXEventRegistrationHandler) - Method in interface com.vektorsoft.demux.desktop.gui.DMXToolbarService
Registers event handler on toolbar component with specified ID.
registerEventHandlerForId(String, DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
 
registerEventHandlerForMenuItem(String, DMXEventRegistrationHandler) - Method in interface com.vektorsoft.demux.desktop.gui.DMXMenuService
Registers event handler for specified menu item.
registerEventHandlerForMenuItem(String, DMXEventRegistrationHandler) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXMenuServiceImpl
 
registerExtendableController(DMXExtendable) - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionManager
Registers specified instance of DMXExtendable, which should also be an instance of DMXController.
registerExtendableController(DMXExtendable) - Method in class com.vektorsoft.demux.core.extension.impl.DMXExtensionManagerImpl
 
registerExtendableView(DMXExtendable, DMXViewManager) - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionManager
Registers specified instance of DMXExtendable, which should also be an instance of DMXView.
registerExtendableView(DMXExtendable, DMXViewManager) - Method in class com.vektorsoft.demux.core.extension.impl.DMXExtensionManagerImpl
 
registerExtensionCallback(DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Registers extension callback for controller or view.
registerExtensionCallback(DMXExtensionCallback) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerExtensionCallback(DMXExtensionCallback) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerObserver(Observer) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Registers observer to monitor this model's state.
registerView(DMXView) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
registerView(Class) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
registerView(DMXView) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
Registers specified view for management by this view manager.
registerView(Class) - Method in class com.vektorsoft.demux.core.mva.AbstractViewManager
 
registerView(DMXView) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Registers this view with this application.
registerView(Class) - Method in interface com.vektorsoft.demux.core.mva.DMXAdapter
Register view from specified class.
registerView(DMXView) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerView(Class) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
 
registerView(DMXView) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Registers specified view with this ViewManager.
registerView(Class) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Register view from specified class.
registerView(DMXView) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
registerView(DMXView) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerView(Class) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
 
registerView(DMXView) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
Registers specified view with this view manager.
reloadBundles() - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Reload all loaded bundles on locale change.
removedService(ServiceReference<DMXMainActivityService>, DMXMainActivityServiceImpl) - Method in class com.vektorsoft.demux.android.core.ActivityServiceCustomizer
 
removedService(ServiceReference<DMXAdapter>, DMXAdapter) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
This implementation will invoke DMXAdapterTrackerHandler.onAdapterRemoved(com.vektorsoft.demux.core.mva.DMXAdapter) method, which can be used to add custom functionality.
removedService(ServiceReference<DMXAdapter>, DMXAdapter) - Method in class com.vektorsoft.demux.core.DemuxCoreCustomizer
 
removedService(ServiceReference<Object>, Object) - Method in class com.vektorsoft.demux.desktop.jfx.WindowServiceCustomizer
 
removeModelChangeListener(ModelChangeListener) - Method in interface com.vektorsoft.demux.core.app.ModelChangeAware
Remove specified listener.
removeModelChangeListener(ModelChangeListener) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
 
render() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Renders this view for display.
render() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
renderMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method to render the view.
resourceHandler - Variable in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
Resource handler for this resource manager.
resourceHandler - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
Current resource handler.
ResourceHandlerType - Enum in com.vektorsoft.demux.core.resources
Enumerates available types of resource handlers.
resourceManager - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Resource manager used in this adapter.
resourceMap - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Map of loaded resources for application.
run() - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
 

S

selectView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
Selects active view for display.
selectView(String, Map<String, Object>) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Sets specified view as currently active for this ViewManager.
selectView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
Set the view with specified ID as currently active.
selectView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
sessionCreated(HttpSessionEvent) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.vektorsoft.demux.web.jsf.core.setup.DMXSessionListener
 
setArguments(Object...) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
set arguments for controller execution.
setArguments(Object...) - Method in interface com.vektorsoft.demux.core.task.DMXTask
Set arguments for execution.
setArguments(String[]) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set application arguments.
setArguments(String[]) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Set arguments that application was started with.
setBlockScope(GUIBlockingScope) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Sets blocking scope for this task.
setBuildNumber(String) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Set application build number.
setBuildNumber(String) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set application build number.
setCallback(DMXDialogOptionCallback) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Set callback interface for this dialog.
setComponentIds(String...) - Method in class com.vektorsoft.demux.android.core.app.AndroidEventHandler
Set components IDs.
setComponentIds(String...) - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXEventHandler
Sets component IDs.
setComponentIds(String...) - Method in class com.vektorsoft.demux.desktop.jfx.gui.JFXPropertyChangeHandler
Set component IDs to the list.
setConfig(Map<String, Object>) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Set application configuration parameters.
setConfiguration(Map<String, String>) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set configuration parameters for application.
setContext(Context) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidAbstractView
 
setContext(Context) - Method in interface com.vektorsoft.demux.android.core.app.DMXAndroidView
Set Android application context.
setContext(ServletContext) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
Set application servlet context.
setController(DMXController) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Set controller which will be executed as task action.
setController(DMXController) - Method in interface com.vektorsoft.demux.core.task.DMXTask
Set controller which will perform actual task.
setCurrentLocale(Locale) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceHandler
 
setCurrentLocale(Locale) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
setCurrentLocale(Locale) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceHandler
Set current locale for handler.
setCurrentLocale(Locale) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Sets current locale to be used in application.
setCurrentLocale(Locale) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
 
setCurrentLocale(Locale) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
setDataValues(String, Object) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Set value for data with specified ID.
setDataValues(Map<String, Object>) - Method in class com.vektorsoft.demux.core.mva.DMXModel
Sets values for data specified in a map.
setDataValues(Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Sets values for data specified in a map.
setDataValuesFromModel(Map<String, Object>) - Method in class com.vektorsoft.demux.core.extension.DMXAbstractCallback
 
setDataValuesFromModel(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.extension.DMXExtensionCallback
Updates model which this callback has registered with values currently set in model.
setDialog(DMXDialog) - Method in interface com.vektorsoft.demux.core.dlg.DMXDialogView
Set dialog which will display this view.
setExtensionCallback(DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.extension.DMXExtendable
Set extension callback for this interface.
setFieldValue(Object) - Method in class com.vektorsoft.demux.core.proxy.FieldAccessor
Set field value to specified value.
setGui(boolean) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set whether application has GUI or not.
setHandler(DMXAdapterTrackerHandler) - Method in class com.vektorsoft.demux.core.app.DMXAdapterTrackerCustomizer
Sets handler instance for this class.
setIdsToBlock(String...) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Set IDs of GUI components to block.
setMenuService(DMXMenuService) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
Sets menu service for use with this view manager.
setModel(DMXModel) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Sets current dataModel.
setName(String) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Set application name.
setName(String) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set application name.
setProgressAware(boolean) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Set whether this task is progress aware or not.
setProgressViewId(String) - Method in class com.vektorsoft.demux.core.task.DMXBasicTask
Set ID of view which will display progress information.
setRequest(HttpServletRequest) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Set current HTTP request.
setResourceManager(DMXResourceManager) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialogFactory
Set resource manager for this factory.
setResourceManager(DMXResourceManager) - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogFactory
Sets resource manager.
setServletContext(ServletContext) - Method in class com.vektorsoft.demux.web.jsf.core.DMXAdapterJSF
Sets servlet context for this adapter.
setSupportedLocales(Locale[]) - Method in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
 
setSupportedLocales(Locale[]) - Method in interface com.vektorsoft.demux.core.resources.DMXResourceManager
Sets locales that applications supports.
setSupportedLocales(Locale[]) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
 
setTag(String) - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
Sets tag for this dialog.
setTitle(String) - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.JFXWindowServiceImpl
 
setTitle(String) - Method in interface com.vektorsoft.demux.desktop.jfx.main.svc.JFXWindowService
Set title for application window.
setToolbarService(DMXToolbarService) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
Sets toolbar service for this view manager.
setToolbarStyle(String) - Method in interface com.vektorsoft.demux.desktop.gui.DMXToolbarService
Sets style for the main toolbar.
setToolbarStyle(String) - Method in class com.vektorsoft.demux.desktop.jfx.app.gui.JFXToolbarServiceImpl
 
setValue(String, Object) - Method in class com.vektorsoft.demux.web.jsf.core.DMXWebModel
Sets the value of the variable with specified ID.
setVersion(String) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidApplication
Set application version.
setVersion(String) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Set application version.
setViewActive(String, boolean) - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Empty implementation.
setViewActive(String, boolean) - Method in interface com.vektorsoft.demux.core.mva.DMXView
Activates or deactivates the view which is the child of this view, based on the value of parameter state.
setViewActive(String, boolean) - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
setViewExtensionCallback(String, DMXExtensionCallback) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
setViewExtensionCallback(String, DMXExtensionCallback) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Sets extension callback of view with specified ID.
setViewExtensionCallback(String, DMXExtensionCallback) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
setViewExtensionCallback(String, DMXExtensionCallback) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
setViewManager(DMXViewManager) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Sets the current view manager.
setWindowIcons(URL...) - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.JFXWindowServiceImpl
 
setWindowIcons(URL...) - Method in interface com.vektorsoft.demux.desktop.jfx.main.svc.JFXWindowService
Set icons to be displayed on main window.
setWindowService(JFXWindowService) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Sets main application window windowService.
showDialog() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidDialog
 
showDialog() - Method in class com.vektorsoft.demux.android.core.gui.DMXAndroidOptionsDialog
 
showDialog() - Method in interface com.vektorsoft.demux.core.dlg.DMXDialog
Show this dialog.
showDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXDialogStage
 
showDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXOptionStage
 
showDialog() - Method in class com.vektorsoft.demux.desktop.jfx.view.dlg.JFXProgressDialog
 
start(BundleContext) - Method in class com.vektorsoft.demux.android.core.DMXAndroidCoreActivator
 
start(BundleContext) - Method in class com.vektorsoft.demux.android.main.AndroidMainActivator
Starts this bundle and registers DMXMainActivityService.
start(BundleContext) - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
 
start(BundleContext) - Method in class com.vektorsoft.demux.core.DemuxActivator
 
start(BundleContext) - Method in class com.vektorsoft.demux.desktop.jfx.JFXDesktopActivator
This method will start the bundle and register basic services.
start(Stage) - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.MainApp
 
start(BundleContext) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
Starts the bundle and registers basic application services.
start(Stage) - Method in class com.vektorsoft.demux.desktop.jfx.main.preload.DMXPreloader
 
start(BundleContext) - Method in class com.vektorsoft.demux.desktop.main.DMXDesktopActivator
 
start(BundleContext) - Method in class com.vektorsoft.demux.web.jsf.core.DMXActivatorJSF
 
stop(BundleContext) - Method in class com.vektorsoft.demux.android.core.DMXAndroidCoreActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.android.main.AndroidMainActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.core.app.DMXAbstractActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.core.DemuxActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.desktop.jfx.JFXDesktopActivator
 
stop() - Method in class com.vektorsoft.demux.desktop.jfx.main.impl.MainApp
 
stop(BundleContext) - Method in class com.vektorsoft.demux.desktop.jfx.main.JFXActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.desktop.main.DMXDesktopActivator
 
stop(BundleContext) - Method in class com.vektorsoft.demux.web.jsf.core.DMXActivatorJSF
 
supportedLocales - Variable in class com.vektorsoft.demux.android.core.resources.DMXAndroidResourceManager
List of locales supported by application.
supportedLocales - Variable in class com.vektorsoft.demux.core.resources.impl.DefaultResourceManager
List of locales supported by application.

T

taskCompleted(DMXTask, Object) - Method in interface com.vektorsoft.demux.core.task.TaskStatusListener
Invoked when task is completed.
taskStarted(DMXTask) - Method in interface com.vektorsoft.demux.core.task.TaskStatusListener
Invoked when task is started.
TaskStatusListener - Interface in com.vektorsoft.demux.core.task
Defined method hooks for monitoring task status.
title - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Title for dialog view.

U

underlying - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Underlying object.
unloadBundle(String) - Method in class com.vektorsoft.demux.core.resources.impl.DefaultResourceHandler
Unloads bundle with specified name from list of loaded bundles.
update(Observable, Object) - Method in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
Invoked when any of the dataModel data changes.
updateDataMapFromFields() - Method in class com.vektorsoft.demux.core.common.ViewActivationController
 
updateDataMapFromFields() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
This method is called before model is updated.
updateFromModel(Map<String, Object>) - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
updateFromModel(Map<String, Object>) - Method in class com.vektorsoft.demux.core.common.ViewActivationController
 
updateFromModel(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.mva.DMXController
This method will update controller data with current data from model.
updateFromModel(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.mva.DMXView
Update this view with data from model.
updateFromModel(Map<String, Object>) - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
updateFromModel(Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
This implementation does nothing, since JSF runtime takes care of view rendering.
updateModel() - Method in class com.vektorsoft.demux.core.common.PropertBindingController
 
updateModel() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractController
Updates model with values of this class's fields.
updateModel() - Method in interface com.vektorsoft.demux.core.mva.DMXController
This method is called after controller is invoked to update model data with any changes made by controller.
updateNodeHierarchy(Node) - Method in class com.vektorsoft.demux.desktop.jfx.gui.DMXLoaderFXML
Updates node hierarchy with current values from resource bundles.
updateView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
updateView(String, Map<String, Object>) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Forces specified view to render itself due to change in model data.
updateView(String, Map) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
updateView(String, Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 
updateViewData(Map<String, Object>) - Method in class com.vektorsoft.demux.android.core.app.DMXAndroidViewManager
 
updateViewData(Map<String, Object>) - Method in interface com.vektorsoft.demux.core.mva.DMXViewManager
Updates views that depends on specified data.
updateViewData(Map<String, Object>) - Method in class com.vektorsoft.demux.desktop.jfx.app.JFXViewManager
 
updateViewData(Map<String, Object>) - Method in class com.vektorsoft.demux.web.jsf.core.JSFViewManager
 

V

VAL_DLG_CLOSE - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Indicates that progress dialog should be closed.
VAL_DLG_SHOW - Static variable in interface com.vektorsoft.demux.core.mva.DMXViewManager
Indicates that progress dialog should be shown.
valueOf(String) - Static method in enum com.vektorsoft.demux.android.core.resources.AndroidResourceTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.core.extension.DMXExtensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.core.resources.ResourceHandlerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.core.task.GUIBlockingScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vektorsoft.demux.android.core.resources.AndroidResourceTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.core.extension.DMXExtensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.core.resources.ResourceHandlerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.core.task.GUIBlockingScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vektorsoft.demux.desktop.jfx.main.preload.LoadNotification.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.vektorsoft.demux.desktop.jfx.app.JFXDesktopApplication
Application version string.
ViewActivationController - Class in com.vektorsoft.demux.core.common
Controller for selecting view to be activated or deactivated by a view manager.
ViewActivationController() - Constructor for class com.vektorsoft.demux.core.common.ViewActivationController
Creates new instance.
viewActivationMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for setting active child view.
ViewAlreadyExistsException - Exception in com.vektorsoft.demux.core.mva
Thrown when client attempts to register a view under the name that already exists.
ViewAlreadyExistsException() - Constructor for exception com.vektorsoft.demux.core.mva.ViewAlreadyExistsException
 
viewId - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
ID of this view.
viewId - Variable in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
Current view ID.
ViewInvocationHandler - Class in com.vektorsoft.demux.core.proxy
Invocation handler used for forwarding proxied methods for views.
ViewInvocationHandler() - Constructor for class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Default constructor used only from subclasses.
ViewInvocationHandler(Class, DMXDefaultAdapter) - Constructor for class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Create new instance.
viewManager - Variable in class com.vektorsoft.demux.core.mva.DMXDefaultAdapter
DMXViewManager instance that is used to manage views.
viewPlacementConstraint() - Method in class com.vektorsoft.demux.core.mva.DMXAbstractView
Returns null as view placement constraint.
viewPlacementConstraint() - Method in interface com.vektorsoft.demux.core.mva.DMXView
Returns an object that represents layout constraint which should be respected when placing this view.
viewPlacementConstraint() - Method in class com.vektorsoft.demux.desktop.jfx.view.JFXRootView
 
ViewResourceUtils - Class in com.vektorsoft.demux.web.jsf.core.internal
Helper class which maps view IDs constructed from dmx:view tag to actual .xhtml resources.
viewUiField - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Field for view UI.
viewUiMethod - Variable in class com.vektorsoft.demux.core.proxy.ViewInvocationHandler
Method for getting view UI.
viewUrl - Variable in class com.vektorsoft.demux.web.jsf.core.AbstractJSFView
URL of view XHTML file.

W

WindowServiceCustomizer - Class in com.vektorsoft.demux.desktop.jfx
Customizer for tracking window service.
WindowServiceCustomizer(BundleContext) - Constructor for class com.vektorsoft.demux.desktop.jfx.WindowServiceCustomizer
Create new instance.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2012-2014 Vektor Software. All Rights Reserved.