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.
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.
AbstractContext - Class in org.drombler.commons.context
A base class for Context implementations.
AbstractContext() - Constructor for class org.drombler.commons.context.AbstractContext
 
AbstractDataHandlerDescriptor<D> - Class in org.drombler.commons.data
A base class for Data Handler descriptors.
AbstractDataHandlerDescriptor() - Constructor for class org.drombler.commons.data.AbstractDataHandlerDescriptor
 
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
 
AbstractDockingAreaContainer(DockableEntryFactory<D, DATA, E>, DockableDataFactory<DATA>, ContextManager) - Constructor for class org.drombler.commons.docking.context.AbstractDockingAreaContainer
 
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
 
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
 
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.
addAll(Collection<?>) - Method in class org.drombler.commons.context.SimpleContextContent
 
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(List<Context>) - Method in class org.drombler.commons.context.ProxyContext
 
addDataHandlerDescriptorListener(SetChangeListener<AbstractDataHandlerDescriptor<?>>) - Method in class org.drombler.commons.data.DataHandlerDescriptorRegistry
 
addDockable(E, boolean, Context...) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
addDockable(E, boolean, Context...) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
addDockableSetChangeListener(SetChangeListener<E>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
addDockableSetChangeListener(SetChangeListener<E>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
addDockingArea(DockingAreaDescriptor) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
addDockingArea(DockingAreaDescriptor) - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
addDockingArea(List<Integer>, A) - Method in class org.drombler.commons.docking.spi.DockingAreaManager
 
addDockingAreaSetChangeListener(SetChangeListener<DockingAreaDescriptor>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
addDockingAreaSetChangeListener(SetChangeListener<DockingAreaDescriptor>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
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.
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.

B

BusinessObjectHandlerDescriptor<D> - Class in org.drombler.commons.data
A Data Handler descriptor for business objects.
BusinessObjectHandlerDescriptor() - Constructor for class org.drombler.commons.data.BusinessObjectHandlerDescriptor
 
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
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
closeAndUnregisterView(E) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
closeEditors(Class<? extends D>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
 
closeEditors(Class<? extends D>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
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
 
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.
containsDataHandlerForUniqueKey(Object) - Method in class org.drombler.commons.data.DataHandlerRegistry
 
containsRegisteredEditor(Object) - Method in class org.drombler.commons.docking.DockingManager
 
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
 
createAndRegisterViewEntry(Class<? extends D>, String, String, ResourceLoader) - Method in class org.drombler.commons.docking.DockingManager
 
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
 
createDockableData(String, ResourceLoader) - Method in interface org.drombler.commons.docking.DockableDataFactory
 
createDockableData(String, String, ResourceLoader) - Method in class org.drombler.commons.docking.fx.FXDockableDataFactory
 
createDockableData(String, ResourceLoader) - Method in class org.drombler.commons.docking.fx.FXDockableDataFactory
 
createDockableEntry(D, DockableKind, DATA, DockablePreferences) - Method in interface org.drombler.commons.docking.DockableEntryFactory
 
createDockableEntry(Node, DockableKind, FXDockableData, DockablePreferences) - Method in class org.drombler.commons.docking.fx.FXDockableEntryFactory
 
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
 
createFixedContext(Collection<?>) - Static method in class org.drombler.commons.context.Contexts
 
createFXMLLoader(ClassLoader) - Static method in class org.drombler.commons.fx.fxml.FXMLLoaders
Creates a new FXMLLoader.
createGraphic(int) - Method in interface org.drombler.commons.fx.scene.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<T> - 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
 
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
Note: more methods might be added
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
 
DayOfWeekRenderer(TextStyle) - Constructor for class org.drombler.commons.fx.scene.renderer.time.DayOfWeekRenderer
 
Deselect - Annotation Type in org.drombler.commons.docking
 
DIRTY_PROPERTY_NAME - Static variable in interface org.drombler.commons.data.DataHandler
 
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
 
DockableCloseRequestEvent - Class in org.drombler.commons.docking.fx
 
DockableCloseRequestEvent(FXDockableEntry) - Constructor for class org.drombler.commons.docking.fx.DockableCloseRequestEvent
 
DockableCloseRequestEvent(FXDockableEntry, Object, EventTarget) - Constructor for class org.drombler.commons.docking.fx.DockableCloseRequestEvent
 
DockableData - Interface in org.drombler.commons.docking
Data about a Dockable.
DockableDataFactory<DATA extends DockableData> - Interface in org.drombler.commons.docking
 
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
 
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
 
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
 
DockingAreaManager(DockingAreaManager<A>, int, int) - Constructor for class org.drombler.commons.docking.spi.DockingAreaManager
 
DockingAreaManager(DockingAreaManager<A>, int, SplitLevel) - Constructor for class org.drombler.commons.docking.spi.DockingAreaManager
 
DockingAreaUtils - Class in org.drombler.commons.docking.spi
 
DockingManager<D,DATA extends DockableData,E extends DockableEntry<D,DATA>> - Class in org.drombler.commons.docking
 
DockingManager(DockableEntryFactory<D, DATA, E>, DockableDataFactory<DATA>, Injector<? super D>...) - Constructor for class org.drombler.commons.docking.DockingManager
 
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
 
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
 
DockingPaneDockingAreaContainerAdapter(DockingPane, ContextManager) - Constructor for class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
 
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
 

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
Note: might be removed in a future version!
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.DataToggleButton
fire() - Method in class org.drombler.commons.fx.scene.control.XToggleButton
 
fireActiveDockableChanged(E, E) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
 
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
 
fireDockableRemoved(Set<E>, E) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
 
fireDockingAreaAdded(Set<DockingAreaDescriptor>, DockingAreaDescriptor) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
 
fireDockingAreaRemoved(Set<DockingAreaDescriptor>, DockingAreaDescriptor) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
 
flexible() - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
 
FLEXIBLE_PREF - Static variable in class org.drombler.commons.docking.LayoutConstraintsDescriptor
 
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
Data about a Dockable.
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
 
FXDockableDataFactory() - Constructor for class org.drombler.commons.docking.fx.FXDockableDataFactory
 
FXDockableEntry - Class in org.drombler.commons.docking.fx
An 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
 
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
bound property
getActiveDockable() - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
bound property
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.
getAllFileExtensionDescriptors() - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
Gets all registered file extension descriptors.
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.
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
 
getClassResourceStringPrefixed(Class<?>, String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
 
getContent(D, Class<T>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
 
getContextMenu() - Method in class org.drombler.commons.docking.fx.FXDockableData
Gets the value of the property contextMenu.
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(Object) - Method in class org.drombler.commons.data.DataHandlerRegistry
 
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
 
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
 
getDefaultEditorAreaId() - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
getDefaultEditorAreaId() - Method in class org.drombler.commons.docking.fx.DockingPane
 
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
 
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
 
getDockablePreferences(D) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
getDockablePreferences() - Method in class org.drombler.commons.docking.DockableEntry
Gets the dockable preferences.
getDockablePreferences(D) - Method in class org.drombler.commons.docking.DockingManager
 
getDockables() - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
getDockables() - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
getDockables() - Method in class org.drombler.commons.docking.fx.DockingPane
Gets the Dockable entry.
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.
getEventHandlerRegistrar() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
Note: might be removed in a future version!
getEventType() - Method in class org.drombler.commons.docking.fx.DockableCloseRequestEvent
 
getEventType() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
 
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() - 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.
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
 
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
 
getItemCount() - Method in class org.drombler.commons.fx.scene.control.ListSingleSelectionModel
getKind() - Method in class org.drombler.commons.docking.DockableEntry
 
getKind() - Method in class org.drombler.commons.docking.DockingAreaDescriptor
Gets the Docking Area kind.
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
 
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
getMax() - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
 
getMaxSize(Region) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
 
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
getMin() - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
 
getMinSize(Region) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
 
getModelItem(int) - Method in class org.drombler.commons.fx.scene.control.ListSingleSelectionModel
getName() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
 
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.
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
 
getPackageResourceBundle(Class<?>) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
 
getPackageResourceStringPrefixed(Class<?>, String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
 
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.
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
 
getPosition() - Method in class org.drombler.commons.docking.spi.ShortPathPart
 
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
 
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.
getRegisteredEditor(Object) - Method in class org.drombler.commons.docking.DockingManager
 
getResourceBundle(Class<?>, String, String) - Static method in class org.drombler.commons.client.util.ResourceBundleUtils
 
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
 
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
 
getSize(Region) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
 
getSortedModifiedDockables() - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
getSortedModifiedDockables() - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
getSource() - Method in class org.drombler.commons.context.ContextEvent
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(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
 
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
 
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() - 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
getTooltip(T) - Method in class org.drombler.commons.fx.scene.renderer.AbstractDataRenderer
 
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
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 - Interface in org.drombler.commons.fx.scene
A 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.
handleModifiedDockables() - Method in class org.drombler.commons.docking.fx.context.DockingOnExitRequestHandler
 
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
 

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.
INITIALIZED_PROPERTY_NAME - Static variable in interface org.drombler.commons.data.DataHandler
 
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.
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.
invalidated() - Method in class org.drombler.commons.fx.event.SimpleEventHandlerProperty
 
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 disabled, else false.
isEnabled() - Method in interface org.drombler.commons.action.ActionListener
Returns true, if this action is disabled, 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
 
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
 
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 {@link 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
 
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.
isVisual() - Method in interface org.drombler.commons.docking.spi.DockingArea
 

K

KEY_PREFIX - Static variable in class org.drombler.commons.client.util.ResourceBundleUtils
 

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
 
LimitedComparableProperty(T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
 
LimitedComparableProperty(Object, String) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
 
LimitedComparableProperty(Object, String, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
 
LimitedComparableProperty(T, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
 
LimitedComparableProperty(T, T, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
 
LimitedComparableProperty(Object, String, T, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
 
LimitedComparableProperty(Object, String, T, T, T) - Constructor for class org.drombler.commons.fx.beans.property.LimitedComparableProperty
 
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.
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.
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
 
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

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.
MNEMONIC_CHAR - Static variable in class org.drombler.commons.client.util.MnemonicUtils
 
MnemonicUtils - Class in org.drombler.commons.client.util
 
MODIFIED_PROPERTY_NAME - Static variable in interface org.drombler.commons.docking.DockableData
 
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

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
 
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
 
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
openAndRegisterNewView(Class<? extends D>, boolean, String, String, ResourceLoader) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
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
 
org.drombler.commons.client.geometry - package org.drombler.commons.client.geometry
This package contains GUI toolkit agnostic geometry classes.
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
 
org.drombler.commons.data.file - package org.drombler.commons.data.file
 
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.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.
orient(boolean, boolean) - Method in enum org.drombler.commons.client.geometry.HorizontalAlignment
 
Orientation - Enum in org.drombler.commons.client.geometry
The orientation of e.g. a control.
OrientationUtils - Class in org.drombler.commons.fx.geometry
 
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
 
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.
prefHeight(double) - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
 
prefWidth(double) - Static method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
 
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
 
putLocalContext(Object, LocalProxyContext) - Method in class org.drombler.commons.context.ContextManager
Registers a local context for the given Object.
putLocalContext(Object) - Method in class org.drombler.commons.context.ContextManager
Registers the local context of the given object if it implements LocalContextProvider.

R

RegionDimension - Enum in org.drombler.commons.fx.scene.layout
 
registerDataHandler(DataHandler<?>) - Method in class org.drombler.commons.data.DataHandlerRegistry
 
registerDataHandlerDescriptor(AbstractDataHandlerDescriptor<?>) - Method in class org.drombler.commons.data.DataHandlerDescriptorRegistry
 
registerDefaultDockablePreferences(Class<?>, DockablePreferences) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
registerDefaultDockablePreferences(Class<?>, DockablePreferences) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
registerDefaultDockablePreferences(Class<?>, DockablePreferences) - Method in class org.drombler.commons.docking.DockingManager
 
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
 
registerEventHandler(EventType<T>, EventHandler<? super T>) - Method in interface org.drombler.commons.fx.event.EventHandlerRegistrar
 
registerFileExtensionDescriptor(FileExtensionDescriptor) - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
remove(Object) - Method in class org.drombler.commons.context.SimpleContextContent
Removed 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
 
removeDockable(Node) - Method in class org.drombler.commons.docking.fx.DockingPane
 
removeDockableSetChangeListener(SetChangeListener<E>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
removeDockableSetChangeListener(SetChangeListener<E>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
removeDockingAreaSetChangeListener(SetChangeListener<DockingAreaDescriptor>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
 
removeDockingAreaSetChangeListener(SetChangeListener<DockingAreaDescriptor>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
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.
removeLocalContext(Object) - Method in class org.drombler.commons.context.ContextManager
Unregisters a local context.
removeMnemonicChar(String) - Static method in class org.drombler.commons.client.util.MnemonicUtils
 
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.
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 TODO: needed?
ResourceBundleUtils - Class in org.drombler.commons.client.util
 
ROOT - Static variable in class org.drombler.commons.docking.spi.SplitLevel
TODO: field or method?
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
 
save() - Method in interface org.drombler.commons.action.command.Savable
 
Select - Annotation Type in org.drombler.commons.docking
 
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
bound property
setActiveDockable(FXDockableEntry) - Method in class org.drombler.commons.docking.fx.context.DockingPaneDockingAreaContainerAdapter
bound property
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.
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.
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.
setGraphic(Node) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property graphic.
setGraphicFactory(GraphicFactory) - Method in class org.drombler.commons.action.fx.AbstractFXAction
Sets the value of the property graphicFactory.
setGraphicFactory(GraphicFactory) - Method in interface org.drombler.commons.action.fx.FXAction
Sets the value of the property graphicFactory.
setGraphicFactory(GraphicFactory) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property graphicFactory.
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
setMax(T) - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
 
setMaxSize(Region, double) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
 
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
setMin(T) - Method in interface org.drombler.commons.fx.beans.property.LimitedProperty
 
setMinSize(Region, double) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
 
setModified(boolean) - Method in interface org.drombler.commons.docking.DockableData
 
setModified(boolean) - Method in class org.drombler.commons.docking.fx.FXDockableData
Sets the value of the property modified.
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
 
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
 
setPrefSize(Region, double) - Method in enum org.drombler.commons.fx.scene.layout.RegionDimension
 
setPrefWidth(double) - Method in class org.drombler.commons.docking.LayoutConstraintsDescriptor
 
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.
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
 
ShortPathPart(int, int) - Constructor for class org.drombler.commons.docking.spi.ShortPathPart
inLogicalLevel refers to the parent, so read it as: The position in the split pane at the logical (not shortened) level inLogicalLevel.
ShortPathPart(int, SplitLevel) - Constructor for class org.drombler.commons.docking.spi.ShortPathPart
 
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
 
showOpenMultipleDialog() - Method in interface org.drombler.commons.client.dialog.FileChooserProvider
 
showSaveAsDialog(String) - Method in interface org.drombler.commons.client.dialog.FileChooserProvider
 
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
Usage: public class SomePane extends SomeNode { private final ObjectProperty<EventHandler<SomeEvent>> onMyCustomEvent = new SimpleEventHandlerProperty<>(this, "onMyCustomEvent", SomeEvent.SOME_EVENT_TYPE, this::setEventHandler); ... }
SimpleEventHandlerProperty(Object, String, EventType<E>, EventHandlerRegistrar) - Constructor for class org.drombler.commons.fx.event.SimpleEventHandlerProperty
 
SplitLevel - Class in org.drombler.commons.docking.spi
The split level in a multi split pane.
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.

T

TITLE_PROPERTY_NAME - Static variable in interface org.drombler.commons.data.DataHandler
 
TITLE_PROPERTY_NAME - Static variable in interface org.drombler.commons.docking.DockableData
 
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
 
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

U

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
 
unregisterDataHandler(DataHandler<?>) - Method in class org.drombler.commons.data.DataHandlerRegistry
 
unregisterDataHandlerDescriptor(AbstractDataHandlerDescriptor<?>) - Method in class org.drombler.commons.data.DataHandlerDescriptorRegistry
 
unregisterDefaultDockablePreferences(Class<?>) - Method in class org.drombler.commons.docking.context.AbstractDockingAreaContainer
unregisterDefaultDockablePreferences(Class<?>) - Method in interface org.drombler.commons.docking.context.DockingAreaContainer
 
unregisterDefaultDockablePreferences(Class<?>) - Method in class org.drombler.commons.docking.DockingManager
 
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
 
unregisterFileExtensionDescriptor(FileExtensionDescriptor) - Method in class org.drombler.commons.data.file.FileExtensionDescriptorRegistry
unregisterView(E) - Method in class org.drombler.commons.docking.DockingManager
 

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 methods 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
 

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
 
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–2018 Drombler. All rights reserved.