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

A

AbstractActionListener<E> - Class in org.drombler.commons.action
A base class for ActionListeners.
AbstractActionListener() - Constructor for class org.drombler.commons.action.AbstractActionListener
Creates a new instance of this class.
AbstractActiveContextSensitiveActionListener<T,E> - Class in org.drombler.commons.action.context
AbstractActiveContextSensitiveActionListener(Class<T>) - Constructor for class org.drombler.commons.action.context.AbstractActiveContextSensitiveActionListener
Creates a new instance of this class.
AbstractActiveContextSensitiveFXAction<T> - Class in org.drombler.commons.action.fx.context
A base class for ActiveContextSensitive FXActions.
AbstractActiveContextSensitiveFXAction(Class<T>) - Constructor for class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXAction
Creates a new instance of this class.
AbstractActiveContextSensitiveFXToggleAction<T> - Class in org.drombler.commons.action.fx.context
AbstractActiveContextSensitiveFXToggleAction(Class<T>) - Constructor for class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXToggleAction
Creates a new instance of this class.
AbstractActiveContextSensitiveToggleActionListener<T,E> - Class in org.drombler.commons.action.context
AbstractActiveContextSensitiveToggleActionListener(Class<T>) - Constructor for class org.drombler.commons.action.context.AbstractActiveContextSensitiveToggleActionListener
Creates a new instance of this class.
AbstractApplicationConfigurationProperties - Class in org.drombler.commons.spring.boot.context.properties
A base class for application configuration properties.
AbstractApplicationConfigurationProperties() - Constructor for class org.drombler.commons.spring.boot.context.properties.AbstractApplicationConfigurationProperties
 
AbstractApplicationContextSensitiveActionListener<T,E> - Class in org.drombler.commons.action.context
AbstractApplicationContextSensitiveActionListener(Class<T>) - Constructor for class org.drombler.commons.action.context.AbstractApplicationContextSensitiveActionListener
Creates a new instance of this class.
AbstractApplicationContextSensitiveFXAction<T> - Class in org.drombler.commons.action.fx.context
AbstractApplicationContextSensitiveFXAction(Class<T>) - Constructor for class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXAction
Creates a new instance of this class.
AbstractApplicationContextSensitiveFXToggleAction<T> - Class in org.drombler.commons.action.fx.context
AbstractApplicationContextSensitiveFXToggleAction(Class<T>) - Constructor for class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXToggleAction
Creates a new instance of this class.
AbstractApplicationContextSensitiveToggleActionListener<T,E> - Class in org.drombler.commons.action.context
AbstractApplicationContextSensitiveToggleActionListener(Class<T>) - Constructor for class org.drombler.commons.action.context.AbstractApplicationContextSensitiveToggleActionListener
Creates a new instance of this class.
AbstractAuditableEntity - Class in org.drombler.commons.spring.jpa
A base class for auditable entities.
AbstractAuditableEntity() - Constructor for class org.drombler.commons.spring.jpa.AbstractAuditableEntity
 
AbstractCommandLineSwitch - Class in org.drombler.commons.client.startup.main.cli
An abstract base class for CommandLineSwitches.
AbstractCommandLineSwitch(Set<String>) - Constructor for class org.drombler.commons.client.startup.main.cli.AbstractCommandLineSwitch
Creates a new instance of this class.
AbstractContext - Class in org.drombler.commons.context
A base class for Context implementations.
AbstractContext() - Constructor for class org.drombler.commons.context.AbstractContext
Creates a new instance of this class.
AbstractDataHandlerDescriptor<D> - Class in org.drombler.commons.data
A base class for Data Handler descriptors.
AbstractDataHandlerDescriptor() - Constructor for class org.drombler.commons.data.AbstractDataHandlerDescriptor
Creates a new instance of this class.
AbstractDataRenderer<T> - Class in org.drombler.commons.fx.scene.renderer
An abstract base implementation of DataRenderer.
AbstractDataRenderer() - Constructor for class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
 
AbstractDockingAreaContainer<D,DATA extends DockableData,E extends DockableEntry<D,DATA>> - Class in org.drombler.commons.docking.context
An abstract base class for DockingAreaContainer implementations.
AbstractDockingAreaContainer(DockableEntryFactory<D, DATA, E>, DockableDataFactory<DATA>, ContextManager) - Constructor for class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Creates a new instance of this class.
AbstractFXAction - Class in org.drombler.commons.action.fx
A base class for FXActions.
AbstractFXAction() - Constructor for class org.drombler.commons.action.fx.AbstractFXAction
 
AbstractFXActionAdapter<T> - Class in org.drombler.commons.action.fx
A base class for FXAction adapters.
AbstractFXActionAdapter(T) - Constructor for class org.drombler.commons.action.fx.AbstractFXActionAdapter
Creates a new instance of this class.
AbstractFXToggleAction - Class in org.drombler.commons.action.fx
A base class for FXToggleActions.
AbstractFXToggleAction() - Constructor for class org.drombler.commons.action.fx.AbstractFXToggleAction
 
AbstractIntegrationConfigurationProperties - Class in org.drombler.commons.spring.boot.context.properties
A base class for remote service integration configuration properties.
AbstractIntegrationConfigurationProperties() - Constructor for class org.drombler.commons.spring.boot.context.properties.AbstractIntegrationConfigurationProperties
 
AbstractToggleActionListener<E> - Class in org.drombler.commons.action
A base class for ToggleActionListeners.
AbstractToggleActionListener() - Constructor for class org.drombler.commons.action.AbstractToggleActionListener
Creates a new instance of this class.
acceleratorProperty() - Method in class org.drombler.commons.action.fx.AbstractFXAction
The accelerator.
acceleratorProperty() - Method in interface org.drombler.commons.action.fx.FXAction
The accelerator.
accept(T) - Method in class org.drombler.commons.fx.concurrent.FXConsumer
ActionEventHandlerAdapter - Class in org.drombler.commons.action.fx
A FXAction adapter for EventHandler<ActionEvent>.
ActionEventHandlerAdapter(EventHandler<ActionEvent>) - Constructor for class org.drombler.commons.action.fx.ActionEventHandlerAdapter
Creates a new instance of this class.
ActionListener<E> - Interface in org.drombler.commons.action
A GUI toolkit agnostic interface which keeps the state (enabled/ disabled) and the logic between menu items and toolbar buttons in sync.
ActionListenerAdapter - Class in org.drombler.commons.action.fx
A FXAction adapter for {@code ActionListener
ActionListenerAdapter(ActionListener<? super ActionEvent>) - Constructor for class org.drombler.commons.action.fx.ActionListenerAdapter
Creates a new instance of this class.
ACTIVE_DOCKABLE_PROPERTY_NAME - Static variable in interface org.drombler.commons.docking.context.DockingAreaContainer
The name of the 'activeDockable' property.
ActiveContextProvider - Interface in org.drombler.commons.context
An active context provider.
ActiveContextSensitive - Interface in org.drombler.commons.context
An injection point for the active context.
activeDockableProperty() - Method in class org.drombler.commons.docking.fx.DockingPane
The active Dockable.
add(Object) - Method in class org.drombler.commons.context.SimpleContextContent
Adds an object.
addAdditionalStarters(BootServiceStarter...) - Method in class org.drombler.commons.client.startup.main.DromblerClientStarter
Adds additional BootServiceStarters to the list of starters to execute.
addAll(Collection<?>) - Method in class org.drombler.commons.context.SimpleContextContent
Adds a collection of objects to this context.
addCloseEventListener(CloseEventListener) - Method in interface org.drombler.commons.data.DataHandler
Registers a listener, which gets notified when this DataHandler gets closed.
addContext(Context) - Method in class org.drombler.commons.context.ProxyContext
Adds another Context to be proxied by this context.
addContextListener(Class<T>, ContextListener<T>) - Method in class org.drombler.commons.context.AbstractContext
Registers a ContextListener for a specified type.
addContextListener(Class<T>, ContextListener<T>) - Method in interface org.drombler.commons.context.Context
Registers a ContextListener for a specified type.
addContextListener(Class<T>, ContextListener<T>) - Method in class org.drombler.commons.context.ContextWrapper
Registers a ContextListener for a specified type.
addContextListener(Class<T>, ContextListener<T>) - Method in class org.drombler.commons.context.LocalProxyContext
Registers a ContextListener for a specified type.
addContextListener(Class<T>, ContextListener<T>) - Method in class org.drombler.commons.context.ProxyContext
Registers a ContextListener for a specified type.
addContexts(Collection<Context>) - Method in class org.drombler.commons.context.ProxyContext
Adds a collection of Contexts to be proxied by this context
addDataHandlerDescriptorListener(SetChangeListener<AbstractDataHandlerDescriptor<?>>) - Method in class org.drombler.commons.data.DataHandlerDescriptorRegistry
Adds a change listener to this registry.
addDockable(E, boolean, Context...) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Adds a Dockable to this container.
addDockable(E, boolean, Context...) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Adds a Dockable to this container.
addDockableSetChangeListener(SetChangeListener<E>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Adds a Dockable set change listener.
addDockableSetChangeListener(SetChangeListener<E>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Adds a Dockable set change listener.
addDockingArea(DockingAreaDescriptor) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Adds a Docking Area to this container.
addDockingArea(DockingAreaDescriptor) - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
Adds a Docking Area to this container.
addDockingArea(List<Integer>, A) - Method in class org.drombler.commons.docking.spi.DockingAreaManager
Adds a Docking Area.
addDockingAreaSetChangeListener(SetChangeListener<DockingAreaDescriptor>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Adds a Docking Area set change listener.
addDockingAreaSetChangeListener(SetChangeListener<DockingAreaDescriptor>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Adds a Docking Area set change listener.
addDocumentHandlerDescriptorListener(SetChangeListener<DocumentHandlerDescriptor<?>>) - Method in class org.drombler.commons.data.file.DocumentHandlerDescriptorRegistry
Registers a Document Handler descriptor listener.
addFileExtensionListener(SetChangeListener<FileExtensionDescriptor>) - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
Adds a file extension listener.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.commons.action.AbstractActionListener
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.commons.docking.fx.FXDockableData
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
alwaysReservingMonthScrollButtonSpaceProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Flag if the space for the month scroll buttons should always be reserved, even if the buttons are not shown.
alwaysReservingYearScrollButtonSpaceProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Flag if the space for the year scroll buttons should always be reserved, even if the buttons are not shown.
APPLICATION_DEFAULT_SINGLE_INSTANCE_PORT_PROPERTY_NAME - Static variable in class org.drombler.commons.client.startup.main.ApplicationConfiguration
The property name of the optional default single instance port property in the applicationConfig.properties file to indicate a single instance application.
APPLICATION_PROPERTIES_FILE_PATH_ABSOLUTE - Static variable in class org.drombler.commons.client.startup.main.ApplicationConfiguration
The absolute path of the applicationConfig.properties file expected to be packaged within the application JAR.
APPLICATION_PROPERTIES_FILE_PATH_RELATIVE - Static variable in class org.drombler.commons.client.startup.main.ApplicationConfiguration
The relative path of the applicationConfig.properties file expected to be packaged within the application JAR.
ApplicationConfiguration - Class in org.drombler.commons.client.startup.main
The application configuration packaged with the application.
ApplicationConfiguration() - Constructor for class org.drombler.commons.client.startup.main.ApplicationConfiguration
Creates a new instance of this class and loads the application configuration from the file '/applicationConfig.properties', if available.
ApplicationConfigurationProperties - Interface in org.drombler.commons.spring.boot.context.properties
The typical base properties for applications.
ApplicationContextProvider - Interface in org.drombler.commons.context
The application context provider provides the application wide context.
ApplicationContextSensitive - Interface in org.drombler.commons.context
An injection point for the application-wide context.
ApplicationInstanceEvent - Class in org.drombler.commons.client.startup.main
An application instance event.
ApplicationInstanceEvent(Object, List<String>) - Constructor for class org.drombler.commons.client.startup.main.ApplicationInstanceEvent
Creates a new instance of this class.
ApplicationInstanceListener - Interface in org.drombler.commons.client.startup.main
A listener for ApplicationInstanceEvents.

B

bindContent(List<T>, ObservableList<? extends S>, Function<? super S, ? extends T>) - Static method in class org.drombler.commons.fx.beans.binding.CollectionBindings
Binds the content of one list to the content of an observable list with possibly transformed elements.
bindTreeContent(List<T>, Function<? super T, ? extends List<T>>, ObservableList<? extends S>, Function<? super S, ? extends ObservableList<? extends S>>, Function<? super S, ? extends T>) - Static method in class org.drombler.commons.fx.beans.binding.CollectionBindings
Binds the content of a tree (deeply nested list) to the content of an observable tree with possibly transformed elements.
BootServiceStarter - Interface in org.drombler.commons.client.startup.main
A starter for a boot time service.
BusinessObjectHandlerDescriptor<D> - Class in org.drombler.commons.data
A Data Handler descriptor for business objects.
BusinessObjectHandlerDescriptor() - Constructor for class org.drombler.commons.data.BusinessObjectHandlerDescriptor
Creates a new instance of this class.
ButtonUtils - Class in org.drombler.commons.action.fx
Utility methods to configure buttons with actions.

C

call(ListView<T>) - Method in class org.drombler.commons.fx.scene.control.RenderedListCellFactory
call(TreeView<T>) - Method in class org.drombler.commons.fx.scene.control.RenderedTreeCellFactory
checkConsumeSwitchArgs(String, String[]) - Method in class org.drombler.commons.client.startup.main.cli.AbstractCommandLineSwitch
Checks if the switch args can be consumed.
close() - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveActionListener
close() - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveToggleActionListener
close() - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveActionListener
close() - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveToggleActionListener
close() - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXAction
close() - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXToggleAction
close() - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXAction
close() - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXToggleAction
close() - Method in class org.drombler.commons.data.DataHandlerRegistry
close() - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
close() - Method in class org.drombler.commons.docking.DockingManager
closeAndUnregisterView(E) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Closes and unregisters a view.
closeAndUnregisterView(E) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Closes and unregisters a view.
closeEditors(Class<? extends D>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Closes all editors of the specified type.
closeEditors(Class<? extends D>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Closes all editors of the specified type.
CollectionBindings - Class in org.drombler.commons.fx.beans.binding
A utility class for binding collections.
CommandLineArgs - Class in org.drombler.commons.client.startup.main.cli
The command line arguments.
CommandLineSwitch - Interface in org.drombler.commons.client.startup.main.cli
A command line switch.
CONFIG_DIRECTORY_NAME - Static variable in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Name of the configuration directory.
CONFIG_PROPERTIES_FILE_NAME - Static variable in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
The default name used for the configuration properties file.
CONFIG_PROPERTIES_PROP - Static variable in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
The property name used to specify an URL to the configuration property file to be used for the created the framework instance.
configure(Labeled, DataRenderer<? super T>, T) - Static method in class org.drombler.commons.fx.scene.control.LabeledUtils
Configures a Labeled with some data and a corresponding DataRenderer.
configureCheckMenuItem(CheckMenuItem, FXToggleAction, int) - Static method in class org.drombler.commons.action.fx.MenuItemUtils
Configures a CheckMenuItem with the specified toggle action.
configureMenuItem(MenuItem, FXAction, int) - Static method in class org.drombler.commons.action.fx.MenuItemUtils
Configures a MenuItem with the specified action.
configureObject(Object, ContextManager, ContextInjector) - Static method in class org.drombler.commons.context.Contexts
Configures the specified object.
configureRadioMenuItem(RadioMenuItem, FXToggleAction, int) - Static method in class org.drombler.commons.action.fx.MenuItemUtils
Configures a RadioMenuItem with the specified toggle action.
configureToolbarButton(ButtonBase, FXAction, int) - Static method in class org.drombler.commons.action.fx.ButtonUtils
Configures a toolbar button with the specified action.
configureToolbarToggleButton(ToggleButton, FXToggleAction, int) - Static method in class org.drombler.commons.action.fx.ButtonUtils
Configures a toolbar toggle button with the specified toggle action.
consumeSwitch(String, String[]) - Method in interface org.drombler.commons.client.startup.main.cli.CommandLineSwitch
Consumes the switch.
consumeSwitch(String, String[]) - Method in class org.drombler.commons.client.startup.main.cli.InstallDirSwitch
Consumes the switch.
consumeSwitch(String, String[]) - Method in class org.drombler.commons.client.startup.main.cli.UserDirSwitch
Consumes the switch.
ContactConfigurationProperties - Class in org.drombler.commons.spring.boot.context.properties
The contact configuration properties.
ContactConfigurationProperties() - Constructor for class org.drombler.commons.spring.boot.context.properties.ContactConfigurationProperties
 
containsDataHandlerForUniqueKey(Class<D>, K) - Method in class org.drombler.commons.data.DataHandlerRegistry
Checks if there is a registered DataHandler for the provided unique key.
containsRegisteredEditor(Object) - Method in class org.drombler.commons.docking.DockingManager
Checks if their is a registered editor Dockable for the provided unique key of some content.
Context - Interface in org.drombler.commons.context
A Context to find context-sensitive data.
contextChanged(ContextEvent<T>) - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveActionListener
The callback method which gets called when the content for the action command type in the active context changes.
contextChanged(ContextEvent<T>) - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveToggleActionListener
The callback method which gets called when the content for the action command type in the active context changes.
contextChanged(ContextEvent<T>) - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveActionListener
The callback method which gets called when the content for the action command type in the application wide context changes.
contextChanged(ContextEvent<T>) - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveToggleActionListener
The callback method which gets called when the content for the action command type in the application wide context changes.
contextChanged(ContextEvent<T>) - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXAction
The callback method which gets called when the content for the action command type in the active context changes.
contextChanged(ContextEvent<T>) - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXToggleAction
The callback method which gets called when the content for the action command type in the active context changes.
contextChanged(ContextEvent<T>) - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXAction
The callback method which gets called when the content for the action command type in the application wide context changes.
contextChanged(ContextEvent<T>) - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXToggleAction
The callback method which gets called when the content for the action command type in the application wide context changes.
contextChanged(ContextEvent<T>) - Method in interface org.drombler.commons.context.ContextListener
A call-back method which gets called when a Context changed.
ContextEvent<T> - Class in org.drombler.commons.context
An event which indicates the content of a Context changed.
ContextEvent(Context, Class<T>) - Constructor for class org.drombler.commons.context.ContextEvent
Creates a new instance of this class.
ContextInjector - Class in org.drombler.commons.context
The ContextInjector injects the active Context to Objects, which implement the ActiveContextSensitive interface and the application Context to Objects, which implement the ApplicationContextSensitive interface.
ContextInjector(ActiveContextProvider, ApplicationContextProvider) - Constructor for class org.drombler.commons.context.ContextInjector
Creates a new instance of this class.
ContextInjector(ContextManager) - Constructor for class org.drombler.commons.context.ContextInjector
Creates a new instance of this class.
ContextListener<T> - Interface in org.drombler.commons.context
A listener to listen for changes in a Context.
ContextManager - Class in org.drombler.commons.context
This Context manager allows to register local contexts for objects and manages the Application Context and the current Active Context.
ContextManager() - Constructor for class org.drombler.commons.context.ContextManager
Creates a new instance of this class.
contextMenuProperty() - Method in class org.drombler.commons.docking.fx.FXDockableData
Contexts - Class in org.drombler.commons.context
A utility class for Contexts.
ContextWrapper - Class in org.drombler.commons.context
A Context wrapper wraps another Context.
ContextWrapper(Context) - Constructor for class org.drombler.commons.context.ContextWrapper
Creates a new instance of this class.
copyFor(Object, EventTarget) - Method in class org.drombler.commons.docking.fx.DockableCloseRequestEvent
copySystemProperties(Properties) - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Copies and sets some additional system properties.
createAndRegisterViewEntry(Class<? extends D>, String, String, ResourceLoader) - Method in class org.drombler.commons.docking.DockingManager
Creates and registers a view DockableEntry.
createDefaultSkin() - Method in class org.drombler.commons.fx.scene.control.ProgressMonitor
createDefaultSkin() - Method in class org.drombler.commons.fx.scene.control.StatusBar
createDockableData(String, String, ResourceLoader) - Method in interface org.drombler.commons.docking.DockableDataFactory
Creates a Dockable data instance.
createDockableData(String, ResourceLoader) - Method in interface org.drombler.commons.docking.DockableDataFactory
Creates a Dockable data instance.
createDockableData(String, String, ResourceLoader) - Method in class org.drombler.commons.docking.fx.FXDockableDataFactory
Creates a Dockable data instance.
createDockableData(String, ResourceLoader) - Method in class org.drombler.commons.docking.fx.FXDockableDataFactory
Creates a Dockable data instance.
createDockableEntry(D, DockableKind, DATA, DockablePreferences) - Method in interface org.drombler.commons.docking.DockableEntryFactory
Creates a new Dockable entry.
createDockableEntry(Node, DockableKind, FXDockableData, DockablePreferences) - Method in class org.drombler.commons.docking.fx.FXDockableEntryFactory
Creates a new Dockable entry.
createDocumentHandler(Path) - Method in class org.drombler.commons.data.file.DocumentHandlerDescriptor
Creates a document handler for the specified file path.
createEditorEntry(Object, Class<? extends D>, String, ResourceLoader) - Method in class org.drombler.commons.docking.DockingManager
Creates an editor DockableEntry.
createFixedContext(Collection<?>) - Static method in class org.drombler.commons.context.Contexts
Creates a context with a fixed content.
createFXMLLoader(ClassLoader) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Creates a new FXMLLoader.
createGraphic(int) - Method in interface org.drombler.commons.client.graphic.GraphicFactory
Creates a graphic with the specifed size.
createGraphic(int) - Method in class org.drombler.commons.fx.scene.image.IconFactory
Creates a graphic with the specifed size.
createLocalProxyContext(Object) - Static method in class org.drombler.commons.context.LocalProxyContext
Creates a new instance of this class for a given object.
createOnWindowCloseRequestEventHandler(OnExitRequestHandler) - Static method in interface org.drombler.commons.fx.stage.OnExitRequestHandler
Creates a new OnCloseRequest Window-EventHandler based on the provided OnExitRequestHandler.

D

DataButton<T> - Class in org.drombler.commons.fx.scene.control
A Button which can hold some data and knows how to render it.
DataButton() - Constructor for class org.drombler.commons.fx.scene.control.DataButton
Creates a new instance of this class.
DataButton(DataRenderer<? super T>) - Constructor for class org.drombler.commons.fx.scene.control.DataButton
Creates a new instance of this class.
DataButton(T) - Constructor for class org.drombler.commons.fx.scene.control.DataButton
Creates a new instance of this class.
DataButton(DataRenderer<? super T>, T) - Constructor for class org.drombler.commons.fx.scene.control.DataButton
Creates a new instance of this class.
DataCapabilityProvider<T> - Interface in org.drombler.commons.data
A data capability provider.
DataHandler<K> - Interface in org.drombler.commons.data
A data handler.
DataHandlerDescriptorRegistry - Class in org.drombler.commons.data
A registry for Document Handler descriptors.
DataHandlerDescriptorRegistry() - Constructor for class org.drombler.commons.data.DataHandlerDescriptorRegistry
 
DataHandlerRegistry - Class in org.drombler.commons.data
A registry for all open data handlers with a non-null unique key.
DataHandlerRegistry() - Constructor for class org.drombler.commons.data.DataHandlerRegistry
Creates a new instance of this class.
DataHandlerRenderer - Class in org.drombler.commons.data.fx
DataHandlerRenderer(DataHandlerDescriptorRegistry, int) - Constructor for class org.drombler.commons.data.fx.DataHandlerRenderer
Creates a new instance of this class.
dataProperty() - Method in class org.drombler.commons.fx.scene.control.DataButton
The data of this button.
dataProperty() - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
The data of this toggle button.
DataRenderer<T> - Interface in org.drombler.commons.fx.scene.renderer
A renderer, which knows how to render some data independent of the control type.
dataRendererProperty() - Method in class org.drombler.commons.fx.scene.control.DataButton
The DataRenderer to render the DataButton.data.
dataRendererProperty() - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
dataRendererProperty() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
dataRendererProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
The DataRenderer used to format the LocalDate in the text field.
DataToggleButton<T> - Class in org.drombler.commons.fx.scene.control
A ToggleButton which can hold some data and knows how to render it.
DataToggleButton() - Constructor for class org.drombler.commons.fx.scene.control.DataToggleButton
Creates a new instance of this class.
DataToggleButton(DataRenderer<? super T>) - Constructor for class org.drombler.commons.fx.scene.control.DataToggleButton
Creates a new instance of this class.
DataToggleButton(T) - Constructor for class org.drombler.commons.fx.scene.control.DataToggleButton
Creates a new instance of this class.
DataToggleButton(DataRenderer<? super T>, T) - Constructor for class org.drombler.commons.fx.scene.control.DataToggleButton
Creates a new instance of this class.
DayOfWeekRenderer - Class in org.drombler.commons.fx.scene.renderer.time
DayOfWeekRenderer() - Constructor for class org.drombler.commons.fx.scene.renderer.time.DayOfWeekRenderer
Creates a new instance of this class.
DayOfWeekRenderer(TextStyle) - Constructor for class org.drombler.commons.fx.scene.renderer.time.DayOfWeekRenderer
Creates a new instance of this class.
Deselect - Annotation Type in org.drombler.commons.docking
Marks the deselect method of a Dockable, which should be called on onSelectionChanged events on the previously selected Dockable.
determineInstallDirPath(Path) - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Determines the installation directory path of this application.
DirectoryChooserProvider - Interface in org.drombler.commons.client.dialog
Provides a directory chooser.
DIRTY_PROPERTY_NAME - Static variable in interface org.drombler.commons.data.DataHandler
The name of the 'dirty' property.
displayNameProperty() - Method in class org.drombler.commons.action.fx.AbstractFXAction
The display name.
displayNameProperty() - Method in interface org.drombler.commons.action.fx.FXAction
The display name.
DOCKABLE_CLOSE_REQUEST - Static variable in class org.drombler.commons.docking.fx.DockableCloseRequestEvent
The event type.
DockableCloseRequestEvent - Class in org.drombler.commons.docking.fx
The Dockable close request event.
DockableCloseRequestEvent(FXDockableEntry) - Constructor for class org.drombler.commons.docking.fx.DockableCloseRequestEvent
Creates a new instance of this class.
DockableCloseRequestEvent(FXDockableEntry, Object, EventTarget) - Constructor for class org.drombler.commons.docking.fx.DockableCloseRequestEvent
Creates a new instance of this class.
DockableData - Interface in org.drombler.commons.docking
Data about a Dockable.
DockableDataFactory<DATA extends DockableData> - Interface in org.drombler.commons.docking
A DockableData factory.
DockableDataSensitive<D extends DockableData> - Interface in org.drombler.commons.docking
An injection point for the DockableData.
DockableEntry<D,DATA extends DockableData> - Class in org.drombler.commons.docking
An entry in the Docking System, which groups a Dockable with its DockablePreferences.
DockableEntry(D, DockableKind, DATA, DockablePreferences) - Constructor for class org.drombler.commons.docking.DockableEntry
Creates a new instance of this class.
DockableEntryFactory<D,DATA extends DockableData,E extends DockableEntry<D,DATA>> - Interface in org.drombler.commons.docking
A DockableEntry factory.
DockableKind - Enum in org.drombler.commons.docking
The Dockable kind.
DockablePreferences - Class in org.drombler.commons.docking
The dockable preferences defines the preferred Docking Area and the preferred position in that Docking Area.
DockablePreferences(String, int) - Constructor for class org.drombler.commons.docking.DockablePreferences
Creates a new instance of this class.
DockablePreferences(DockablePreferences) - Constructor for class org.drombler.commons.docking.DockablePreferences
Copy constructor.
DockingArea<A extends DockingArea<A>> - Interface in org.drombler.commons.docking.spi
An abstract Docking Area.
DockingAreaContainer<D,DATA extends DockableData,E extends DockableEntry<D,DATA>> - Interface in org.drombler.commons.docking.context
A Docking Area container.
DockingAreaDescriptor - Class in org.drombler.commons.docking
The Docking Area descriptor describes a Docking Area.
DockingAreaDescriptor() - Constructor for class org.drombler.commons.docking.DockingAreaDescriptor
Creates a new instance of this class.
DockingAreaKind - Enum in org.drombler.commons.docking
The Docking Area kind.
DockingAreaManager<A extends DockingArea<A>> - Class in org.drombler.commons.docking.spi
A Docking Area manager.
DockingAreaManager(DockingAreaManager<A>, int, int) - Constructor for class org.drombler.commons.docking.spi.DockingAreaManager
Creates a new instance of this class.
DockingAreaManager(DockingAreaManager<A>, int, SplitLevel) - Constructor for class org.drombler.commons.docking.spi.DockingAreaManager
Creates a new instance of this class.
DockingAreaUtils - Class in org.drombler.commons.docking.spi
A utility class for Docking Areas.
DockingManager<D,DATA extends DockableData,E extends DockableEntry<D,DATA>> - Class in org.drombler.commons.docking
The docking manager manages Dockable views and editors along with their associated Dockable data and Dockable preferences.
DockingManager(DockableEntryFactory<D, DATA, E>, DockableDataFactory<DATA>, Injector<? super D>...) - Constructor for class org.drombler.commons.docking.DockingManager
Creates a new instance of this class.
DockingOnExitRequestHandler - Class in org.drombler.commons.docking.fx.context
A OnExitRequestHandler which handles modified Dockables on exit request.
DockingOnExitRequestHandler(DockingAreaContainer<Node, FXDockableData, FXDockableEntry>) - Constructor for class org.drombler.commons.docking.fx.context.DockingOnExitRequestHandler
Creates a new instance of this class.
DockingPane - Class in org.drombler.commons.docking.fx
The DockingPane splits up the content area into any number of Docking Areas.
DockingPane() - Constructor for class org.drombler.commons.docking.fx.DockingPane
Creates a new instance of this class.
DockingPaneDockingAreaContainerAdapter - Class in org.drombler.commons.docking.fx.context
An adapter to use a DockingPane as a DockingAreaContainer.
DockingPaneDockingAreaContainerAdapter(DockingPane, ContextManager) - Constructor for class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
Creates a new instance of this class.
DocumentHandlerDescriptor<D> - Class in org.drombler.commons.data.file
A Document Handler descriptor.
DocumentHandlerDescriptor() - Constructor for class org.drombler.commons.data.file.DocumentHandlerDescriptor
 
DocumentHandlerDescriptorRegistry - Class in org.drombler.commons.data.file
A registry for Document Handler descriptors.
DocumentHandlerDescriptorRegistry() - Constructor for class org.drombler.commons.data.file.DocumentHandlerDescriptorRegistry
 
DromblerClientConfiguration - Class in org.drombler.commons.client.startup.main
The client configuration.
DromblerClientConfiguration(CommandLineArgs) - Constructor for class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Creates a new instance of this class.
DromblerClientStarter<T extends DromblerClientConfiguration> - Class in org.drombler.commons.client.startup.main
An abstract base class for a client starter using the Drombler Client Startup Framework.
DromblerClientStarter(T) - Constructor for class org.drombler.commons.client.startup.main.DromblerClientStarter
Creates a new instance of this class.

E

emptyContext() - Static method in class org.drombler.commons.context.Contexts
Returns an immutable empty Context.
enabledProperty() - Method in class org.drombler.commons.action.fx.AbstractFXAction
The enabled state of this Action.
enabledProperty() - Method in interface org.drombler.commons.action.fx.FXAction
The enabled state of this Action.
equals(Object) - Method in class org.drombler.commons.docking.DockableEntry
equals(Object) - Method in class org.drombler.commons.docking.DockingAreaDescriptor
equals(Object) - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
equals(Object) - Method in class org.drombler.commons.docking.spi.ShortPathPart
equals(Object) - Method in class org.drombler.commons.docking.spi.SplitLevel
EventHandlerRegistrar - Interface in org.drombler.commons.fx.event
An event handler registrar can register an event handler.
execute(Runnable) - Method in class org.drombler.commons.fx.concurrent.FXApplicationThreadExecutor

F

FileChooserProvider - Interface in org.drombler.commons.client.dialog
Provides a file chooser.
FileExtensionDescriptor - Class in org.drombler.commons.data.file
A file extension registration descriptor.
FileExtensionDescriptor(String, String, List<String>) - Constructor for class org.drombler.commons.data.file.FileExtensionDescriptor
Creates a new instance of this class.
FileExtensionDescriptorRegistry - Class in org.drombler.commons.data.file
A registry for FileExtensionDescriptors.
FileExtensionDescriptorRegistry() - Constructor for class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
 
FileUtils - Class in org.drombler.commons.data.file
A utility class for files.
FileUtils() - Constructor for class org.drombler.commons.data.file.FileUtils
 
find(Class<T>) - Method in interface org.drombler.commons.context.Context
Finds an instance of the specified type in this context.
find(Object, Class<T>) - Static method in class org.drombler.commons.context.Contexts
Finds an instance of the specified type in the local context of the provided LocalContextProvider.
find(Class<T>) - Method in class org.drombler.commons.context.ContextWrapper
Finds an instance of the specified type in this context.
find(Class<T>) - Method in class org.drombler.commons.context.LocalProxyContext
Finds an instance of the specified type in this context.
find(Class<T>) - Method in class org.drombler.commons.context.ProxyContext
Finds an instance of the specified type in this context.
find(Class<T>) - Method in class org.drombler.commons.context.SimpleContext
Finds an instance of the specified type in this context.
findAll(Class<T>) - Method in interface org.drombler.commons.context.Context
Finds all instances of the specified type in this context.
findAll(Class<T>) - Method in class org.drombler.commons.context.ContextWrapper
Finds all instances of the specified type in this context.
findAll(Class<T>) - Method in class org.drombler.commons.context.LocalProxyContext
Finds all instances of the specified type in this context.
findAll(Class<T>) - Method in class org.drombler.commons.context.ProxyContext
Finds all instances of the specified type in this context.
findAll(Class<T>) - Method in class org.drombler.commons.context.SimpleContext
Finds all instances of the specified type in this context.
fire() - Method in class org.drombler.commons.fx.scene.control.XToggleButton
fireActiveDockableChanged(E, E) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Fires a property change event for the 'activeDockable' property.
fireContextEvent(Class<T>) - Method in class org.drombler.commons.context.AbstractContext
Fires a ContextEvent to each ContextListener listening for instances of type type.
fireDockableAdded(Set<E>, E) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Fires an elementAdded event to the Dockable SetChangeListeners.
fireDockableRemoved(Set<E>, E) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Fires an elementRemoved event to the Dockable SetChangeListeners.
fireDockingAreaAdded(Set<DockingAreaDescriptor>, DockingAreaDescriptor) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Fires an elementAdded event to the Docking Area SetChangeListeners.
fireDockingAreaRemoved(Set<DockingAreaDescriptor>, DockingAreaDescriptor) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Fires an elementRemoved event to the Docking Area SetChangeListeners.
flexible() - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Gets a LayoutConstraintsDescriptor with a flexible width and a flexible height.
FLEXIBLE_PREF - Static variable in class org.drombler.commons.docking.LayoutConstraintsDescriptor
The default value for flexible heights or widths.
FormattedTextField<T extends Comparable<? super T>> - Class in org.drombler.commons.fx.scene.control
A formatted TextField.
FormattedTextField() - Constructor for class org.drombler.commons.fx.scene.control.FormattedTextField
Creates a new instance of this class.
FormattedTextField(Formatter<? super T>, Parser<? extends T>) - Constructor for class org.drombler.commons.fx.scene.control.FormattedTextField
Creates a new instance of this class.
FormattedTextField(DataRenderer<? super T>, Parser<? extends T>) - Constructor for class org.drombler.commons.fx.scene.control.FormattedTextField
Creates a new instance of this class.
FormatterDataRenderer<T> - Class in org.drombler.commons.fx.scene.renderer
A DataRenderer implementation which uses a Formatter to get a text representation of the item to render.
FormatterDataRenderer(Formatter<? super T>) - Constructor for class org.drombler.commons.fx.scene.renderer.FormatterDataRenderer
Creates a new instance of this class.
FXAction - Interface in org.drombler.commons.action.fx
FXAction keeps the state (enabled/ disabled etc.), the information (texts, image etc.) and the logic between menu items and toolbar buttons in sync.
FXApplicationThreadExecutor - Class in org.drombler.commons.fx.concurrent
An Executor, which executes the provided Runnable on the JavaFX Application Thread.
FXApplicationThreadExecutor() - Constructor for class org.drombler.commons.fx.concurrent.FXApplicationThreadExecutor
 
FXConsumer<T> - Class in org.drombler.commons.fx.concurrent
Executes a Consumer on the JavaFX Application Thread.
FXConsumer(Consumer<T>) - Constructor for class org.drombler.commons.fx.concurrent.FXConsumer
Creates a new instance of this class.
FXDockableData - Class in org.drombler.commons.docking.fx
JavaFX-based DockableData implementation.
FXDockableData() - Constructor for class org.drombler.commons.docking.fx.FXDockableData
Creates a new instance of this class.
FXDockableDataFactory - Class in org.drombler.commons.docking.fx
A factory for FXDockableData.
FXDockableDataFactory() - Constructor for class org.drombler.commons.docking.fx.FXDockableDataFactory
 
FXDockableEntry - Class in org.drombler.commons.docking.fx
A JavaFX-based entry in the Docking System, which groups a Dockable with its DockablePreferences and FXDockableData.
FXDockableEntry(Node, DockableKind, FXDockableData, DockablePreferences) - Constructor for class org.drombler.commons.docking.fx.FXDockableEntry
Creates a new instance of this class.
FXDockableEntryFactory - Class in org.drombler.commons.docking.fx
A factory for FXDockableEntry.
FXDockableEntryFactory() - Constructor for class org.drombler.commons.docking.fx.FXDockableEntryFactory
 
FXDockableEntryRenderer - Class in org.drombler.commons.docking.fx
FXDockableEntryRenderer(int) - Constructor for class org.drombler.commons.docking.fx.FXDockableEntryRenderer
Creates a new instance of this class.
FXMLLoaders - Class in org.drombler.commons.fx.fxml
Utility methods for FXMLLoader.
FXToggleAction - Interface in org.drombler.commons.action.fx
FXToggleAction keeps the state (enabled/ disabled, selected/ unselected etc.), the information (texts, image etc.)

G

getAccelerator() - Method in class org.drombler.commons.action.fx.AbstractFXAction
Gets the value of the property accelerator.
getAccelerator() - Method in interface org.drombler.commons.action.fx.FXAction
Gets the value of the property accelerator.
getActiveContext() - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveActionListener
Gets the active context.
getActiveContext() - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveToggleActionListener
Gets the active context.
getActiveContext() - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXAction
Gets the active context.
getActiveContext() - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXToggleAction
Gets the active context.
getActiveContext() - Method in interface org.drombler.commons.context.ActiveContextProvider
Gets the active context.
getActiveContext() - Method in class org.drombler.commons.context.ContextManager
Gets the active context.
getActiveDockable() - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Gets the active Dockable.
getActiveDockable() - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
Gets the active Dockable.
getActiveDockable() - Method in class org.drombler.commons.docking.fx.DockingPane
Gets the value of the property activeDockable.
getAdapted() - Method in class org.drombler.commons.action.fx.AbstractFXActionAdapter
Gets the adapted object.
getAdditionalArgs() - Method in class org.drombler.commons.client.startup.main.ApplicationInstanceEvent
Gets the additional args.
getAdditionalArguments() - Method in class org.drombler.commons.client.startup.main.cli.CommandLineArgs
Gets the additional arguments.
getAllFileExtensionDescriptors() - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
Gets all registered file extension descriptors.
getApplicationConfig() - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Gets the application configuration packaged with the application.
getApplicationContext() - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveActionListener
Gets the application wide context.
getApplicationContext() - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveToggleActionListener
Gets the application wide context.
getApplicationContext() - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXAction
Gets the application wide context.
getApplicationContext() - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXToggleAction
Gets the application wide context.
getApplicationContext() - Method in interface org.drombler.commons.context.ApplicationContextProvider
Gets the application-wide context.
getApplicationContext() - Method in class org.drombler.commons.context.ContextManager
Gets the application-wide context.
getApplicationInstanceListener() - Method in class org.drombler.commons.client.startup.main.DromblerClientStarter
Gets the application instance listener.
getAreaId() - Method in class org.drombler.commons.docking.DockablePreferences
Gets the preferred Docking Area ID.
getBean() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
getCenterElements() - Method in class org.drombler.commons.fx.scene.control.StatusBar
Gets the center status bar elements.
getClassResourceBundle(Class<?>) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
Gets the resource bundle, which is in the same package as the provided type and has a base name equal to the simple name of the provided class.
getClassResourceStringPrefixed(Class<?>, String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
Gets a resource string from the class-ResourceBundle (same package and same base name as the provided type), if the resourceKey is prefixed with '%', else the resoure key itself gets returned (no I18N).
getCommandLineArgs() - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Gets the command line args.
getConditionalResourceBundle(Class<?>, String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
Gets the ResourceBundle.
getConditionalResourceBundlePrefixed(Class<?>, String, String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
Gets the ResourceBundle if the resource key is prefixed with '%', else null (no I18N).
getConfiguration() - Method in class org.drombler.commons.client.startup.main.DromblerClientStarter
Gets the client configuration.
getConnectTimeout() - Method in class org.drombler.commons.spring.boot.context.properties.AbstractIntegrationConfigurationProperties
Gets the connect timeout.
getConnectTimeout() - Method in interface org.drombler.commons.spring.boot.context.properties.IntegrationConfigurationProperties
Gets the connect timeout.
getContact() - Method in class org.drombler.commons.spring.boot.context.properties.AbstractApplicationConfigurationProperties
Gets the contact details of the software provider of this application.
getContact() - Method in interface org.drombler.commons.spring.boot.context.properties.ApplicationConfigurationProperties
Gets the contact details of the software provider of this application.
getContent(D, Class<T>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Gets the content of the specified type from the local context of the specified Dockable.
getContextMenu() - Method in class org.drombler.commons.docking.fx.FXDockableData
Gets the value of the property contextMenu.
getCreatedAt() - Method in class org.drombler.commons.spring.jpa.AbstractAuditableEntity
Gets the timestamp, when this entity was created.
getCreatedBy() - Method in class org.drombler.commons.spring.jpa.AbstractAuditableEntity
Gets the user id, who created this entity.
getData() - Method in class org.drombler.commons.fx.scene.control.DataButton
Gets the value of the property data.
getData() - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
Gets the value of the property data.
getDataCapability(DataHandler<?>) - Method in interface org.drombler.commons.data.DataCapabilityProvider
Gets a data capability for the given DataHandler.
getDataHandler(Class<D>, K) - Method in class org.drombler.commons.data.DataHandlerRegistry
Gets the DataHandler for the provided unique key.
getDataHandlerClass() - Method in class org.drombler.commons.data.AbstractDataHandlerDescriptor
Gets the type of the Data Handler.
getDataHandlerDescriptor(Object) - Method in class org.drombler.commons.data.DataHandlerDescriptorRegistry
Gets the registered descriptor for the specified data handler.
getDataRenderer() - Method in class org.drombler.commons.fx.scene.control.DataButton
Gets the value of the property dataRenderer.
getDataRenderer() - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
Gets the value of the property dataRenderer.
getDataRenderer() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
Gets the value of the property dataRenderer.
getDataRenderer() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property dataRenderer.
getDefaultEditorAreaId() - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Gets the default editor Docking Area id.
getDefaultEditorAreaId() - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
Gets the default editor Docking Area id.
getDefaultEditorAreaId() - Method in class org.drombler.commons.docking.fx.DockingPane
Gets the default editor area id.
getDefaultSingleInstancePort() - Method in class org.drombler.commons.client.startup.main.ApplicationConfiguration
Gets the configured default single instance port.
getDisplayName() - Method in class org.drombler.commons.action.fx.AbstractFXAction
Gets the value of the property displayName.
getDisplayName() - Method in interface org.drombler.commons.action.fx.FXAction
Gets the value of the property displayName.
getDisplayName() - Method in class org.drombler.commons.data.file.FileExtensionDescriptor
Gets text to be displayed, e.g. as the text for filters in file dialogs.
getDisplayString(Locale) - Method in interface org.drombler.commons.action.command.Savable
Gets the display string for this command.
getDockable() - Method in class org.drombler.commons.docking.DockableEntry
Gets the Dockable.
getDockableData() - Method in class org.drombler.commons.docking.DockableEntry
Gets the DockableData.
getDockableEntry() - Method in class org.drombler.commons.docking.fx.DockableCloseRequestEvent
 
getDockablePreferences(D) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Gets the DockablePreferences for the specified Dockable.
getDockablePreferences(D) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Gets the DockablePreferences for the specified Dockable.
getDockablePreferences() - Method in class org.drombler.commons.docking.DockableEntry
Gets the dockable preferences.
getDockablePreferences(D) - Method in class org.drombler.commons.docking.DockingManager
Gets the Dockable preferences for the provided Dockable instance.
getDockables() - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Gets all Dockables of this Docking Area container.
getDockables() - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
Gets all Dockables of this Docking Area container.
getDockables() - Method in class org.drombler.commons.docking.fx.DockingPane
Gets the Dockable entries.
getDockingAreaDescriptors() - Method in class org.drombler.commons.docking.fx.DockingPane
getDocumentHandlerDescriptor(String) - Method in class org.drombler.commons.data.file.DocumentHandlerDescriptorRegistry
Gets the registered Document Handler descriptor for the specified MIME type.
getDoubleProperty(String, double, String) - Method in class org.drombler.commons.client.startup.main.ApplicationConfiguration
Gets the double value associated with the specified key.
getEmail() - Method in class org.drombler.commons.spring.boot.context.properties.ContactConfigurationProperties
Gets the email address of the software provider of this application.
getEndpoint() - Method in class org.drombler.commons.spring.boot.context.properties.AbstractIntegrationConfigurationProperties
Gets the endpoint of the remote service to integrate.
getEndpoint() - Method in interface org.drombler.commons.spring.boot.context.properties.IntegrationConfigurationProperties
Gets the endpoint of the remote service to integrate.
getEventHandlerRegistrar() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
Gets the event handler registrar.
getEventType() - Method in class org.drombler.commons.docking.fx.DockableCloseRequestEvent
getEventType() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
Gets the event type to associate with the value of this property.
getExplicitContext() - Method in class org.drombler.commons.context.LocalProxyContext
Gets the explicit context (provided by a LocalContextProvider.
getFileExtensionDescriptor(String) - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
Gets a registered file extension descriptor for the specified file extension.
getFileExtensions() - Method in class org.drombler.commons.data.file.FileExtensionDescriptor
Gets the file extensions for the specified MIME type.
getFinishedStates() - Static method in class org.drombler.commons.fx.concurrent.WorkerUtils
Gets the finished Worker states: Worker.State#SUCCEEDED, Worker.State#FAILED and Worker.State#CANCELLED.
getGraphic(DataHandler<?>) - Method in class org.drombler.commons.data.fx.DataHandlerRenderer
Gets a graphical representation of the item.
getGraphic() - Method in class org.drombler.commons.docking.fx.FXDockableData
Gets the value of the property graphic.
getGraphic(FXDockableEntry) - Method in class org.drombler.commons.docking.fx.FXDockableEntryRenderer
This DataRenderer returns no graphic node by default (null).
getGraphic(T) - Method in class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
This DataRenderer returns no graphic node by default (null).
getGraphic(T) - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
Gets a graphical representation of the item.
getGraphicFactory() - Method in class org.drombler.commons.action.fx.AbstractFXAction
Gets the value of the property graphicFactory.
getGraphicFactory() - Method in interface org.drombler.commons.action.fx.FXAction
Gets the value of the property graphicFactory.
getGraphicFactory() - Method in class org.drombler.commons.docking.fx.FXDockableData
Gets the value of the property graphicFactory.
getHelpText() - Method in interface org.drombler.commons.client.startup.main.cli.CommandLineSwitch
Gets a help text for this switch.
getHelpText() - Method in class org.drombler.commons.client.startup.main.cli.InstallDirSwitch
Gets a help text for this switch.
getHelpText() - Method in class org.drombler.commons.client.startup.main.cli.UserDirSwitch
Gets a help text for this switch.
getHomepage() - Method in class org.drombler.commons.spring.boot.context.properties.ContactConfigurationProperties
Gets the homepage of the software provider of this application.
getIcon() - Method in class org.drombler.commons.data.AbstractDataHandlerDescriptor
Gets the icon pattern.
getIconResourcePath(int) - Method in class org.drombler.commons.fx.scene.image.IconFactory
Gets the resource path of the icon with the specified size.
getId() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Gets the Docking Area ID.
getImplicitContext() - Method in class org.drombler.commons.context.LocalProxyContext
Gets the implicit proxy context.
getInLogicalLevel() - Method in class org.drombler.commons.docking.spi.ShortPathPart
Gets the logical (not shortened) level of the parent split pane.
getInstallConfigDirPath() - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Gets the path to the configuration directory in the installation directory of this application.
getInstallDir() - Method in class org.drombler.commons.client.startup.main.cli.InstallDirSwitch
Gets the provided application installation directory, if this switch was consumed, else null.
getInstallDirPath() - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Gets the installation directory path of this application.
getInstallDirSwitch() - Method in class org.drombler.commons.client.startup.main.cli.CommandLineArgs
Gets the application installation directory switch.
getIntegerProperty(String, Integer, String) - Method in class org.drombler.commons.client.startup.main.ApplicationConfiguration
Gets the integer value associated with the specified key.
getItemCount() - Method in class org.drombler.commons.fx.scene.control.ListSingleSelectionModel
getKind() - Method in class org.drombler.commons.docking.DockableEntry
Gets the kind of the Dockable.
getKind() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Gets the Docking Area kind.
getLastModifiedAt() - Method in class org.drombler.commons.spring.jpa.AbstractAuditableEntity
Gets the timestamp, when this entity was last modified.
getLastModifiedBy() - Method in class org.drombler.commons.spring.jpa.AbstractAuditableEntity
Gets the user id, who last modified this entity.
getLayoutConstraints() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Gets the layout constraints of the Docking Area.
getLayoutConstraints(double, double) - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Gets a LayoutConstraintsDescriptor with the specified preferred width and preferred height.
getLeftElements() - Method in class org.drombler.commons.fx.scene.control.StatusBar
Gets the left status bar elements.
getLevel() - Method in class org.drombler.commons.docking.spi.SplitLevel
Gets the level.
getListeners() - Method in class org.drombler.commons.context.AbstractContext
Gets all registered ContextListener.
getLocalContext(Object) - Method in class org.drombler.commons.context.ContextManager
Gets the local context for the specified object.
getLocalContext(Object) - Static method in class org.drombler.commons.context.Contexts
Gets the local Context of a LocalContextProvider.
getLocalContext() - Method in interface org.drombler.commons.context.LocalContextProvider
Gets the local context.
getMainWorker() - Method in class org.drombler.commons.fx.scene.control.ProgressMonitor
Gets the value of the property mainWorker.
getMax() - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Gets the maximum value.
getMax() - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
Gets the maximum value.
getMaxSize(Region) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Gets the maximal size of a region dimension.
getMimeType() - Method in class org.drombler.commons.data.file.DocumentHandlerDescriptor
Gets the MIME type.
getMimeType() - Method in class org.drombler.commons.data.file.FileExtensionDescriptor
Gets the MIME type for the specified file extensions.
getMin() - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Gets the minimum value.
getMin() - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
Gets the minimum value.
getMinSize(Region) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Gets the minimum size of a region dimension.
getModelItem(int) - Method in class org.drombler.commons.fx.scene.control.ListSingleSelectionModel
getName() - Method in interface org.drombler.commons.client.startup.main.BootServiceStarter
Gets the name of this starter.
getName() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
getName() - Method in class org.drombler.commons.spring.boot.context.properties.ContactConfigurationProperties
Gets the name of the software provider of this application.
getNextMonths() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property nextMonths.
getNextMonths() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property nextMonths.
getNextWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property nextWeeks.
getNextWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Gets the value of the property nextWeeks.
getNextWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property nextWeeks.
getNumFollowUpArgs() - Method in interface org.drombler.commons.client.startup.main.cli.CommandLineSwitch
Gets the number of follow-up args required for this switch.
getNumFollowUpArgs() - Method in class org.drombler.commons.client.startup.main.cli.InstallDirSwitch
Gets the number of follow-up args required for this switch.
getNumFollowUpArgs() - Method in class org.drombler.commons.client.startup.main.cli.UserDirSwitch
Gets the number of follow-up args required for this switch.
getOnDockableCloseRequest() - Method in class org.drombler.commons.docking.fx.DockingPane
Gets the value of the property onDockableCloseRequest.
getOrientation() - Method in class org.drombler.commons.docking.spi.SplitLevel
Gets the orientation.
getOrientation(Orientation) - Static method in class org.drombler.commons.fx.geometry.OrientationUtils
Gets the JavaFX orientation for the given org.drombler.commons.client.geometry.Orientation.
getPackageResourceBundle(Class<?>) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
Gets the package-ResourceBundle (Bundle.properties), which is in the same package as the specified type.
getPackageResourceStringPrefixed(Class<?>, String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
Gets a resource string from the package-ResourceBundle (Bundle.properties), if the resourceKey is prefixed with '%', else the resoure key itself gets returned (no I18N).
getPackageResourceStringPrefixed(String, String, ClassLoader) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
Gets a resource string from the package-ResourceBundle (Bundle.properties), if the resourceKey is prefixed with '%', else the resoure key itself gets returned (no I18N).
getParentPath() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Gets the path positions of the parent split pane.
getParser() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
Gets the value of the property parser.
getParser() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property parser.
getPosition() - Method in class org.drombler.commons.docking.DockablePreferences
Gets the preferred position in the Docking Area.
getPosition() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Gets the position of the Docking Area in the parent split pane.
getPosition() - Method in interface org.drombler.commons.docking.spi.DockingArea
Gets the position of the Docking Area.
getPosition() - Method in class org.drombler.commons.docking.spi.ShortPathPart
Gets the position in the split pane.
getPositiveDoubleProperty(String, double, String) - Method in class org.drombler.commons.client.startup.main.ApplicationConfiguration
Gets the positive double value associated with the specified key.
getPrefHeight() - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Gets the preferred height of the Docking Area.
getPrefSize(Region) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Gets the preferred size of a region dimension.
getPrefWidth() - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Gets the preferred width of the Docking Area.
getPreviousMonths() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property previousMonths.
getPreviousMonths() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property previousMonths.
getPreviousWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property previousWeeks.
getPreviousWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Gets the value of the property previousWeeks.
getPreviousWeeks() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property previousWeeks.
getPropertyChangeSupport() - Method in class org.drombler.commons.action.AbstractActionListener
Gets the PropertyChangeSupport of this bean.
getReadTimeout() - Method in class org.drombler.commons.spring.boot.context.properties.AbstractIntegrationConfigurationProperties
Gets the read timeout.
getReadTimeout() - Method in interface org.drombler.commons.spring.boot.context.properties.IntegrationConfigurationProperties
Gets the read timeout.
getRegisteredEditor(Object) - Method in class org.drombler.commons.docking.DockingManager
Gets the registered editor Dockable for the provided unique key of some content.
getResourceLoader() - Method in class org.drombler.commons.data.AbstractDataHandlerDescriptor
Gets the resource loader.
getResourceStringPrefixed(String, ResourceBundle) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
If the resource key starts with '%' prefix, the prefix gets stripped and the value gets read from the provided ResourceBundle, else the provided resourceKey will be returned without lookup (no I18N).
getRightElements() - Method in class org.drombler.commons.fx.scene.control.StatusBar
Gets the rights status bar elements.
getScreenLocation(Node) - Static method in class org.drombler.commons.fx.scene.Nodes
Gets the location of a Node in screen coordinates.
getSelectedDate() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property selectedDate.
getSelectedDate() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Gets the value of the property selectedDate.
getSelectedDate() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property selectedDate.
getShortPath(A) - Method in class org.drombler.commons.docking.spi.DockingAreaManager
Gets the short path for the provided Docking Area.
getSize(Region) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Gets the size of a region dimension.
getSortedModifiedDockables() - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Gets all modified Dockables of this Docking Area container, sorted by their titles.
getSortedModifiedDockables() - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
Gets all modified Dockables of this Docking Area container, sorted by their titles.
getSource() - Method in class org.drombler.commons.context.ContextEvent
getStringProperty(String) - Method in class org.drombler.commons.client.startup.main.ApplicationConfiguration
Gets the String value associated with the specified key.
getStyleClass(DataHandler<?>) - Method in class org.drombler.commons.data.fx.DataHandlerRenderer
Gets a list of style classes for the specified item.
getStyleClass() - Method in class org.drombler.commons.data.fx.DataHandlerRenderer
Gets all possible style classes for any item.
getStyleClass(T) - Method in class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
Returns an empty list of style classes by default.
getStyleClass() - Method in class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
Returns an empty list of style classes by default.
getStyleClass(T) - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
Gets a list of style classes for the specified item.
getStyleClass() - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
Gets all possible style classes for any item.
getStyleClass() - Method in class org.drombler.commons.fx.scene.renderer.WholeNumberRenderer
Gets all possible style classes for any item.
getStyleClass(T) - Method in class org.drombler.commons.fx.scene.renderer.WholeNumberRenderer
Gets a ["number"] for numbers with value zero or greater and ["number", "negative-number"] for numbers with values less than zero.
getText(DataHandler<?>) - Method in class org.drombler.commons.data.fx.DataHandlerRenderer
Gets a text representation of the item.
getText(FXDockableEntry) - Method in class org.drombler.commons.docking.fx.FXDockableEntryRenderer
Gets a text representation of the item.
getText(T) - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
Gets a text representation of the item.
getText(T) - Method in class org.drombler.commons.fx.scene.renderer.FormatterDataRenderer
Gets a text representation of the item.
getText(T) - Method in class org.drombler.commons.fx.scene.renderer.LocalizerRenderer
Gets a text representation of the item.
getText(Object) - Method in class org.drombler.commons.fx.scene.renderer.ObjectRenderer
Gets a text representation of the item.
getText(DayOfWeek) - Method in class org.drombler.commons.fx.scene.renderer.time.DayOfWeekRenderer
Gets a text representation of the item.
getText(LocalDate) - Method in class org.drombler.commons.fx.scene.renderer.time.LocalDateDayOfMonthRenderer
Gets a text representation of the item.
getText(Month) - Method in class org.drombler.commons.fx.scene.renderer.time.MonthRenderer
Gets a text representation of the item.
getText(Year) - Method in class org.drombler.commons.fx.scene.renderer.time.YearRenderer
Gets a text representation of the item.
getTitle() - Method in interface org.drombler.commons.data.DataHandler
Gets the title of this data handler.
getTitle() - Method in interface org.drombler.commons.docking.DockableData
Gets the title of a Dockable.
getTitle() - Method in class org.drombler.commons.docking.fx.FXDockableData
Gets the value of the property title.
getTooltip(DataHandler<?>) - Method in class org.drombler.commons.data.fx.DataHandlerRenderer
getTooltip() - Method in class org.drombler.commons.docking.fx.FXDockableData
Gets the value of the property tooltip.
getTooltip(FXDockableEntry) - Method in class org.drombler.commons.docking.fx.FXDockableEntryRenderer
This DataRenderer returns no tootip by default (null).
getTooltip(T) - Method in class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
This DataRenderer returns no tootip by default (null).
getTooltip(T) - Method in interface org.drombler.commons.fx.scene.renderer.DataRenderer
 
getTooltipText() - Method in interface org.drombler.commons.data.DataHandler
Gets the tooltip text.
getType() - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveActionListener
Gets the type of the action command
getType() - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveToggleActionListener
Gets the type of the action command
getType() - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveActionListener
Gets the type of the action command
getType() - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveToggleActionListener
Gets the type of the action command
getType() - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXAction
Gets the type of the action command
getType() - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXToggleAction
Gets the type of the action command
getType() - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXAction
Gets the type of the action command
getType() - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXToggleAction
Gets the type of the action command
getType() - Method in class org.drombler.commons.context.ContextEvent
Gets the type of objects which have been added or removed from the source context.
getUserAgentStylesheet() - Method in class org.drombler.commons.docking.fx.DockingPane
getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.ProgressMonitor
getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.StatusBar
getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
getUserAgentStylesheet() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
getUserConfigDirPath() - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Gets the path to the configuration directory in the user directory of the current user for this application.
getUserConfigProps() - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Gets the user configuration properties.
getUserDir() - Method in class org.drombler.commons.client.startup.main.cli.UserDirSwitch
Gets the provided application user directory, if this switch was consumed, else null.
getUserDirPath() - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Gets the user directory path.
getUserDirSwitch() - Method in class org.drombler.commons.client.startup.main.cli.CommandLineArgs
Gets the application user directory switch.
getValue() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
Gets the value of the property value.
getWorkers() - Method in class org.drombler.commons.fx.scene.control.ProgressMonitor
Gets the list of background Workers
getYear() - Method in class org.drombler.commons.fx.scene.control.time.YearField
Gets the value of the property year.
getYearMonth() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property yearMonth.
getYearMonth() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Gets the value of the property yearMonth.
getYearMonth() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property yearMonth.
getYearMonth() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Gets the value of the property yearMonth.
GraphicFactory<T> - Interface in org.drombler.commons.client.graphic
A GUI-toolkit agnostic graphic factory can create graphics in different sizes.
graphicFactoryProperty() - Method in class org.drombler.commons.action.fx.AbstractFXAction
graphicFactoryProperty() - Method in interface org.drombler.commons.action.fx.FXAction
graphicFactoryProperty() - Method in class org.drombler.commons.docking.fx.FXDockableData
graphicProperty() - Method in class org.drombler.commons.docking.fx.FXDockableData
The graphic of this Dockable.

H

handle(ActionEvent) - Method in class org.drombler.commons.action.fx.AbstractFXToggleAction
Does nothing by default.
handle(ActionEvent) - Method in class org.drombler.commons.action.fx.ActionEventHandlerAdapter
handle(ActionEvent) - Method in class org.drombler.commons.action.fx.ActionListenerAdapter
handleExitRequest() - Method in class org.drombler.commons.docking.fx.context.DockingOnExitRequestHandler
Handles application exit requests.
handleExitRequest() - Method in interface org.drombler.commons.fx.stage.OnExitRequestHandler
Handles application exit requests.
hasExplicitContext() - Method in class org.drombler.commons.context.LocalProxyContext
Indicates if this local context has an explicit context (provided by a LocalContextProvider.
hashCode() - Method in class org.drombler.commons.docking.DockableEntry
hashCode() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
hashCode() - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
hashCode() - Method in class org.drombler.commons.docking.spi.ShortPathPart
hashCode() - Method in class org.drombler.commons.docking.spi.SplitLevel
hasImplicitContext() - Method in class org.drombler.commons.context.LocalProxyContext
Indicates if this local context has some implicit contexts.
HorizontalAlignment - Enum in org.drombler.commons.client.geometry
The horizontal alignment.

I

IconFactory - Class in org.drombler.commons.fx.scene.image
A Icon factory.
IconFactory(String, ResourceLoader, boolean) - Constructor for class org.drombler.commons.fx.scene.image.IconFactory
Creates a new instance of this class.
init() - Method in interface org.drombler.commons.client.startup.main.BootServiceStarter
Initializes this starter.
init() - Method in class org.drombler.commons.client.startup.main.DromblerClientStarter
Initialzies this client starter.
INITIALIZED_PROPERTY_NAME - Static variable in interface org.drombler.commons.data.DataHandler
The name of the 'initialized' property.
inject(Object) - Method in class org.drombler.commons.context.ContextInjector
Injects the active Context to Objects, which implement the * ActiveContextSensitive interface and the application Context to Objects, which implement the ApplicationContextSensitive interface.
INSTALL_DIR_SWITCH - Static variable in class org.drombler.commons.client.startup.main.cli.InstallDirSwitch
Switch for specifying the install directory.
InstallDirSwitch - Class in org.drombler.commons.client.startup.main.cli
The application installation directory switch.
InstallDirSwitch() - Constructor for class org.drombler.commons.client.startup.main.cli.InstallDirSwitch
Creates a new instance of this class.
IntegerField - Class in org.drombler.commons.fx.scene.control
An Integer field.
IntegerField() - Constructor for class org.drombler.commons.fx.scene.control.IntegerField
Creates a new instance of this class.
IntegerField(NumberFormat) - Constructor for class org.drombler.commons.fx.scene.control.IntegerField
Creates a new instance of this class.
IntegrationConfigurationProperties - Interface in org.drombler.commons.spring.boot.context.properties
The typical base properties required to integrate a remote service.
invalidated() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
isActive() - Method in interface org.drombler.commons.client.startup.main.BootServiceStarter
Indicates if this starter should be used.
isAdHoc() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Indicates if the Docking Area has been registered or created ad hoc.
isAlwaysReservingMonthScrollButtonSpace() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Gets the value of the property alwaysReservingMonthScrollButtonSpace.
isAlwaysReservingYearScrollButtonSpace() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Gets the value of the property alwaysReservingYearScrollButtonSpace.
isDirty() - Method in interface org.drombler.commons.data.DataHandler
A flag if the content of this data handler is dirty.
isEmpty() - Method in class org.drombler.commons.context.ProxyContext
Indicates if this proxy has some contexts.
isEnabled() - Method in class org.drombler.commons.action.AbstractActionListener
Returns true, if this action is enabled, else false.
isEnabled() - Method in interface org.drombler.commons.action.ActionListener
Returns true, if this action is enabled, else false.
isEnabled() - Method in class org.drombler.commons.action.fx.AbstractFXAction
Gets the value of the property enabled.
isEnabled() - Method in interface org.drombler.commons.action.fx.FXAction
Gets the value of the property enabled.
isFlexible(double) - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Checks if a size is negative and thus considered flexible.
isInitialized() - Method in interface org.drombler.commons.data.DataHandler
A flag if this data handler is initialized.
isModified() - Method in interface org.drombler.commons.docking.DockableData
Flag if the data has been modified.
isModified() - Method in class org.drombler.commons.docking.fx.FXDockableData
Gets the value of the property modified.
isParent(Parent, Node) - Static method in class org.drombler.commons.fx.scene.Nodes
Checks if the provided Parent is either a direct or indirect parent of the provided Node.
isPermanent() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Returns true, if the Docking Area is visible also when it's empty (permanently visible), and returns false, if the Docking Area is only visible when it's not empty
isPreferred(double) - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Checks if a size is non-negative and thus considered preferred.
isPrefixedResourceString(String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
Checks if the resource key starts with the '%' prefix, which marks it as an I18N key.
isRequired() - Method in interface org.drombler.commons.client.startup.main.BootServiceStarter
If true, prevents the whole application from starting if initialization this starter was not successful.
isRunning() - Method in interface org.drombler.commons.client.startup.main.BootServiceStarter
Indicates if this starter is running.
isSelected() - Method in class org.drombler.commons.action.AbstractToggleActionListener
Returns true, if this toggable action is selected, else false.
isSelected() - Method in class org.drombler.commons.action.fx.AbstractFXToggleAction
Gets the value of the property selected.
isSelected() - Method in interface org.drombler.commons.action.fx.FXToggleAction
Gets the value of the property selected.
isSelected() - Method in class org.drombler.commons.action.fx.ToggleActionListenerAdapter
Gets the value of the property selected.
isSelected() - Method in interface org.drombler.commons.action.ToggleActionListener
Returns true, if this toggable action is selected, else false.
isShowingMonthScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property showingMonthScrollButton.
isShowingMonthScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property showingMonthScrollButton.
isShowingNextMonthScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Gets the value of the property showingNextMonthScrollButton.
isShowingNextYearScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Gets the value of the property showingNextYearScrollButton.
isShowingPreviousMonthScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Gets the value of the property showingPreviousMonthScrollButton.
isShowingPreviousYearScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Gets the value of the property showingPreviousYearScrollButton.
isShowingWeekOfYear() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property showingWeekOfYear.
isShowingWeekOfYear() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Gets the value of the property showingWeekOfYear.
isShowingWeekOfYear() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property showingWeekOfYear.
isShowingYearScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Gets the value of the property showingYearScrollButton.
isShowingYearScrollButton() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Gets the value of the property showingYearScrollButton.
isSingleInstanceApplication() - Method in class org.drombler.commons.client.startup.main.ApplicationConfiguration
Flag if this is a single instance application.
isVisual() - Method in interface org.drombler.commons.docking.spi.DockingArea
Flag which indicates if the Docking Area is or should currently be shown.

K

KEY_PREFIX - Static variable in class org.drombler.commons.client.util.ResourceBundleUtils
The prefix for resource keys to mark them as I18N keys.

L

LabeledUtils - Class in org.drombler.commons.fx.scene.control
A utility class for Labeled.
LayoutConstraintsDescriptor - Class in org.drombler.commons.docking
The layout constraints of a Docking Area.
LimitedComparableProperty<T extends Comparable<? super T>> - Class in org.drombler.commons.fx.beans.property
An implementation of LimitedProperty for a Comparable.
LimitedComparableProperty() - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Creates a new instance of this class.
LimitedComparableProperty(T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Creates a new instance of this class.
LimitedComparableProperty(Object, String) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Creates a new instance of this class
LimitedComparableProperty(Object, String, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Creates a new instance of this class.
LimitedComparableProperty(T, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Creates a new instance of this class.
LimitedComparableProperty(T, T, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Creates a new instance of this class.
LimitedComparableProperty(Object, String, T, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Creates a new instance of this class.
LimitedComparableProperty(Object, String, T, T, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Creates a new instance of this class.
LimitedProperty<T> - Interface in org.drombler.commons.fx.beans.property
A Property with an optional minimum value and an optional maximum value.
ListSingleSelectionModel<T> - Class in org.drombler.commons.fx.scene.control
A List based SingleSelectionModel implementation.
ListSingleSelectionModel(List<? extends T>) - Constructor for class org.drombler.commons.fx.scene.control.ListSingleSelectionModel
Creates a new instance of this class.
load(Class<?>) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Loads the <class name>.fxml file, which is expected to be in the same package as the specified type.
load(FXMLLoader, Class<?>) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Loads the <class name>.fxml file, which is expected to be in the same package as the specified type.
load(Class<?>, ResourceBundle) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Loads the <class name>.fxml file, which is expected to be in the same package as the specified type.
load(FXMLLoader, Class<?>, ResourceBundle) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Loads the <class name>.fxml file, which is expected to be in the same package as the specified type.
loadDefaultConfigProps() - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Loads the default configuration properties.
loadRoot(Object) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Loads the <class name>.fxml file, where <class name> is the type of the specified rootController and the FXML-file is expected to be in the same package.
loadRoot(FXMLLoader, Object) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Loads the <class name>.fxml file, where <class name> is the type of the specified rootController and the FXML-file is expected to be in the same package.
loadRoot(Object, ResourceBundle) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Loads the <class name>.fxml file, where <class name> is the type of the specified rootController and the FXML-file is expected to be in the same package.
loadRoot(FXMLLoader, Object, ResourceBundle) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Loads the <class name>.fxml file, where <class name> is the type of the specified rootController and the FXML-file is expected to be in the same package.
loadSystemProperties(Path) - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Loads and sets the system properties.
LocalContextProvider - Interface in org.drombler.commons.context
The local context provider provides a local context.
LocalDateChooser - Class in org.drombler.commons.fx.scene.control.time
A control which allows to select a LocalDate.
LocalDateChooser() - Constructor for class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Creates a new instance of this class.
LocalDateDayOfMonthRenderer - Class in org.drombler.commons.fx.scene.renderer.time
LocalDateDayOfMonthRenderer() - Constructor for class org.drombler.commons.fx.scene.renderer.time.LocalDateDayOfMonthRenderer
Creates a new instance of this class.
LocalDateFixedYearMonthChooser - Class in org.drombler.commons.fx.scene.control.time
A control which allows to select a LocalDate for a fixed YearMonth.
LocalDateFixedYearMonthChooser() - Constructor for class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Creates a new instance of this class.
LocalDatePicker - Class in org.drombler.commons.fx.scene.control.time
A LocalDate text field which allows to pick the LocalDate from a control.
LocalDatePicker() - Constructor for class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Creates a new instance of this class.
LocalizerRenderer<T> - Class in org.drombler.commons.fx.scene.renderer
A DataRenderer implementation which uses a Localizer to get a text representation of the items to render.
LocalizerRenderer(Localizer<? super T>) - Constructor for class org.drombler.commons.fx.scene.renderer.LocalizerRenderer
Creates a new instance of this class.
LocalProxyContext - Class in org.drombler.commons.context
A proxy for local contexts to handle implicit and explicit local contexts.

M

main(String[]) - Static method in class org.drombler.commons.client.startup.main.DromblerClientStarter
The main method to execute the client starter using a simple implementation.
mainWorkerProperty() - Method in class org.drombler.commons.fx.scene.control.ProgressMonitor
The main worker, which gets always shown.
markDirty() - Method in interface org.drombler.commons.data.DataHandler
Marks the content of this data handler as dirty.
maxProperty() - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
The maximum value.
maxProperty() - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
The maximum value.
MenuItemUtils - Class in org.drombler.commons.action.fx
Utility methods to configure menu items with actions.
minProperty() - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
The minimum value.
minProperty() - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
The minimum value.
MissingPropertyException - Exception in org.drombler.commons.client.startup.main
A missing property exception.
MissingPropertyException() - Constructor for exception org.drombler.commons.client.startup.main.MissingPropertyException
Creates a new instance of this class.
MissingPropertyException(String) - Constructor for exception org.drombler.commons.client.startup.main.MissingPropertyException
Creates a new instance of this class.
MissingPropertyException(String, Throwable) - Constructor for exception org.drombler.commons.client.startup.main.MissingPropertyException
Creates a new instance of this class.
MissingPropertyException(Throwable) - Constructor for exception org.drombler.commons.client.startup.main.MissingPropertyException
Creates a new instance of this class.
MissingPropertyException(String, Throwable, boolean, boolean) - Constructor for exception org.drombler.commons.client.startup.main.MissingPropertyException
Creates a new instance of this class.
MNEMONIC_CHAR - Static variable in class org.drombler.commons.client.util.MnemonicUtils
The character which marks the following character as mnemonic character.
MnemonicUtils - Class in org.drombler.commons.client.util
A utility class to work with mnemonics.
MODIFIED_PROPERTY_NAME - Static variable in interface org.drombler.commons.docking.DockableData
The name of the 'modified' property.
modifiedProperty() - Method in class org.drombler.commons.docking.fx.FXDockableData
The modified flag indicates if the data represented by the Dockable has been modified.
MonthComboBox - Class in org.drombler.commons.fx.scene.control.time
MonthComboBox() - Constructor for class org.drombler.commons.fx.scene.control.time.MonthComboBox
Creates a new instance of this class.
MonthRenderer - Class in org.drombler.commons.fx.scene.renderer.time
MonthRenderer() - Constructor for class org.drombler.commons.fx.scene.renderer.time.MonthRenderer
Creates a new instance of this class.
MonthRenderer(TextStyle) - Constructor for class org.drombler.commons.fx.scene.renderer.time.MonthRenderer
Creates a new instance of this class.

N

newInstanceCreated(ApplicationInstanceEvent) - Method in interface org.drombler.commons.client.startup.main.ApplicationInstanceListener
Callback for new application instance created events.
nextMonthsProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
The number of next months relative to LocalDateChooser.yearMonth to show.
nextMonthsProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
The number of next months relative to LocalDatePicker.yearMonth to show.
nextWeeksProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
The number of next weeks to show.
nextWeeksProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
The number of next weeks to show.
nextWeeksProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
The number of next weeks to show.
Nodes - Class in org.drombler.commons.fx.scene
A utility class for Nodes.

O

ObjectRenderer - Class in org.drombler.commons.fx.scene.renderer
A DataRenderer implementation which uses a Object.toString() to get a text representation of the item to render.
ObjectRenderer() - Constructor for class org.drombler.commons.fx.scene.renderer.ObjectRenderer
 
onAction(E) - Method in class org.drombler.commons.action.AbstractToggleActionListener
Does nothing by default.
onAction(E) - Method in interface org.drombler.commons.action.ActionListener
This method which gets called when the action gets fired.
onDockableCloseRequestProperty() - Method in class org.drombler.commons.docking.fx.DockingPane
The onDockableCloseRequest event handler.
OnExitRequestHandler - Interface in org.drombler.commons.fx.stage
An application exit request handler.
onSelectionChanged(boolean, boolean) - Method in interface org.drombler.commons.action.ToggleActionListener
This method gets called when the selection state of this toggable action changes.
onSelectionChanged(PositionableAdapter<? extends DockableEntry<?, ?>>, PositionableAdapter<? extends DockableEntry<?, ?>>) - Static method in class org.drombler.commons.docking.spi.DockingAreaUtils
Handles onSelectionChanged events.
open() - Method in interface org.drombler.commons.data.Openable
Opens the data handler in an editor.
Openable - Interface in org.drombler.commons.data
A data capability to open data handlers in editors.
openAndRegisterNewView(Class<? extends D>, boolean, String, String, ResourceLoader) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Opens and registers a new view Dockable.
openAndRegisterNewView(Class<? extends D>, boolean, String, String, ResourceLoader) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Opens and registers a new view Dockable.
openEditorForContent(Object, Class<? extends D>, String, ResourceLoader) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Opens an Editor for the specified content.
openEditorForContent(Object, Class<? extends D>, String, ResourceLoader) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Opens an Editor for the specified content.
openFile(Path, DataHandlerRegistry, FileExtensionDescriptorRegistry, DocumentHandlerDescriptorRegistry, ContextManager, ContextInjector) - Static method in class org.drombler.commons.data.file.FileUtils
Opens a file.
org.drombler.commons.action - package org.drombler.commons.action
The core classes of the Action Framework.
org.drombler.commons.action.command - package org.drombler.commons.action.command
Common command classes for the Action Framework.
org.drombler.commons.action.context - package org.drombler.commons.action.context
Context Framework utility classes for the Action Framework.
org.drombler.commons.action.fx - package org.drombler.commons.action.fx
The JavaFX specific classes of the Action Framework.
org.drombler.commons.action.fx.context - package org.drombler.commons.action.fx.context
JavaFX specific Context Framework utility classes for the Action Framework.
org.drombler.commons.client.dialog - package org.drombler.commons.client.dialog
This package contains GUI toolkit agnostic dialog classes.
org.drombler.commons.client.geometry - package org.drombler.commons.client.geometry
This package contains GUI toolkit agnostic geometry classes.
org.drombler.commons.client.graphic - package org.drombler.commons.client.graphic
This package contains GUI toolkit agnostic graphic classes.
org.drombler.commons.client.startup.main - package org.drombler.commons.client.startup.main
The Drombler Client Starter Framework.
org.drombler.commons.client.startup.main.cli - package org.drombler.commons.client.startup.main.cli
The Drombler Command Line Arguments Framework.
org.drombler.commons.client.util - package org.drombler.commons.client.util
This package contains GUI toolkit agnostic client utility classes.
org.drombler.commons.context - package org.drombler.commons.context
Context is a framework to work with objects available in a given context.
org.drombler.commons.data - package org.drombler.commons.data
The core classes of the Data Handler Framework.
org.drombler.commons.data.file - package org.drombler.commons.data.file
File support for the Data Handler Framework.
org.drombler.commons.data.fx - package org.drombler.commons.data.fx
JavaFX based utility classes and extensions for the Data Handler Framework.
org.drombler.commons.docking - package org.drombler.commons.docking
This package contains GUI toolkit agnostic classes of a Docking Framework.
org.drombler.commons.docking.context - package org.drombler.commons.docking.context
Context support for the Docking Framework.
org.drombler.commons.docking.fx - package org.drombler.commons.docking.fx
A JavaFX based Docking Framework.
org.drombler.commons.docking.fx.context - package org.drombler.commons.docking.fx.context
Context support for the JavaFX Docking Framework.
org.drombler.commons.docking.spi - package org.drombler.commons.docking.spi
This package contains GUI toolkit agnostic classes for implementing a Docking Framework (SPI).
org.drombler.commons.fx.application - package org.drombler.commons.fx.application
Utility classes and extensions for the javafx.application package.
org.drombler.commons.fx.beans.binding - package org.drombler.commons.fx.beans.binding
Utility classes and extensions for the javafx.beans.binding package.
org.drombler.commons.fx.beans.property - package org.drombler.commons.fx.beans.property
Utility classes and extensions for the javafx.beans.property package.
org.drombler.commons.fx.concurrent - package org.drombler.commons.fx.concurrent
Utility classes and extensions for the javafx.concurrent package.
org.drombler.commons.fx.event - package org.drombler.commons.fx.event
Utility classes and extensions for the javafx.event package.
org.drombler.commons.fx.fxml - package org.drombler.commons.fx.fxml
Utility classes and extensions for the javafx.fxml package.
org.drombler.commons.fx.geometry - package org.drombler.commons.fx.geometry
Utility classes and extensions for the javafx.geometry package.
org.drombler.commons.fx.scene - package org.drombler.commons.fx.scene
Utility classes and extensions for the javafx.scene package.
org.drombler.commons.fx.scene.control - package org.drombler.commons.fx.scene.control
Utility classes and extensions for the javafx.scene.control package.
org.drombler.commons.fx.scene.control.time - package org.drombler.commons.fx.scene.control.time
JavaFX controls for classes in the java.time package.
org.drombler.commons.fx.scene.image - package org.drombler.commons.fx.scene.image
Utility classes and extensions for the javafx.scene.image package.
org.drombler.commons.fx.scene.layout - package org.drombler.commons.fx.scene.layout
Utility classes and extensions for the javafx.scene.layout package.
org.drombler.commons.fx.scene.renderer - package org.drombler.commons.fx.scene.renderer
This package provides a DataRenderer-framework, which e.g. allows to share implementations across different types of cells.
org.drombler.commons.fx.scene.renderer.time - package org.drombler.commons.fx.scene.renderer.time
JavaFX DataRenderers for classes in the java.time package.
org.drombler.commons.fx.stage - package org.drombler.commons.fx.stage
Utility classes and extensions for the javafx.stage package.
org.drombler.commons.spring.boot.context.properties - package org.drombler.commons.spring.boot.context.properties
Utility classes and extensions for the org.springframework.boot.context.properties package.
org.drombler.commons.spring.jpa - package org.drombler.commons.spring.jpa
Utility classes and extensions for the org.springframework.data.jpa package.
org.drombler.commons.spring.transaction.stereotype - package org.drombler.commons.spring.transaction.stereotype
Spring Stereotype based utility classes and extensions for the org.springframework.transaction package.
orient(boolean, boolean) - Method in enum org.drombler.commons.client.geometry.HorizontalAlignment
Gets the horizontal alignment for the given orientation.
Orientation - Enum in org.drombler.commons.client.geometry
The orientation of e.g. a control.
OrientationUtils - Class in org.drombler.commons.fx.geometry
Utility class for Orientation.
OrientationUtils() - Constructor for class org.drombler.commons.fx.geometry.OrientationUtils
 

P

PACKAGE_RESOURCE_BUNDLE_BASE_NAME - Static variable in class org.drombler.commons.client.util.ResourceBundleUtils
The resource bundle base name of package resource bundles.
parseCommandLineArgs(String[]) - Static method in class org.drombler.commons.client.startup.main.cli.CommandLineArgs
Parses the command line arguments.
parserProperty() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
The Parser to parse the FormattedTextField.value.
parserProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
The Parser used to parse the text of text field to a LocalDate.
PlatformUtils - Class in org.drombler.commons.fx.application
Platform Utilities.
PREF_HEIGHT_PROPERTY_NAME - Static variable in class org.drombler.commons.docking.LayoutConstraintsDescriptor
The name of the 'prefHeight' property.
PREF_WIDTH_PROPERTY_NAME - Static variable in class org.drombler.commons.docking.LayoutConstraintsDescriptor
The name of the 'prefWidth' property.
prefHeight(double) - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Gets a LayoutConstraintsDescriptor with the specified preferred height and a flexible width.
prefWidth(double) - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Gets a LayoutConstraintsDescriptor with the specified preferred width and a flexible height.
previousMonthsProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
The number of previous months relative to LocalDateChooser.yearMonth to show.
previousMonthsProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
The number of previous months relative to LocalDatePicker.yearMonth to show.
previousWeeksProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
The number of previous weeks to show.
previousWeeksProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
The number of previous weeks to show.
previousWeeksProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
The number of previous weeks to show.
ProgressMonitor - Class in org.drombler.commons.fx.scene.control
A control to monitor the progress of a list of background Workers.
ProgressMonitor() - Constructor for class org.drombler.commons.fx.scene.control.ProgressMonitor
Creates a new instance of this class.
ProxyContext - Class in org.drombler.commons.context
A Context which proxies other contexts.
ProxyContext() - Constructor for class org.drombler.commons.context.ProxyContext
Creates a new instance of this class.

R

RegionDimension - Enum in org.drombler.commons.fx.scene.layout
A {@link Region] dimension.
registerDataHandler(D) - Method in class org.drombler.commons.data.DataHandlerRegistry
Registers a DataHandler.
registerDataHandlerDescriptor(AbstractDataHandlerDescriptor<?>) - Method in class org.drombler.commons.data.DataHandlerDescriptorRegistry
Registers a data handler descriptor.
registerDataRenderer(Class<E>, DataRenderer<? super E>) - Method in class org.drombler.commons.fx.scene.control.RenderedTreeCellFactory
Registers a DataRenderer for the specified type.
registerDefaultDockablePreferences(Class<?>, DockablePreferences) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Registers the default DockablePreferences for the specified Dockable class.
registerDefaultDockablePreferences(Class<?>, DockablePreferences) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Registers the default DockablePreferences for the specified Dockable class.
registerDefaultDockablePreferences(Class<?>, DockablePreferences) - Method in class org.drombler.commons.docking.DockingManager
Registers the default DockablePreferences for the provided Dockable class.
registerDocumentHandlerDescriptor(DocumentHandlerDescriptor<?>) - Method in class org.drombler.commons.data.file.DocumentHandlerDescriptorRegistry
Registers a Document Handler descriptor.
registerEditor(Object, E) - Method in class org.drombler.commons.docking.DockingManager
Registers an editor for an non-null unique key of some content.
registerEventHandler(EventType<T>, EventHandler<? super T>) - Method in interface org.drombler.commons.fx.event.EventHandlerRegistrar
Registers an event handler.
registerFileExtensionDescriptor(FileExtensionDescriptor) - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
registerLocalContext(Object, LocalProxyContext) - Method in class org.drombler.commons.context.ContextManager
Registers a local context for the given Object.
registerLocalContext(Object) - Method in class org.drombler.commons.context.ContextManager
Registers the local context of the given object if it implements LocalContextProvider.
registerShutdownHook(BootServiceStarter) - Method in class org.drombler.commons.client.startup.main.DromblerClientStarter
Registers a shutdown hook.
remove(Object) - Method in class org.drombler.commons.context.SimpleContextContent
Removes an object.
removeCloseEventListener(CloseEventListener) - Method in interface org.drombler.commons.data.DataHandler
Unregisters a listener, which gets notified when this DataHandler gets closed.
removeContext(Context) - Method in class org.drombler.commons.context.ProxyContext
Removes a Context from being proxied by this context
removeContextListener(Class<T>, ContextListener<T>) - Method in class org.drombler.commons.context.AbstractContext
Unregisters a ContextListener for a specified type.
removeContextListener(Class<T>, ContextListener<T>) - Method in interface org.drombler.commons.context.Context
Unregisters a ContextListener for a specified type.
removeContextListener(Class<T>, ContextListener<T>) - Method in class org.drombler.commons.context.ContextWrapper
Unregisters a ContextListener for a specified type.
removeContextListener(Class<T>, ContextListener<T>) - Method in class org.drombler.commons.context.LocalProxyContext
Unregisters a ContextListener for a specified type.
removeContextListener(Class<T>, ContextListener<T>) - Method in class org.drombler.commons.context.ProxyContext
Unregisters a ContextListener for a specified type.
removeDataHandlerDescriptorListener(SetChangeListener<AbstractDataHandlerDescriptor<?>>) - Method in class org.drombler.commons.data.DataHandlerDescriptorRegistry
Removes a change listener from this registry.
removeDockable(Node) - Method in class org.drombler.commons.docking.fx.DockingPane
Removes a Dockable from this DockingPane.
removeDockableSetChangeListener(SetChangeListener<E>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Removes a Dockable set change listener.
removeDockableSetChangeListener(SetChangeListener<E>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Removes a Dockable set change listener.
removeDockingAreaSetChangeListener(SetChangeListener<DockingAreaDescriptor>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Removes a Docking Area set change listener.
removeDockingAreaSetChangeListener(SetChangeListener<DockingAreaDescriptor>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Removes a Docking Area set change listener.
removeDocumentHandlerDescriptorListener(SetChangeListener<DocumentHandlerDescriptor<?>>) - Method in class org.drombler.commons.data.file.DocumentHandlerDescriptorRegistry
Unregisters a Document Handler descriptor listener.
removeFileExtensionListener(SetChangeListener<FileExtensionDescriptor>) - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
Removes a file extension listener.
removeMnemonicChar(String) - Static method in class org.drombler.commons.client.util.MnemonicUtils
Removes the mnemonic marker from a display string.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.commons.action.AbstractActionListener
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.commons.docking.fx.FXDockableData
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
RenderedListCellFactory<T> - Class in org.drombler.commons.fx.scene.control
A list cell factory using a DataRenderer.
RenderedListCellFactory(DataRenderer<? super T>) - Constructor for class org.drombler.commons.fx.scene.control.RenderedListCellFactory
Creates a new instance of this class.
RenderedTreeCellFactory<T> - Class in org.drombler.commons.fx.scene.control
A tree cell factory using a DataRenderer.
RenderedTreeCellFactory() - Constructor for class org.drombler.commons.fx.scene.control.RenderedTreeCellFactory
 
resetFXMLLoader(FXMLLoader) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Resets the following properties of the specified FXMLLoader to null: root controller controllerFactory resources location
resolveProperties(Properties) - Method in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
Resolves properties with variables.
ResourceBundleUtils - Class in org.drombler.commons.client.util
A utility class to work with ResourceBundles.
ROOT - Static variable in class org.drombler.commons.docking.spi.SplitLevel
The root level (0).
runOnFxApplicationThread(Runnable) - Static method in class org.drombler.commons.fx.application.PlatformUtils
Runs a Runnable on the JavaFX Application Thread.

S

Savable - Interface in org.drombler.commons.action.command
An action command to save something.
save() - Method in interface org.drombler.commons.action.command.Savable
Executes this save command.
Select - Annotation Type in org.drombler.commons.docking
Marks the select method of a Dockable, which should be called on onSelectionChanged events on the newly selected Dockable.
select(T) - Method in class org.drombler.commons.fx.scene.control.ListSingleSelectionModel
This implementation only selects the provided item if it's in the list.
selectedDateProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
The currently selected LocalDate.
selectedDateProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
The currently selected LocalDate.
selectedDateProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
The currently selected LocalDate.
selectedProperty() - Method in class org.drombler.commons.action.fx.AbstractFXToggleAction
The selected state.
selectedProperty() - Method in interface org.drombler.commons.action.fx.FXToggleAction
The selected state.
selectedProperty() - Method in class org.drombler.commons.action.fx.ToggleActionListenerAdapter
The selected state.
set(T) - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
setAccelerator(KeyCombination) - Method in class org.drombler.commons.action.fx.AbstractFXAction
Sets the value of the property accelerator.
setAccelerator(KeyCombination) - Method in interface org.drombler.commons.action.fx.FXAction
Sets the value of the property accelerator.
setActiveContext(Context) - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveActionListener
Sets the active context.
setActiveContext(Context) - Method in class org.drombler.commons.action.context.AbstractActiveContextSensitiveToggleActionListener
Sets the active context.
setActiveContext(Context) - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXAction
Sets the active context.
setActiveContext(Context) - Method in class org.drombler.commons.action.fx.context.AbstractActiveContextSensitiveFXToggleAction
Sets the active context.
setActiveContext(Context) - Method in interface org.drombler.commons.context.ActiveContextSensitive
Sets the active context.
setActiveDockable(E) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Sets the active Dockable.
setActiveDockable(FXDockableEntry) - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
Sets the active Dockable.
setActiveDockable(FXDockableEntry) - Method in class org.drombler.commons.docking.fx.DockingPane
Sets the value of the property activeDockable.
setAdHoc(boolean) - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Marks if the Docking Area has been registered or created ad hoc.
setAlwaysReservingMonthScrollButtonSpace(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Sets the value of the property alwaysReservingMonthScrollButtonSpace.
setAlwaysReservingYearScrollButtonSpace(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Sets the value of the property alwaysReservingYearScrollButtonSpace.
setApplicationContext(Context) - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveActionListener
Sets the application-wide context.
setApplicationContext(Context) - Method in class org.drombler.commons.action.context.AbstractApplicationContextSensitiveToggleActionListener
Sets the application-wide context.
setApplicationContext(Context) - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXAction
Sets the application-wide context.
setApplicationContext(Context) - Method in class org.drombler.commons.action.fx.context.AbstractApplicationContextSensitiveFXToggleAction
Sets the application-wide context.
setApplicationContext(Context) - Method in interface org.drombler.commons.context.ApplicationContextSensitive
Sets the application-wide context.
setAreaId(String) - Method in class org.drombler.commons.docking.DockablePreferences
Sets the preferred Docking Area ID.
setConnectTimeout(Duration) - Method in class org.drombler.commons.spring.boot.context.properties.AbstractIntegrationConfigurationProperties
Sets the connect timeout.
setContextMenu(ContextMenu) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property contextMenu.
setContexts(Context...) - Method in class org.drombler.commons.context.ProxyContext
Sets the contexts to be proxied by this context.
setContexts(List<? extends Context>) - Method in class org.drombler.commons.context.ProxyContext
Sets the contexts to be proxied by this context.
setData(T) - Method in class org.drombler.commons.fx.scene.control.DataButton
Sets the value of the property data.
setData(T) - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
Sets the value of the property data.
setDataHandlerClass(Class<D>) - Method in class org.drombler.commons.data.AbstractDataHandlerDescriptor
Sets the type of the Data Handler.
setDataRenderer(DataRenderer<? super T>) - Method in class org.drombler.commons.fx.scene.control.DataButton
Sets the value of the property dataRenderer.
setDataRenderer(DataRenderer<? super T>) - Method in class org.drombler.commons.fx.scene.control.DataToggleButton
Sets the value of the property dataRenderer.
setDataRenderer(DataRenderer<? super T>) - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
Sets the value of the property dataRenderer.
setDataRenderer(DataRenderer<? super LocalDate>) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property dataRenderer.
setDisplayName(String) - Method in class org.drombler.commons.action.fx.AbstractFXAction
Sets the value of the property displayName.
setDisplayName(String) - Method in interface org.drombler.commons.action.fx.FXAction
Sets the value of the property displayName.
setDockableData(D) - Method in interface org.drombler.commons.docking.DockableDataSensitive
Sets the DockableData.
setEmail(String) - Method in class org.drombler.commons.spring.boot.context.properties.ContactConfigurationProperties
Sets the email address of the software provider of this application.
setEnabled(boolean) - Method in class org.drombler.commons.action.AbstractActionListener
Sets the enabled state of this Action.
setEnabled(boolean) - Method in class org.drombler.commons.action.fx.AbstractFXAction
Sets the value of the property enabled.
setEndpoint(URI) - Method in class org.drombler.commons.spring.boot.context.properties.AbstractIntegrationConfigurationProperties
Sets the endpoint of the remote service to integrate.
setGraphic(Node) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property graphic.
setGraphicFactory(GraphicFactory<Node>) - Method in class org.drombler.commons.action.fx.AbstractFXAction
Sets the value of the property graphicFactory.
setGraphicFactory(GraphicFactory<Node>) - Method in interface org.drombler.commons.action.fx.FXAction
Sets the value of the property graphicFactory.
setGraphicFactory(GraphicFactory<Node>) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property graphicFactory.
setHomepage(URL) - Method in class org.drombler.commons.spring.boot.context.properties.ContactConfigurationProperties
Sets the homepage of the software provider of this application.
setIcon(String) - Method in class org.drombler.commons.data.AbstractDataHandlerDescriptor
Sets the icon pattern.
setId(String) - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Sets the Docking Area ID.
setKind(DockingAreaKind) - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Sets the Docking Area kind.
setLayoutConstraints(LayoutConstraintsDescriptor) - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Sets the layout constraints of the Docking Area.
setLocalContextActive(Object) - Method in class org.drombler.commons.context.ContextManager
Sets a local context active.
setMax(T) - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Sets the maximum value.
setMax(T) - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
Sets the maximum value.
setMaxSize(Region, double) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Sets the maximal size of a region dimension.
setMimeType(String) - Method in class org.drombler.commons.data.file.DocumentHandlerDescriptor
Sets the MIME type.
setMin(T) - Method in class org.drombler.commons.fx.beans.property.LimitedComparableProperty
Sets the minimum value.
setMin(T) - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
Sets the minimum value.
setMinSize(Region, double) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Sets the minimum size of a region dimension.
setModified(boolean) - Method in interface org.drombler.commons.docking.DockableData
Sets the modified flag of the data.
setModified(boolean) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property modified.
setName(String) - Method in class org.drombler.commons.spring.boot.context.properties.ContactConfigurationProperties
Sets the name of the software provider of this application.
setNextMonths(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property nextMonths.
setNextMonths(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property nextMonths.
setNextWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property nextWeeks.
setNextWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Sets the value of the property nextWeeks.
setNextWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property nextWeeks.
setOnDockableCloseRequest(EventHandler<DockableCloseRequestEvent>) - Method in class org.drombler.commons.docking.fx.DockingPane
Sets the value of the property onDockableCloseRequest.
setParentManager(DockingAreaManager<A>) - Method in interface org.drombler.commons.docking.spi.DockingArea
Sets the parent DockingAreaManager, which manages this Docking Area.
setParentPath(List<Integer>) - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Sets the path positions of the parent split pane.
setParser(Parser<? extends T>) - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
Sets the value of the property parser.
setParser(Parser<? extends LocalDate>) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property parser.
setPermanent(boolean) - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Specifies if the Docking Area should be permanently visible.
setPosition(int) - Method in class org.drombler.commons.docking.DockablePreferences
Sets the preferred position in the Docking Area.
setPosition(int) - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Sets the position of the Docking Area in the parent split pane.
setPrefHeight(double) - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Sets the preferred height of the Docking Area.
setPrefSize(Region, double) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Sets the preferred size of a region dimension.
setPrefWidth(double) - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
Sets the preferred width of the Docking Area.
setPreviousMonths(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property previousMonths.
setPreviousMonths(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property previousMonths.
setPreviousWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property previousWeeks.
setPreviousWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Sets the value of the property previousWeeks.
setPreviousWeeks(int) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property previousWeeks.
setReadTimeout(Duration) - Method in class org.drombler.commons.spring.boot.context.properties.AbstractIntegrationConfigurationProperties
Sets the read timeout.
setResourceLoader(ResourceLoader) - Method in class org.drombler.commons.data.AbstractDataHandlerDescriptor
Sets the resource loader.
setSelected(boolean) - Method in class org.drombler.commons.action.AbstractToggleActionListener
Sets the selection state of this toggable action.
setSelected(boolean) - Method in class org.drombler.commons.action.fx.AbstractFXToggleAction
Sets the value of the property selected.
setSelected(boolean) - Method in interface org.drombler.commons.action.fx.FXToggleAction
Sets the value of the property selected.
setSelected(boolean) - Method in class org.drombler.commons.action.fx.ToggleActionListenerAdapter
Sets the value of the property selected.
setSelected(boolean) - Method in interface org.drombler.commons.action.ToggleActionListener
Sets the selection state of this toggable action.
setSelectedDate(LocalDate) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property selectedDate.
setSelectedDate(LocalDate) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Sets the value of the property selectedDate.
setSelectedDate(LocalDate) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property selectedDate.
setShowingMonthScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property showingMonthScrollButton.
setShowingMonthScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property showingMonthScrollButton.
setShowingNextMonthScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Sets the value of the property showingNextMonthScrollButton.
setShowingNextYearScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Sets the value of the property showingNextYearScrollButton.
setShowingPreviousMonthScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Sets the value of the property showingPreviousMonthScrollButton.
setShowingPreviousYearScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Sets the value of the property showingPreviousYearScrollButton.
setShowingWeekOfYear(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property showingWeekOfYear.
setShowingWeekOfYear(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Sets the value of the property showingWeekOfYear.
setShowingWeekOfYear(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property showingWeekOfYear.
setShowingYearScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property showingYearScrollButton.
setShowingYearScrollButton(boolean) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property showingYearScrollButton.
setTitle(String) - Method in interface org.drombler.commons.docking.DockableData
Sets the title of a Dockable.
setTitle(String) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property title.
setTooltip(Tooltip) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property tooltip.
setValue(T) - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
Sets the value of the property value.
setYear(Year) - Method in class org.drombler.commons.fx.scene.control.time.YearField
Sets the value of the property year.
setYearMonth(YearMonth) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Sets the value of the property yearMonth.
setYearMonth(YearMonth) - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Sets the value of the property yearMonth.
setYearMonth(YearMonth) - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Sets the value of the property yearMonth.
setYearMonth(YearMonth) - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Sets the value of the property yearMonth.
ShortPathPart - Class in org.drombler.commons.docking.spi
A part of a short path.
ShortPathPart(int, int) - Constructor for class org.drombler.commons.docking.spi.ShortPathPart
Creates a new instance of this class.
ShortPathPart(int, SplitLevel) - Constructor for class org.drombler.commons.docking.spi.ShortPathPart
Creates a new instance of this class.
showDialog() - Method in interface org.drombler.commons.client.dialog.DirectoryChooserProvider
Shows a directory chooser dialog.
showingMonthScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Flag if the month scroll button should be shown.
showingMonthScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Flag if the month scroll button should be shown.
showingNextMonthScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Flag if the next month scroll button should be shown.
showingNextYearScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Flag if the next year scroll button should be shown.
showingPreviousMonthScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Flag if the previous month scroll button should be shown.
showingPreviousYearScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Flag if the previous year scroll button should be shown.
showingWeekOfYearProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Flag if the week of year should be shown.
showingWeekOfYearProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
Flag if the week of year should be shown.
showingWeekOfYearProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Flag if the week of year should be shown.
showingYearScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
Flag if the year scroll button should be shown.
showingYearScrollButtonProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
Flag if the year scroll button should be shown.
showOpenDialog() - Method in interface org.drombler.commons.client.dialog.FileChooserProvider
Shows a file chooser dialog to select a file to open.
showOpenMultipleDialog() - Method in interface org.drombler.commons.client.dialog.FileChooserProvider
Shows a file chooser dialog to select multiple files to open.
showSaveAsDialog(String) - Method in interface org.drombler.commons.client.dialog.FileChooserProvider
Shows a file chooser dialog to choose a path to save a file.
SimpleContext - Class in org.drombler.commons.context
A simple context with a writable content.
SimpleContext(SimpleContextContent) - Constructor for class org.drombler.commons.context.SimpleContext
Creates a new instance of this class.
SimpleContextContent - Class in org.drombler.commons.context
A simple writable in-memory context content.
SimpleContextContent() - Constructor for class org.drombler.commons.context.SimpleContextContent
 
SimpleEventHandlerProperty<E extends Event> - Class in org.drombler.commons.fx.event
An EventHandler property.
SimpleEventHandlerProperty(Object, String, EventType<E>, EventHandlerRegistrar) - Constructor for class org.drombler.commons.fx.event.SimpleEventHandlerProperty
Creates a new instance of this class.
SplitLevel - Class in org.drombler.commons.docking.spi
The split level in a multi split pane.
start() - Method in class org.drombler.commons.client.startup.main.DromblerClientStarter
Starts this initialized client starter.
startAndWait() - Method in interface org.drombler.commons.client.startup.main.BootServiceStarter
Starts this starter and waits (blocks the current thread).
StatusBar - Class in org.drombler.commons.fx.scene.control
A StatusBar typically is placed at the bottom of the application to show the user some information.
StatusBar() - Constructor for class org.drombler.commons.fx.scene.control.StatusBar
Creates a new instance of this class.
stop() - Method in interface org.drombler.commons.client.startup.main.BootServiceStarter
Stops this starter.
stop() - Method in class org.drombler.commons.client.startup.main.DromblerClientStarter
Stops this client starter.
supportsSwitch(String) - Method in class org.drombler.commons.client.startup.main.cli.AbstractCommandLineSwitch
Indicates if this switch supports the provided String switch.
supportsSwitch(String) - Method in interface org.drombler.commons.client.startup.main.cli.CommandLineSwitch
Indicates if this switch supports the provided String switch.
SYSTEM_PROPERTIES_FILE_NAME - Static variable in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
The default name used for the system properties file.
SYSTEM_PROPERTIES_PROP - Static variable in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
The property name used to specify an URL to the system property file.

T

TITLE_PROPERTY_NAME - Static variable in interface org.drombler.commons.data.DataHandler
The name of the 'title' property.
TITLE_PROPERTY_NAME - Static variable in interface org.drombler.commons.docking.DockableData
The name of the 'title' property.
titleProperty() - Method in class org.drombler.commons.docking.fx.FXDockableData
The title of this Dockable.
ToggleActionListener<E> - Interface in org.drombler.commons.action
A GUI toolkit agnostic interface which keeps the state (enabled/ disabled, selected/ unselected etc.) and the logic between toggable menu items and toggable toolbar buttons in sync.
ToggleActionListenerAdapter - Class in org.drombler.commons.action.fx
A FXToggleAction adapter for {@code ToggleActionListener
ToggleActionListenerAdapter(ToggleActionListener<? super ActionEvent>) - Constructor for class org.drombler.commons.action.fx.ToggleActionListenerAdapter
Creates a new instance of this class.
TOOLTIP_TEXT_PROPERTY_NAME - Static variable in interface org.drombler.commons.data.DataHandler
The name of the 'tooltipText' property.
tooltipProperty() - Method in class org.drombler.commons.docking.fx.FXDockableData
The tooltip for this Dockable.
toString() - Method in class org.drombler.commons.docking.DockableEntry
toString() - Method in class org.drombler.commons.docking.DockablePreferences
toString() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
toString() - Method in class org.drombler.commons.docking.fx.FXDockableData
toString() - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
toString() - Method in class org.drombler.commons.docking.spi.DockingAreaManager
toString() - Method in class org.drombler.commons.docking.spi.ShortPathPart
toString() - Method in class org.drombler.commons.docking.spi.SplitLevel
TransactionalService - Annotation Type in org.drombler.commons.spring.transaction.stereotype
A transactional Spring service.

U

unbindContent(List<T>, ObservableList<? extends S>) - Static method in class org.drombler.commons.fx.beans.binding.CollectionBindings
Unbinds the content of a bound list.
unbindTreeContent(List<T>, Function<? super T, ? extends List<T>>, ObservableList<? extends S>, Function<? super S, ? extends ObservableList<? extends S>>) - Static method in class org.drombler.commons.fx.beans.binding.CollectionBindings
Unbinds the content of a bound tree (deeply nested list).
unconfigure(Labeled, DataRenderer<? super T>) - Static method in class org.drombler.commons.fx.scene.control.LabeledUtils
Unonfigures a Labeled with a corresponding DataRenderer.
UNIQUE_KEY_PROPERTY_NAME - Static variable in interface org.drombler.commons.data.DataHandler
The name of the 'uniqueKey' property.
unregisterDataHandler(DataHandler<?>) - Method in class org.drombler.commons.data.DataHandlerRegistry
Unregisters a DataHandler.
unregisterDataHandlerDescriptor(AbstractDataHandlerDescriptor<?>) - Method in class org.drombler.commons.data.DataHandlerDescriptorRegistry
Unregisters a data handler descriptor.
unregisterDataRenderer(Class<E>) - Method in class org.drombler.commons.fx.scene.control.RenderedTreeCellFactory
Unregisters the DataRenderer for the specified type.
unregisterDefaultDockablePreferences(Class<?>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
Unregisters the default DockablePreferences for the specified Dockable class.
unregisterDefaultDockablePreferences(Class<?>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
Unregisters the default DockablePreferences for the specified Dockable class.
unregisterDefaultDockablePreferences(Class<?>) - Method in class org.drombler.commons.docking.DockingManager
Unregisters the default DockablePreferences for the provided Dockable class.
unregisterDocumentHandlerDescriptor(DocumentHandlerDescriptor<?>) - Method in class org.drombler.commons.data.file.DocumentHandlerDescriptorRegistry
Unregisters a Document Handler descriptor.
unregisterEditor(E) - Method in class org.drombler.commons.docking.DockingManager
Unregisters an editor Dockable entry.
unregisterFileExtensionDescriptor(FileExtensionDescriptor) - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
unregisterLocalContext(Object) - Method in class org.drombler.commons.context.ContextManager
Unregisters a local context.
unregisterView(E) - Method in class org.drombler.commons.docking.DockingManager
Unregisters a view Dockable entry.
USER_DIR_PROPERTY - Static variable in class org.drombler.commons.client.startup.main.DromblerClientConfiguration
The property name of the user dir property in the config.properties file expected at <install-dir>/conf.
USER_DIR_SWITCH - Static variable in class org.drombler.commons.client.startup.main.cli.UserDirSwitch
Switch for specifying the user directory.
UserDirSwitch - Class in org.drombler.commons.client.startup.main.cli
The application user directory switch.
UserDirSwitch() - Constructor for class org.drombler.commons.client.startup.main.cli.UserDirSwitch
Creates a new instance of this class.

V

valueOf(String) - Static method in enum org.drombler.commons.client.geometry.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drombler.commons.client.geometry.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drombler.commons.docking.DockableKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drombler.commons.docking.DockingAreaKind
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.drombler.commons.docking.spi.SplitLevel
Returns a SplitLevel for the given level.
valueOf(String) - Static method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Returns the enum constant of this type with the specified name.
valueProperty() - Method in class org.drombler.commons.fx.scene.control.FormattedTextField
The value of this text field.
values() - Static method in enum org.drombler.commons.client.geometry.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drombler.commons.client.geometry.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drombler.commons.docking.DockableKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drombler.commons.docking.DockingAreaKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drombler.commons.fx.scene.layout.RegionDimension
Returns an array containing the constants of this enum type, in the order they are declared.

W

WholeNumberRenderer<T extends Number & Comparable<T>> - Class in org.drombler.commons.fx.scene.renderer
A DataRenderer for whole numbers.
WholeNumberRenderer(T) - Constructor for class org.drombler.commons.fx.scene.renderer.WholeNumberRenderer
Creates a new instance of this class.
WholeNumberRenderer(NumberFormat, T) - Constructor for class org.drombler.commons.fx.scene.renderer.WholeNumberRenderer
Creates a new instance of this class.
WorkerUtils - Class in org.drombler.commons.fx.concurrent
Utility class for Worker.

X

XToggleButton - Class in org.drombler.commons.fx.scene.control
A ToggleButton, which cannot be unselected if it is selected and a member of a ToggleGroup.
XToggleButton() - Constructor for class org.drombler.commons.fx.scene.control.XToggleButton
Creates a new instance of this class.
XToggleButton(String) - Constructor for class org.drombler.commons.fx.scene.control.XToggleButton
Creates a new instance of this class.
XToggleButton(String, Node) - Constructor for class org.drombler.commons.fx.scene.control.XToggleButton
Creates a new instance of this class.

Y

YearField - Class in org.drombler.commons.fx.scene.control.time
A text field for Year.
YearField() - Constructor for class org.drombler.commons.fx.scene.control.time.YearField
Creates a new instance of this class.
yearMonthProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateChooser
The currently displayed YearMonth.
yearMonthProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDateFixedYearMonthChooser
The currently displayed YearMonth.
yearMonthProperty() - Method in class org.drombler.commons.fx.scene.control.time.LocalDatePicker
The currently displayed YearMonth.
yearMonthProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
The YearMonth value of this spinner.
YearMonthSpinner - Class in org.drombler.commons.fx.scene.control.time
A YearMonth spinner.
YearMonthSpinner() - Constructor for class org.drombler.commons.fx.scene.control.time.YearMonthSpinner
Creates a new instance of this class.
yearProperty() - Method in class org.drombler.commons.fx.scene.control.time.YearField
The Year value of the field.
YearRenderer - Class in org.drombler.commons.fx.scene.renderer.time
YearRenderer() - Constructor for class org.drombler.commons.fx.scene.renderer.time.YearRenderer
Creates a new instance of this class.
A B C D E F G H I K L M N O P R S T U V W X Y 
Skip navigation links

Copyright © 2012–2019 Drombler. All rights reserved.