Package | Description |
---|---|
org.drombler.commons.context |
Context is a framework to work with objects available in a given context.
|
org.drombler.commons.data.file |
File support for the Data Handler Framework.
|
org.drombler.commons.docking.context |
Context support for the Docking Framework.
|
org.drombler.commons.docking.fx.context |
Context support for the JavaFX Docking Framework.
|
Modifier and Type | Method and Description |
---|---|
static void |
Contexts.configureObject(Object obj,
ContextManager contextManager,
ContextInjector contextInjector)
Configures the specified object.
|
Constructor and Description |
---|
ContextInjector(ContextManager contextManager)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileUtils.openFile(Path fileToOpen,
DataHandlerRegistry dataHandlerRegistry,
FileExtensionDescriptorRegistry fileExtensionDescriptorRegistry,
DocumentHandlerDescriptorRegistry documentHandlerDescriptorRegistry,
ContextManager contextManager,
ContextInjector contextInjector)
Opens a file.
|
Constructor and Description |
---|
AbstractDockingAreaContainer(DockableEntryFactory<D,DATA,E> dockableEntryFactory,
DockableDataFactory<DATA> dockableDataFactory,
ContextManager contextManager)
Creates a new instance of this class.
|
Constructor and Description |
---|
DockingPaneDockingAreaContainerAdapter(DockingPane dockingPane,
ContextManager contextManager)
Creates a new instance of this class.
|
Copyright © 2012–2019 Drombler. All rights reserved.