Package | Description |
---|---|
org.drombler.commons.data |
The core classes of the Data Handler Framework.
|
org.drombler.commons.data.file |
File support for the Data Handler Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
BusinessObjectHandlerDescriptor<D>
A Data Handler descriptor for business objects.
|
Modifier and Type | Method and Description |
---|---|
AbstractDataHandlerDescriptor<?> |
DataHandlerDescriptorRegistry.getDataHandlerDescriptor(Object dataHandler)
Gets the registered descriptor for the specified data handler.
|
Modifier and Type | Method and Description |
---|---|
void |
DataHandlerDescriptorRegistry.registerDataHandlerDescriptor(AbstractDataHandlerDescriptor<?> dataHandlerDescriptor)
Registers a data handler descriptor.
|
void |
DataHandlerDescriptorRegistry.unregisterDataHandlerDescriptor(AbstractDataHandlerDescriptor<?> dataHandlerDescriptor)
Unregisters a data handler descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
DataHandlerDescriptorRegistry.addDataHandlerDescriptorListener(org.softsmithy.lib.util.SetChangeListener<AbstractDataHandlerDescriptor<?>> listener)
Adds a change listener to this registry.
|
void |
DataHandlerDescriptorRegistry.removeDataHandlerDescriptorListener(org.softsmithy.lib.util.SetChangeListener<AbstractDataHandlerDescriptor<?>> listener)
Removes a change listener from this registry.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentHandlerDescriptor<D>
A Document Handler descriptor.
|
Copyright © 2012–2019 Drombler. All rights reserved.