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

A

AbstractApplicationAnnotationProcessor - Class in org.drombler.acp.core.application
 
AbstractApplicationAnnotationProcessor() - Constructor for class org.drombler.acp.core.application.AbstractApplicationAnnotationProcessor
 
AbstractDataHandler<T> - Class in org.drombler.acp.core.data
An abstract DataHandler.
AbstractDataHandler() - Constructor for class org.drombler.acp.core.data.AbstractDataHandler
Creates a new instance of this class.
AbstractDockableDockingDescriptor<D> - Class in org.drombler.acp.core.docking.spi
 
AbstractDockableDockingDescriptor(Class<D>, String) - Constructor for class org.drombler.acp.core.docking.spi.AbstractDockableDockingDescriptor
 
AbstractDockingType - Class in org.drombler.acp.core.docking.jaxb
Java class for AbstractDockingType complex type.
AbstractDockingType() - Constructor for class org.drombler.acp.core.docking.jaxb.AbstractDockingType
 
AbstractDocumentHandler - Class in org.drombler.acp.core.data
An abstract Path-based DocumentHandler.
AbstractDocumentHandler(String) - Constructor for class org.drombler.acp.core.data.AbstractDocumentHandler
Creates a new instance of this class with an unkown (null) document path.
AbstractDocumentHandler(String, Path) - Constructor for class org.drombler.acp.core.data.AbstractDocumentHandler
Creates a new instance of this class.
AbstractMenuEntryDescriptor - Class in org.drombler.acp.core.action.spi
 
AbstractMenuEntryDescriptor(String, int) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuEntryDescriptor
 
AbstractMenuItemContainerMenuItemEvent<MenuItem,Menu extends MenuItem,M extends MenuItem> - Class in org.drombler.acp.core.action.spi
 
AbstractMenuItemContainerMenuItemEvent(MenuItemContainer<MenuItem, Menu>, PositionableMenuItemAdapter<? extends M>, List<String>) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
 
AbstractToolBarContainerEvent<ToolBar,ToolBarButton,T> - Class in org.drombler.acp.core.action.spi
 
AbstractToolBarContainerEvent(ToolBarContainer<ToolBar, ToolBarButton>, String, PositionableAdapter<? extends T>) - Constructor for class org.drombler.acp.core.action.spi.AbstractToolBarContainerEvent
 
accelerator - Variable in class org.drombler.acp.core.action.jaxb.ActionType
 
accelerator - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
Action - Annotation Type in org.drombler.acp.core.action
This annotation registers an Action.
action - Variable in class org.drombler.acp.core.action.jaxb.ActionsType
 
ActionDescriptor<T> - Class in org.drombler.acp.core.action.spi
 
ActionDescriptor(Class<T>) - Constructor for class org.drombler.acp.core.action.spi.ActionDescriptor
 
ActionDescriptor(Class<T>, ResourceLoader) - Constructor for class org.drombler.acp.core.action.spi.ActionDescriptor
 
ActionFactory<T> - Interface in org.drombler.acp.core.action.spi
 
actionId - Variable in class org.drombler.acp.core.action.jaxb.MenuEntryType
 
actionId - Variable in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
 
ActionRegistry - Class in org.drombler.acp.core.action.spi
 
ActionRegistry() - Constructor for class org.drombler.acp.core.action.spi.ActionRegistry
 
ActionsType - Class in org.drombler.acp.core.action.jaxb
Java class for actions element declaration.
ActionsType() - Constructor for class org.drombler.acp.core.action.jaxb.ActionsType
 
ActionType - Class in org.drombler.acp.core.action.jaxb
Java class for ActionType complex type.
ActionType() - Constructor for class org.drombler.acp.core.action.jaxb.ActionType
 
addExtensionConfigurations(Object) - Static method in class org.drombler.acp.core.application.AbstractApplicationAnnotationProcessor
 
addingService(ServiceReference<T>) - Method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
 
AdditionalArgumentsProvider - Interface in org.drombler.acp.startup.main
Provides the list of additional arguments passed to the application.
addJAXBPackage(String) - Static method in class org.drombler.acp.core.application.AbstractApplicationAnnotationProcessor
 
addJAXBRootClasses(Class<?>) - Static method in class org.drombler.acp.core.application.AbstractApplicationAnnotationProcessor
 
addMenu(String, PositionableMenuItemAdapter<? extends Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
addMenuContainerListener(MenuItemContainerListener<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemRootContainer
 
addMenuItem(PositionableMenuItemAdapter<? extends MenuItem>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
addOriginatingElements(Element...) - Static method in class org.drombler.acp.core.application.AbstractApplicationAnnotationProcessor
 
addToolBar(String, PositionableAdapter<T>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
addToolBarButton(String, PositionableAdapter<? extends B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
addToolBarContainerListener(ToolBarContainerListener<T, B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
addToolBarContainerListener(String, ToolBarContainerListener<T, B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
any - Variable in class org.drombler.acp.core.application.jaxb.ExtensionsType
 
APPLICATION_DEFAULT_SINGLE_INSTANCE_PORT_PROPERTY_NAME - Static variable in class org.drombler.acp.startup.main.ApplicationConfiguration
 
APPLICATION_PROPERTIES_FILE_PATH - Static variable in class org.drombler.acp.startup.main.ApplicationConfiguration
 
ApplicationConfiguration - Class in org.drombler.acp.startup.main
The Application Configuration gets generated at build time of the application and packaged into the final JAR.
ApplicationConfiguration() - Constructor for class org.drombler.acp.startup.main.ApplicationConfiguration
 
ApplicationExecutorProvider - Interface in org.drombler.acp.startup.main
A provider which provides an Executor, which makes sure a given command gets executed on the GUI-toolkit specific application thread.
ApplicationToolBarContainerProvider<T,B> - Interface in org.drombler.acp.core.action.spi
 
ApplicationType - Class in org.drombler.acp.core.application.jaxb
Java class for application element declaration.
ApplicationType() - Constructor for class org.drombler.acp.core.application.jaxb.ApplicationType
 
areaId - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 

B

BundleUtils - Class in org.drombler.acp.core.commons.util
 
BundleUtils() - Constructor for class org.drombler.acp.core.commons.util.BundleUtils
 
BusinessObjectHandler - Annotation Type in org.drombler.acp.core.data
Registers a business object handler.
businessObjectHandler - Variable in class org.drombler.acp.core.data.jaxb.DataHandlersType
 
BusinessObjectHandlerType - Class in org.drombler.acp.core.data.jaxb
Java class for BusinessObjectHandlerType complex type.
BusinessObjectHandlerType() - Constructor for class org.drombler.acp.core.data.jaxb.BusinessObjectHandlerType
 

C

category - Variable in class org.drombler.acp.core.action.jaxb.ActionType
 
close() - Method in class org.drombler.acp.core.data.AbstractDataHandler
close() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
CommandLineArgs - Class in org.drombler.acp.startup.main
 
CONFIG_DIRECTORY - Static variable in class org.drombler.acp.startup.main.DromblerACPConfiguration
Name of the configuration directory.
CONFIG_PROPERTIES_FILE_NAME - Static variable in class org.drombler.acp.startup.main.DromblerACPConfiguration
The default name used for the configuration properties file.
CONFIG_PROPERTIES_PROP - Static variable in class org.drombler.acp.startup.main.DromblerACPConfiguration
The property name used to specify an URL to the configuration property file to be used for the created the framework instance.
containsToolBar(String) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
contentType - Variable in class org.drombler.acp.core.docking.jaxb.EditorDockingType
 
createAbstractDockingType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of AbstractDockingType
createAction(ActionDescriptor<?>) - Method in interface org.drombler.acp.core.action.spi.ActionFactory
 
createActionDescriptor(ActionType, Bundle, ContextInjector) - Static method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
createActionsType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ActionsType
createActionType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ActionType
createApplicationType() - Method in class org.drombler.acp.core.application.jaxb.ObjectFactory
Create an instance of ApplicationType
createBusinessObjectHandlerType() - Method in class org.drombler.acp.core.data.jaxb.ObjectFactory
Create an instance of BusinessObjectHandlerType
createDataHandlersType() - Method in class org.drombler.acp.core.data.jaxb.ObjectFactory
Create an instance of DataHandlersType
createDataHandlerType() - Method in class org.drombler.acp.core.data.jaxb.ObjectFactory
Create an instance of DataHandlerType
createDockable(ViewDockingDescriptor<D>) - Method in interface org.drombler.acp.core.docking.spi.DockableFactory
 
createDockingAreaDescriptor(DockingAreaType) - Static method in class org.drombler.acp.core.docking.spi.DockingAreaDescriptorUtils
 
createDockingAreaPathsType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of DockingAreaPathsType
createDockingAreasType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of DockingAreasType
createDockingAreaType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of DockingAreaType
createDockingsType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of DockingsType
createDocumentHandlerType() - Method in class org.drombler.acp.core.data.jaxb.ObjectFactory
Create an instance of DocumentHandlerType
createEditorDockingDescriptor(EditorDockingType, Bundle) - Static method in class org.drombler.acp.core.docking.spi.DockingDescriptorUtils
 
createEditorDockingType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of EditorDockingType
createExtensionsType() - Method in class org.drombler.acp.core.application.jaxb.ObjectFactory
Create an instance of ExtensionsType
createFileExtensionsType() - Method in class org.drombler.acp.core.data.jaxb.ObjectFactory
Create an instance of FileExtensionsType
createFileExtensionType() - Method in class org.drombler.acp.core.data.jaxb.ObjectFactory
Create an instance of FileExtensionType
createJAXBContext() - Method in class org.drombler.acp.core.application.AbstractApplicationAnnotationProcessor
 
createLayoutConstraintsDescriptor(LayoutConstraintsType) - Static method in class org.drombler.acp.core.docking.spi.LayoutConstraintsDescriptorUtils
 
createLayoutConstraintsType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of LayoutConstraintsType
createMenu(MenuDescriptor) - Method in interface org.drombler.acp.core.action.spi.MenuFactory
 
createMenuDescriptor(MenuType, Bundle) - Static method in class org.drombler.acp.core.action.spi.MenuDescriptor
 
createMenuEntryDescriptor(MenuEntryType) - Static method in class org.drombler.acp.core.action.spi.MenuEntryDescriptor
 
createMenuEntryType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of MenuEntryType
createMenuItem(A, int) - Method in interface org.drombler.acp.core.action.spi.MenuItemFactory
 
createMenusType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of MenusType
createMenuType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of MenuType
createRadioMenuEntryDescriptor(ToggleMenuEntryType) - Static method in class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
 
createServiceTracker(Class<T>, Consumer<T>) - Static method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
 
createServiceTracker(Class<T>, Consumer<T>, Consumer<T>) - Static method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
 
createToggleAction(ActionDescriptor<?>) - Method in interface org.drombler.acp.core.action.spi.ToggleActionFactory
 
createToggleActionDescriptor(ToggleActionType, Bundle, ContextInjector) - Static method in class org.drombler.acp.core.action.spi.ToggleActionDescriptor
 
createToggleActionType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ToggleActionType
createToggleMenuEntryType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ToggleMenuEntryType
createToggleMenuItem(ToggleMenuEntryDescriptor, A, int) - Method in interface org.drombler.acp.core.action.spi.ToggleMenuItemFactory
 
createToolBar(ToolBarDescriptor) - Method in interface org.drombler.acp.core.action.spi.ToolBarFactory
 
createToolBarButton(A, int) - Method in interface org.drombler.acp.core.action.spi.ToolBarButtonFactory
 
createToolBarDescriptor(ToolBarType, Bundle, ToolBarContainer<T, B>) - Static method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
createToolBarEntryDescriptor(ToolBarEntryType) - Static method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
createToolBarEntryType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ToolBarEntryType
createToolBarsType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ToolBarsType
createToolBarToggleButton(ToolBarToggleEntryDescriptor, A, int) - Method in interface org.drombler.acp.core.action.spi.ToolBarToggleButtonFactory
 
createToolBarToggleEntryDescriptor(ToolBarToggleEntryType) - Static method in class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
 
createToolBarToggleEntryType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ToolBarToggleEntryType
createToolBarType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ToolBarType
createViewDockingDescriptor(ViewDockingType, Bundle) - Static method in class org.drombler.acp.core.docking.spi.DockingDescriptorUtils
 
createViewDockingType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of ViewDockingType
createWindowMenuEntryType() - Method in class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create an instance of WindowMenuEntryType

D

DataHandlerDescriptorRegistryProvider - Interface in org.drombler.acp.core.data.spi
 
DataHandlersType - Class in org.drombler.acp.core.data.jaxb
Java class for dataHandlers element declaration.
DataHandlersType() - Constructor for class org.drombler.acp.core.data.jaxb.DataHandlersType
 
DataHandlerType - Class in org.drombler.acp.core.data.jaxb
Java class for DataHandlerType complex type.
DataHandlerType() - Constructor for class org.drombler.acp.core.data.jaxb.DataHandlerType
 
displayName - Variable in class org.drombler.acp.core.action.jaxb.ActionType
 
displayName - Variable in class org.drombler.acp.core.action.jaxb.MenuType
 
displayName - Variable in class org.drombler.acp.core.action.jaxb.ToolBarType
 
displayName - Variable in class org.drombler.acp.core.data.jaxb.FileExtensionType
 
displayName - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
dockableClass - Variable in class org.drombler.acp.core.docking.jaxb.AbstractDockingType
 
DockableClosingPolicy - Enum in org.drombler.acp.core.docking
 
DockableFactory<T> - Interface in org.drombler.acp.core.docking.spi
 
Dockables - Class in org.drombler.acp.core.docking.spi
TODO: Move to API?
DockingArea - Annotation Type in org.drombler.acp.core.docking
 
dockingArea - Variable in class org.drombler.acp.core.docking.jaxb.DockingAreasType
 
DockingAreaContainerProvider<D,DATA extends org.drombler.commons.docking.DockableData,E extends org.drombler.commons.docking.DockableEntry<D,DATA>> - Interface in org.drombler.acp.core.docking.spi
 
DockingAreaDescriptorUtils - Class in org.drombler.acp.core.docking.spi
 
DockingAreaKindType - Enum in org.drombler.acp.core.docking.jaxb
Java class for DockingAreaKindType.
DockingAreaPathsType - Class in org.drombler.acp.core.docking.jaxb
Java class for DockingAreaPathsType complex type.
DockingAreaPathsType() - Constructor for class org.drombler.acp.core.docking.jaxb.DockingAreaPathsType
 
DockingAreas - Annotation Type in org.drombler.acp.core.docking
 
DockingAreasType - Class in org.drombler.acp.core.docking.jaxb
Java class for dockingAreas element declaration.
DockingAreasType() - Constructor for class org.drombler.acp.core.docking.jaxb.DockingAreasType
 
DockingAreaType - Class in org.drombler.acp.core.docking.jaxb
Java class for DockingAreaType complex type.
DockingAreaType() - Constructor for class org.drombler.acp.core.docking.jaxb.DockingAreaType
 
DockingDescriptorUtils - Class in org.drombler.acp.core.docking.spi
 
DockingDescriptorUtils() - Constructor for class org.drombler.acp.core.docking.spi.DockingDescriptorUtils
 
DockingState - Enum in org.drombler.acp.core.docking
Not supported yet!
DockingStateType - Enum in org.drombler.acp.core.docking.jaxb
Java class for DockingStateType.
DockingsType - Class in org.drombler.acp.core.docking.jaxb
Java class for dockings element declaration.
DockingsType() - Constructor for class org.drombler.acp.core.docking.jaxb.DockingsType
 
DocumentHandler - Annotation Type in org.drombler.acp.core.data
Registers a document handler.
documentHandler - Variable in class org.drombler.acp.core.data.jaxb.DataHandlersType
 
DocumentHandlerDescriptorRegistryProvider - Interface in org.drombler.acp.core.data.spi
 
DocumentHandlerType - Class in org.drombler.acp.core.data.jaxb
Java class for DocumentHandlerType complex type.
DocumentHandlerType() - Constructor for class org.drombler.acp.core.data.jaxb.DocumentHandlerType
 
DromblerACPConfiguration - Class in org.drombler.acp.startup.main
 
DromblerACPConfiguration(CommandLineArgs) - Constructor for class org.drombler.acp.startup.main.DromblerACPConfiguration
 
DromblerACPStarter - Class in org.drombler.acp.startup.main
 
DromblerACPStarter(DromblerACPConfiguration) - Constructor for class org.drombler.acp.startup.main.DromblerACPStarter
 

E

EditorDocking - Annotation Type in org.drombler.acp.core.docking
Registers an editor dockable.
editorDocking - Variable in class org.drombler.acp.core.docking.jaxb.DockingsType
 
EditorDockingDescriptor<D> - Class in org.drombler.acp.core.docking.spi
 
EditorDockingDescriptor(Class<D>, String, Class<?>) - Constructor for class org.drombler.acp.core.docking.spi.EditorDockingDescriptor
 
EditorDockingDescriptorRegistry<D> - Interface in org.drombler.acp.core.docking.spi
 
EditorDockingType - Class in org.drombler.acp.core.docking.jaxb
Java class for EditorDockingType complex type.
EditorDockingType() - Constructor for class org.drombler.acp.core.docking.jaxb.EditorDockingType
 
Extension - Annotation Type in org.drombler.acp.core.application
Registers an extension.
ExtensionPoint<T> - Interface in org.drombler.acp.core.application
The Extension Point interface.
Extensions - Annotation Type in org.drombler.acp.core.application
 
extensions - Variable in class org.drombler.acp.core.application.jaxb.ApplicationType
 
ExtensionsType - Class in org.drombler.acp.core.application.jaxb
Java class for ExtensionsType complex type.
ExtensionsType() - Constructor for class org.drombler.acp.core.application.jaxb.ExtensionsType
 

F

FileExtension - Annotation Type in org.drombler.acp.core.data
Registers the MIME type for file extensions.
fileExtension - Variable in class org.drombler.acp.core.data.jaxb.FileExtensionsType
 
fileExtension - Variable in class org.drombler.acp.core.data.jaxb.FileExtensionType
 
FileExtensionDescriptorRegistryProvider - Interface in org.drombler.acp.core.data.spi
 
FileExtensions - Annotation Type in org.drombler.acp.core.data
 
FileExtensionsType - Class in org.drombler.acp.core.data.jaxb
Java class for fileExtensions element declaration.
FileExtensionsType() - Constructor for class org.drombler.acp.core.data.jaxb.FileExtensionsType
 
FileExtensionType - Class in org.drombler.acp.core.data.jaxb
Java class for FileExtensionType complex type.
FileExtensionType() - Constructor for class org.drombler.acp.core.data.jaxb.FileExtensionType
 
fromValue(String) - Static method in enum org.drombler.acp.core.docking.jaxb.DockingAreaKindType
 
fromValue(String) - Static method in enum org.drombler.acp.core.docking.jaxb.DockingStateType
 

G

getAccelerator() - Method in class org.drombler.acp.core.action.jaxb.ActionType
Gets the value of the accelerator property.
getAccelerator() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getAccelerator() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the accelerator property.
getAction() - Method in class org.drombler.acp.core.action.jaxb.ActionsType
Gets the value of the action property.
getAction(String, Class<T>, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
 
getActionClass() - Method in interface org.drombler.acp.core.action.spi.ActionFactory
 
getActionId() - Method in class org.drombler.acp.core.action.jaxb.MenuEntryType
Gets the value of the actionId property.
getActionId() - Method in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
Gets the value of the actionId property.
getActionId(ServiceReference<?>) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
 
getActionId() - Method in class org.drombler.acp.core.action.spi.MenuEntryDescriptor
 
getActionId() - Method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
getActivateDockableActionDescriptor() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
getActivateDockableMenuEntryDescriptor() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
getAdditionalArguments() - Method in interface org.drombler.acp.startup.main.AdditionalArgumentsProvider
Gets the list of additional arguments passed to the application.
getAdditionalArguments() - Method in class org.drombler.acp.startup.main.CommandLineArgs
 
getAny() - Method in class org.drombler.acp.core.application.jaxb.ExtensionsType
Gets the value of the any property.
getApplicationConfig() - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
 
getApplicationExecutor() - Method in interface org.drombler.acp.startup.main.ApplicationExecutorProvider
Gets an Executor, which makes sure a given command gets executed on the GUI-toolkit specific application thread
getApplicationToolBarContainer() - Method in interface org.drombler.acp.core.action.spi.ApplicationToolBarContainerProvider
 
getAreaId() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the areaId property.
getAreaId() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
getBusinessObjectHandler() - Method in class org.drombler.acp.core.data.jaxb.DataHandlersType
Gets the value of the businessObjectHandler property.
getCategory() - Method in class org.drombler.acp.core.action.jaxb.ActionType
Gets the value of the category property.
getCommandLineArgs() - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
 
getContentType() - Method in class org.drombler.acp.core.docking.jaxb.EditorDockingType
Gets the value of the contentType property.
getContentType() - Method in class org.drombler.acp.core.docking.spi.EditorDockingDescriptor
 
getContentType(Class<? extends D>) - Method in interface org.drombler.acp.core.docking.spi.EditorDockingDescriptorRegistry
 
getContext() - Method in class org.drombler.acp.core.commons.util.UnresolvedEntry
 
getDataHandlerDescriptorRegistry() - Method in interface org.drombler.acp.core.data.spi.DataHandlerDescriptorRegistryProvider
 
getDefaultFileExtenion() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
Gets the default file extension for the document type.
getDefaultSingleInstancePort() - Method in class org.drombler.acp.startup.main.ApplicationConfiguration
 
getDisplayName() - Method in class org.drombler.acp.core.action.jaxb.ActionType
Gets the value of the displayName property.
getDisplayName() - Method in class org.drombler.acp.core.action.jaxb.MenuType
Gets the value of the displayName property.
getDisplayName() - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Gets the value of the displayName property.
getDisplayName() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getDisplayName() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
 
getDisplayName() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getDisplayName() - Method in class org.drombler.acp.core.data.jaxb.FileExtensionType
Gets the value of the displayName property.
getDisplayName() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the displayName property.
getDisplayName() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
getDockableClass() - Method in class org.drombler.acp.core.docking.jaxb.AbstractDockingType
Gets the value of the dockableClass property.
getDockableClass() - Method in class org.drombler.acp.core.docking.spi.AbstractDockableDockingDescriptor
 
getDockingArea() - Method in class org.drombler.acp.core.docking.jaxb.DockingAreasType
Gets the value of the dockingArea property.
getDockingAreaContainer() - Method in interface org.drombler.acp.core.docking.spi.DockingAreaContainerProvider
 
getDocumentHandler() - Method in class org.drombler.acp.core.data.jaxb.DataHandlersType
Gets the value of the documentHandler property.
getDocumentHandlerDescriptorRegistry() - Method in interface org.drombler.acp.core.data.spi.DocumentHandlerDescriptorRegistryProvider
 
getDoubleProperty(String, double, String) - Method in class org.drombler.acp.startup.main.ApplicationConfiguration
 
getEditorDocking() - Method in class org.drombler.acp.core.docking.jaxb.DockingsType
Gets the value of the editorDocking property.
getEditorDockingDescriptor(Class<?>) - Method in interface org.drombler.acp.core.docking.spi.EditorDockingDescriptorRegistry
 
getEntry() - Method in class org.drombler.acp.core.action.spi.AbstractToolBarContainerEvent
 
getEntry() - Method in class org.drombler.acp.core.commons.util.UnresolvedEntry
 
getExtensions() - Method in class org.drombler.acp.core.application.jaxb.ApplicationType
Gets the value of the extensions property.
getFileChooserProvider() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
The system wide FileChooserProvider used for the saveNew dialog.
getFileExtension() - Method in class org.drombler.acp.core.data.jaxb.FileExtensionsType
Gets the value of the fileExtension property.
getFileExtension() - Method in class org.drombler.acp.core.data.jaxb.FileExtensionType
Gets the value of the fileExtension property.
getFileExtensionDescriptorRegistry() - Method in interface org.drombler.acp.core.data.spi.FileExtensionDescriptorRegistryProvider
 
getFramework() - Method in class org.drombler.acp.startup.main.DromblerACPStarter
 
getHandlerClass() - Method in class org.drombler.acp.core.data.jaxb.DataHandlerType
Gets the value of the handlerClass property.
getIcon() - Method in class org.drombler.acp.core.action.jaxb.ActionType
Gets the value of the icon property.
getIcon() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getIcon() - Method in class org.drombler.acp.core.data.jaxb.DataHandlerType
Gets the value of the icon property.
getIcon() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the icon property.
getIcon() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
getId() - Method in class org.drombler.acp.core.action.jaxb.ActionType
Gets the value of the id property.
getId() - Method in class org.drombler.acp.core.action.jaxb.MenuType
Gets the value of the id property.
getId() - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Gets the value of the id property.
getId() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getId() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
 
getId() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getId() - Method in class org.drombler.acp.core.docking.jaxb.AbstractDockingType
Gets the value of the id property.
getId() - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Gets the value of the id property.
getId() - Method in class org.drombler.acp.core.docking.spi.AbstractDockableDockingDescriptor
 
getInstallDirPath() - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
 
getIntegerProperty(String, Integer, String) - Method in class org.drombler.acp.startup.main.ApplicationConfiguration
 
getJAXBRootClass() - Method in interface org.drombler.acp.core.application.ExtensionPoint
 
getKind() - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Gets the value of the kind property.
getLayoutConstraints() - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Gets the value of the layoutConstraints property.
getListener() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getListenerClass() - Method in class org.drombler.acp.core.action.jaxb.ActionType
Gets the value of the listenerClass property.
getListenerType() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getLocalContext() - Method in class org.drombler.acp.core.data.AbstractDataHandler
getMainWindow() - Method in interface org.drombler.acp.startup.main.MainWindowProvider
Gets the Main Window.
getMenu() - Method in class org.drombler.acp.core.action.jaxb.MenusType
Gets the value of the menu property.
getMenuBarMenuContainer() - Method in interface org.drombler.acp.core.action.spi.MenuBarMenuContainerProvider
 
getMenuContainer(String) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
getMenuEntry() - Method in class org.drombler.acp.core.action.jaxb.MenusType
Gets the value of the menuEntry property.
getMenuEntry() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the menuEntry property.
getMenuId() - Method in class org.drombler.acp.core.action.spi.MenuItemContainerMenuEvent
 
getMenuItem() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
 
getMimeType() - Method in class org.drombler.acp.core.data.jaxb.DocumentHandlerType
Gets the value of the mimeType property.
getMimeType() - Method in class org.drombler.acp.core.data.jaxb.FileExtensionType
Gets the value of the mimeType property.
getPackage() - Method in class org.drombler.acp.core.action.jaxb.MenuType
Gets the value of the package property.
getPackage() - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Gets the value of the package property.
getPackage() - Method in class org.drombler.acp.core.data.jaxb.FileExtensionType
Gets the value of the package property.
getPackageResourceStringPrefixed(String, String, Bundle) - Static method in class org.drombler.acp.core.commons.util.OSGiResourceBundleUtils
Gets a resource string from a ResourceBundle called Bundle.properties (or a if the value starts with '%' the rest of the value is interpreted as a property key and the value gets looked-up in the Bundle.properties file (or a locale specific derivation of this file), which has to be in the same package as the annotated action.
getPath() - Method in class org.drombler.acp.core.action.jaxb.MenuEntryType
Gets the value of the path property.
getPath() - Method in class org.drombler.acp.core.action.jaxb.MenuType
Gets the value of the path property.
getPath() - Method in class org.drombler.acp.core.action.spi.AbstractMenuEntryDescriptor
 
getPath() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
 
getPath() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
The path of the document or null if it does not exist yet.
getPath() - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaPathsType
Gets the value of the path property.
getPath() - Method in class org.drombler.acp.core.docking.jaxb.WindowMenuEntryType
Gets the value of the path property.
getPaths() - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Gets the value of the paths property.
getPosition() - Method in class org.drombler.acp.core.action.jaxb.MenuEntryType
Gets the value of the position property.
getPosition() - Method in class org.drombler.acp.core.action.jaxb.MenuType
Gets the value of the position property.
getPosition() - Method in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
Gets the value of the position property.
getPosition() - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Gets the value of the position property.
getPosition() - Method in class org.drombler.acp.core.action.spi.AbstractMenuEntryDescriptor
 
getPosition() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getPosition() - Method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
getPosition() - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Gets the value of the position property.
getPosition() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the position property.
getPosition() - Method in class org.drombler.acp.core.docking.jaxb.WindowMenuEntryType
Gets the value of the position property.
getPosition() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
getPositiveDoubleProperty(String, double, String) - Method in class org.drombler.acp.startup.main.ApplicationConfiguration
 
getPrefHeight() - Method in class org.drombler.acp.core.docking.jaxb.LayoutConstraintsType
Gets the value of the prefHeight property.
getPrefWidth() - Method in class org.drombler.acp.core.docking.jaxb.LayoutConstraintsType
Gets the value of the prefWidth property.
getResourceBundle() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
getResourceBundleBaseName() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the resourceBundleBaseName property.
getResourceLoader() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getResourceLoader() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
getShowToolBarActionDescriptor() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getShowToolBarCheckMenuEntryDescriptor() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getState() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the state property.
getStringProperty(String) - Method in class org.drombler.acp.startup.main.ApplicationConfiguration
 
getTitle() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
 
getToggleAction() - Method in class org.drombler.acp.core.action.jaxb.ActionsType
Gets the value of the toggleAction property.
getToggleActionClass() - Method in interface org.drombler.acp.core.action.spi.ToggleActionFactory
 
getToggleGroupId() - Method in class org.drombler.acp.core.action.jaxb.ToggleMenuEntryType
Gets the value of the toggleGroupId property.
getToggleGroupId() - Method in class org.drombler.acp.core.action.jaxb.ToolBarToggleEntryType
Gets the value of the toggleGroupId property.
getToggleGroupId() - Method in class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
 
getToggleGroupId() - Method in class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
 
getToggleMenuEntry() - Method in class org.drombler.acp.core.action.jaxb.MenusType
Gets the value of the toggleMenuEntry property.
getToolBar() - Method in class org.drombler.acp.core.action.jaxb.ToolBarsType
Gets the value of the toolBar property.
getToolBarEntry() - Method in class org.drombler.acp.core.action.jaxb.ToolBarsType
Gets the value of the toolBarEntry property.
getToolBarId() - Method in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
Gets the value of the toolBarId property.
getToolBarId() - Method in class org.drombler.acp.core.action.spi.AbstractToolBarContainerEvent
 
getToolBarId() - Method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
getToolBarToggleEntry() - Method in class org.drombler.acp.core.action.jaxb.ToolBarsType
Gets the value of the toolBarToggleEntry property.
getTooltipText() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
 
getUniqueKey() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
 
getUserConfigProps() - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
 
getUserDir() - Method in class org.drombler.acp.startup.main.CommandLineArgs
 
getUserDirPath() - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
 
getViewDocking() - Method in class org.drombler.acp.core.docking.jaxb.DockingsType
Gets the value of the viewDocking property.

H

handleProcess(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.drombler.acp.core.application.AbstractApplicationAnnotationProcessor
 
handlerClass - Variable in class org.drombler.acp.core.data.jaxb.DataHandlerType
 

I

icon - Variable in class org.drombler.acp.core.action.jaxb.ActionType
 
icon - Variable in class org.drombler.acp.core.data.jaxb.DataHandlerType
 
icon - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
id - Variable in class org.drombler.acp.core.action.jaxb.ActionType
 
id - Variable in class org.drombler.acp.core.action.jaxb.MenuType
 
id - Variable in class org.drombler.acp.core.action.jaxb.ToolBarType
 
id - Variable in class org.drombler.acp.core.docking.jaxb.AbstractDockingType
 
id - Variable in class org.drombler.acp.core.docking.jaxb.DockingAreaType
 
ID_KEY - Static variable in class org.drombler.acp.core.action.spi.ActionDescriptor
 
init() - Method in class org.drombler.acp.startup.main.DromblerACPStarter
 
isDirty() - Method in class org.drombler.acp.core.data.AbstractDataHandler
 
isPermanent() - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Gets the value of the permanent property.
isSeparator() - Method in class org.drombler.acp.core.action.spi.PositionableMenuItemAdapter
 
isSingleInstanceApplication() - Method in class org.drombler.acp.startup.main.ApplicationConfiguration
 
isSupportingItems() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
isToolBarVisible(String) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
isVisible() - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Gets the value of the visible property.
isVisible() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 

K

kind - Variable in class org.drombler.acp.core.docking.jaxb.DockingAreaType
 

L

layoutConstraints - Variable in class org.drombler.acp.core.docking.jaxb.DockingAreaType
 
LayoutConstraints - Annotation Type in org.drombler.acp.core.docking
 
LayoutConstraintsDescriptorUtils - Class in org.drombler.acp.core.docking.spi
 
LayoutConstraintsType - Class in org.drombler.acp.core.docking.jaxb
Java class for LayoutConstraintsType complex type.
LayoutConstraintsType() - Constructor for class org.drombler.acp.core.docking.jaxb.LayoutConstraintsType
 
listenerClass - Variable in class org.drombler.acp.core.action.jaxb.ActionType
 
loadClass(Bundle, String) - Static method in class org.drombler.acp.core.commons.util.BundleUtils
 
loadDefaultConfigProps() - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
 
loadSystemProperties(Path) - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
 

M

main(String[]) - Static method in class org.drombler.acp.startup.main.DromblerACPStarter
 
MainWindowProvider<T> - Interface in org.drombler.acp.startup.main
The Main Window provider.
markClean() - Method in class org.drombler.acp.core.data.AbstractDataHandler
 
markDirty() - Method in class org.drombler.acp.core.data.AbstractDataHandler
 
menu - Variable in class org.drombler.acp.core.action.jaxb.MenusType
 
Menu - Annotation Type in org.drombler.acp.core.action
This annotation registers menus and sub-menus.
menuAdded(MenuItemContainerMenuEvent<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainerListener
 
menuAdded(MenuItemContainerMenuEvent<MenuItem, Menu>) - Method in class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
 
MenuBarMenuContainerProvider<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
 
MenuDescriptor - Class in org.drombler.acp.core.action.spi
 
MenuDescriptor(String, String, String, int) - Constructor for class org.drombler.acp.core.action.spi.MenuDescriptor
 
menuEntry - Variable in class org.drombler.acp.core.action.jaxb.MenusType
 
MenuEntry - Annotation Type in org.drombler.acp.core.action
This annotation registers a menu item.
menuEntry - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
MenuEntryDescriptor - Class in org.drombler.acp.core.action.spi
 
MenuEntryDescriptor(String, String, int) - Constructor for class org.drombler.acp.core.action.spi.MenuEntryDescriptor
 
MenuEntryType - Class in org.drombler.acp.core.action.jaxb
Java class for MenuEntryType complex type.
MenuEntryType() - Constructor for class org.drombler.acp.core.action.jaxb.MenuEntryType
 
MenuFactory<T> - Interface in org.drombler.acp.core.action.spi
 
menuItemAdded(MenuItemContainerMenuItemEvent<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainerListener
 
menuItemAdded(MenuItemContainerMenuItemEvent<MenuItem, Menu>) - Method in class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
 
MenuItemContainer<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
 
MenuItemContainerListener<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
TODO: more methods might be added in future
MenuItemContainerListenerAdapter<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
 
MenuItemContainerListenerAdapter() - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
 
MenuItemContainerMenuEvent<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
 
MenuItemContainerMenuEvent(MenuItemContainer<MenuItem, Menu>, PositionableMenuItemAdapter<? extends Menu>, String, List<String>) - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerMenuEvent
 
MenuItemContainerMenuItemEvent<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
 
MenuItemContainerMenuItemEvent(MenuItemContainer<MenuItem, Menu>, PositionableMenuItemAdapter<? extends MenuItem>, List<String>) - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerMenuItemEvent
 
MenuItemFactory<T,A> - Interface in org.drombler.acp.core.action.spi
 
MenuItemRootContainer<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
 
Menus - Annotation Type in org.drombler.acp.core.action
The containing annotation type for the repeatable annotation Menu.
MenusType - Class in org.drombler.acp.core.action.jaxb
Java class for menus element declaration.
MenusType() - Constructor for class org.drombler.acp.core.action.jaxb.MenusType
 
MenuType - Class in org.drombler.acp.core.action.jaxb
Java class for MenuType complex type.
MenuType() - Constructor for class org.drombler.acp.core.action.jaxb.MenuType
 
mimeType - Variable in class org.drombler.acp.core.data.jaxb.DocumentHandlerType
 
mimeType - Variable in class org.drombler.acp.core.data.jaxb.FileExtensionType
 
MissingPropertyException - Exception in org.drombler.acp.startup.main
 
MissingPropertyException() - Constructor for exception org.drombler.acp.startup.main.MissingPropertyException
 
MissingPropertyException(String) - Constructor for exception org.drombler.acp.startup.main.MissingPropertyException
 
MissingPropertyException(String, Throwable) - Constructor for exception org.drombler.acp.startup.main.MissingPropertyException
 
MissingPropertyException(Throwable) - Constructor for exception org.drombler.acp.startup.main.MissingPropertyException
 
MissingPropertyException(String, Throwable, boolean, boolean) - Constructor for exception org.drombler.acp.startup.main.MissingPropertyException
 
modifiedService(ServiceReference<T>, T) - Method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
 

O

ObjectFactory - Class in org.drombler.acp.core.action.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.drombler.acp.core.action.jaxb package.
ObjectFactory() - Constructor for class org.drombler.acp.core.action.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.drombler.acp.core.action.jaxb
ObjectFactory - Class in org.drombler.acp.core.application.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.drombler.acp.core.application.jaxb package.
ObjectFactory() - Constructor for class org.drombler.acp.core.application.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.drombler.acp.core.application.jaxb
ObjectFactory - Class in org.drombler.acp.core.data.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.drombler.acp.core.data.jaxb package.
ObjectFactory() - Constructor for class org.drombler.acp.core.data.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.drombler.acp.core.data.jaxb
ObjectFactory - Class in org.drombler.acp.core.docking.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.drombler.acp.core.docking.jaxb package.
ObjectFactory() - Constructor for class org.drombler.acp.core.docking.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.drombler.acp.core.docking.jaxb
openEditorForContent(UniqueKeyProvider<?>) - Static method in class org.drombler.acp.core.docking.spi.Dockables
Opens an Editor for the specified content.
openView(D) - Static method in class org.drombler.acp.core.docking.spi.Dockables
 
org.drombler.acp.core.action - package org.drombler.acp.core.action
Declarative actions, menus and toolbars support for Drombler ACP.
org.drombler.acp.core.action.jaxb - package org.drombler.acp.core.action.jaxb
 
org.drombler.acp.core.action.spi - package org.drombler.acp.core.action.spi
SPI for declarative actions, menus and toolbars support based on Drombler ACP.
org.drombler.acp.core.application - package org.drombler.acp.core.application
Core Drombler ACP Application classes.
org.drombler.acp.core.application.jaxb - package org.drombler.acp.core.application.jaxb
 
org.drombler.acp.core.commons.util - package org.drombler.acp.core.commons.util
Drombler ACP utility classes.
org.drombler.acp.core.data - package org.drombler.acp.core.data
 
org.drombler.acp.core.data.command - package org.drombler.acp.core.data.command
 
org.drombler.acp.core.data.jaxb - package org.drombler.acp.core.data.jaxb
 
org.drombler.acp.core.data.spi - package org.drombler.acp.core.data.spi
 
org.drombler.acp.core.docking - package org.drombler.acp.core.docking
A declarative, modular and GUI toolkit agnostic, abstract Docking Framework.
org.drombler.acp.core.docking.jaxb - package org.drombler.acp.core.docking.jaxb
 
org.drombler.acp.core.docking.spi - package org.drombler.acp.core.docking.spi
SPI for building a declarative and modular Docking Framework.
org.drombler.acp.startup.main - package org.drombler.acp.startup.main
Support classes to startup a Drombler ACP based application.
OSGiResourceBundleUtils - Class in org.drombler.acp.core.commons.util
A utility class for ResourceBundles in OSGi Bundles.

P

parseCommandLineArgs(String[]) - Static method in class org.drombler.acp.startup.main.CommandLineArgs
 
path - Variable in class org.drombler.acp.core.action.jaxb.MenuEntryType
 
path - Variable in class org.drombler.acp.core.action.jaxb.MenuType
 
path - Variable in class org.drombler.acp.core.docking.jaxb.DockingAreaPathsType
 
path - Variable in class org.drombler.acp.core.docking.jaxb.WindowMenuEntryType
 
paths - Variable in class org.drombler.acp.core.docking.jaxb.DockingAreaType
 
permanent - Variable in class org.drombler.acp.core.docking.jaxb.DockingAreaType
 
position - Variable in class org.drombler.acp.core.action.jaxb.MenuEntryType
 
position - Variable in class org.drombler.acp.core.action.jaxb.MenuType
 
position - Variable in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
 
position - Variable in class org.drombler.acp.core.action.jaxb.ToolBarType
 
position - Variable in class org.drombler.acp.core.docking.jaxb.DockingAreaType
 
position - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
position - Variable in class org.drombler.acp.core.docking.jaxb.WindowMenuEntryType
 
PositionableMenuItemAdapter<T> - Class in org.drombler.acp.core.action.spi
 
prefHeight - Variable in class org.drombler.acp.core.docking.jaxb.LayoutConstraintsType
 
prefWidth - Variable in class org.drombler.acp.core.docking.jaxb.LayoutConstraintsType
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.drombler.acp.core.application.AbstractApplicationAnnotationProcessor
 

R

registerAction(String, Class<T>, T, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
 
registerEditorDockingDescriptor(Class<?>, EditorDockingDescriptor<? extends D>) - Method in interface org.drombler.acp.core.docking.spi.EditorDockingDescriptorRegistry
 
removedService(ServiceReference<T>, T) - Method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
 
removeMenuContainerListener(MenuItemContainerListener<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemRootContainer
 
removeToolBarContainerListener(ToolBarContainerListener<T, B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
removeToolBarContainerListener(String, ToolBarContainerListener<T, B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
resourceBundleBaseName - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 

S

SavableAs - Interface in org.drombler.acp.core.data.command
 
save() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
Saves the content to the file.
saveAs() - Method in interface org.drombler.acp.core.data.command.SavableAs
 
saveNew(String) - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
Saves the content to a file selected from the saveNew dialog.
ServiceLoaderException - Exception in org.drombler.acp.startup.main
 
ServiceLoaderException() - Constructor for exception org.drombler.acp.startup.main.ServiceLoaderException
 
ServiceLoaderException(String) - Constructor for exception org.drombler.acp.startup.main.ServiceLoaderException
 
ServiceLoaderException(String, Throwable) - Constructor for exception org.drombler.acp.startup.main.ServiceLoaderException
 
ServiceLoaderException(Throwable) - Constructor for exception org.drombler.acp.startup.main.ServiceLoaderException
 
setAccelerator(String) - Method in class org.drombler.acp.core.action.jaxb.ActionType
Sets the value of the accelerator property.
setAccelerator(String) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setAccelerator(String) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the accelerator property.
setActionId(String) - Method in class org.drombler.acp.core.action.jaxb.MenuEntryType
Sets the value of the actionId property.
setActionId(String) - Method in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
Sets the value of the actionId property.
setActivateDockableMenuEntryDescriptor(MenuEntryDescriptor) - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
setAreaId(String) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the areaId property.
setAreaId(String) - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
setCategory(String) - Method in class org.drombler.acp.core.action.jaxb.ActionType
Sets the value of the category property.
setContentType(String) - Method in class org.drombler.acp.core.docking.jaxb.EditorDockingType
Sets the value of the contentType property.
setDisplayName(String) - Method in class org.drombler.acp.core.action.jaxb.ActionType
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.drombler.acp.core.action.jaxb.MenuType
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setDisplayName(String) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setDisplayName(String) - Method in class org.drombler.acp.core.data.jaxb.FileExtensionType
Sets the value of the displayName property.
setDisplayName(String) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the displayName property.
setDockable(D) - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
setDockableClass(String) - Method in class org.drombler.acp.core.docking.jaxb.AbstractDockingType
Sets the value of the dockableClass property.
setExtensions(ExtensionsType) - Method in class org.drombler.acp.core.application.jaxb.ApplicationType
Sets the value of the extensions property.
setHandlerClass(String) - Method in class org.drombler.acp.core.data.jaxb.DataHandlerType
Sets the value of the handlerClass property.
setIcon(String) - Method in class org.drombler.acp.core.action.jaxb.ActionType
Sets the value of the icon property.
setIcon(String) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setIcon(String) - Method in class org.drombler.acp.core.data.jaxb.DataHandlerType
Sets the value of the icon property.
setIcon(String) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the icon property.
setId(String) - Method in class org.drombler.acp.core.action.jaxb.ActionType
Sets the value of the id property.
setId(String) - Method in class org.drombler.acp.core.action.jaxb.MenuType
Sets the value of the id property.
setId(String) - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Sets the value of the id property.
setId(String) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setId(String) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setId(String) - Method in class org.drombler.acp.core.docking.jaxb.AbstractDockingType
Sets the value of the id property.
setId(String) - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Sets the value of the id property.
setKind(DockingAreaKindType) - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Sets the value of the kind property.
setLayoutConstraints(LayoutConstraintsType) - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Sets the value of the layoutConstraints property.
setListener(T) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setListenerClass(String) - Method in class org.drombler.acp.core.action.jaxb.ActionType
Sets the value of the listenerClass property.
setMenuEntry(WindowMenuEntryType) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the menuEntry property.
setMimeType(String) - Method in class org.drombler.acp.core.data.jaxb.DocumentHandlerType
Sets the value of the mimeType property.
setMimeType(String) - Method in class org.drombler.acp.core.data.jaxb.FileExtensionType
Sets the value of the mimeType property.
setPackage(String) - Method in class org.drombler.acp.core.action.jaxb.MenuType
Sets the value of the package property.
setPackage(String) - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Sets the value of the package property.
setPackage(String) - Method in class org.drombler.acp.core.data.jaxb.FileExtensionType
Sets the value of the package property.
setPath(String) - Method in class org.drombler.acp.core.action.jaxb.MenuEntryType
Sets the value of the path property.
setPath(String) - Method in class org.drombler.acp.core.action.jaxb.MenuType
Sets the value of the path property.
setPath(String) - Method in class org.drombler.acp.core.docking.jaxb.WindowMenuEntryType
Sets the value of the path property.
setPaths(DockingAreaPathsType) - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Sets the value of the paths property.
setPermanent(boolean) - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Sets the value of the permanent property.
setPosition(int) - Method in class org.drombler.acp.core.action.jaxb.MenuEntryType
Sets the value of the position property.
setPosition(int) - Method in class org.drombler.acp.core.action.jaxb.MenuType
Sets the value of the position property.
setPosition(int) - Method in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
Sets the value of the position property.
setPosition(int) - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Sets the value of the position property.
setPosition(int) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setPosition(int) - Method in class org.drombler.acp.core.docking.jaxb.DockingAreaType
Sets the value of the position property.
setPosition(int) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the position property.
setPosition(int) - Method in class org.drombler.acp.core.docking.jaxb.WindowMenuEntryType
Sets the value of the position property.
setPosition(int) - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
setPrefHeight(double) - Method in class org.drombler.acp.core.docking.jaxb.LayoutConstraintsType
Sets the value of the prefHeight property.
setPrefWidth(double) - Method in class org.drombler.acp.core.docking.jaxb.LayoutConstraintsType
Sets the value of the prefWidth property.
setResourceBundleBaseName(String) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the resourceBundleBaseName property.
setShowToolBarActionDescriptor(ToggleActionDescriptor<?>) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setShowToolBarCheckMenuEntryDescriptor(ToggleMenuEntryDescriptor) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setState(DockingStateType) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the state property.
setToggleGroupId(String) - Method in class org.drombler.acp.core.action.jaxb.ToggleMenuEntryType
Sets the value of the toggleGroupId property.
setToggleGroupId(String) - Method in class org.drombler.acp.core.action.jaxb.ToolBarToggleEntryType
Sets the value of the toggleGroupId property.
setToolBarId(String) - Method in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
Sets the value of the toolBarId property.
setToolBarVisible(String, boolean) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
 
setVisible(boolean) - Method in class org.drombler.acp.core.action.jaxb.ToolBarType
Sets the value of the visible property.
setVisible(boolean) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
SimpleServiceTrackerCustomizer<T> - Class in org.drombler.acp.core.commons.util
 
SimpleServiceTrackerCustomizer(BundleContext, Consumer<T>, Consumer<T>) - Constructor for class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
 
start() - Method in class org.drombler.acp.startup.main.DromblerACPStarter
 
state - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
stop() - Method in class org.drombler.acp.startup.main.DromblerACPStarter
 
SYSTEM_PROPERTIES_FILE_NAME - Static variable in class org.drombler.acp.startup.main.DromblerACPConfiguration
The default name used for the system properties file.
SYSTEM_PROPERTIES_PROP - Static variable in class org.drombler.acp.startup.main.DromblerACPConfiguration
The property name used to specify an URL to the system property file.

T

toggleAction - Variable in class org.drombler.acp.core.action.jaxb.ActionsType
 
ToggleAction - Annotation Type in org.drombler.acp.core.action
 
ToggleActionDescriptor<T> - Class in org.drombler.acp.core.action.spi
 
ToggleActionDescriptor(Class<T>) - Constructor for class org.drombler.acp.core.action.spi.ToggleActionDescriptor
 
ToggleActionDescriptor(Class<T>, ResourceLoader) - Constructor for class org.drombler.acp.core.action.spi.ToggleActionDescriptor
 
ToggleActionFactory<T> - Interface in org.drombler.acp.core.action.spi
 
ToggleActionType - Class in org.drombler.acp.core.action.jaxb
Java class for ToggleActionType complex type.
ToggleActionType() - Constructor for class org.drombler.acp.core.action.jaxb.ToggleActionType
 
toggleGroupId - Variable in class org.drombler.acp.core.action.jaxb.ToggleMenuEntryType
 
toggleGroupId - Variable in class org.drombler.acp.core.action.jaxb.ToolBarToggleEntryType
 
toggleMenuEntry - Variable in class org.drombler.acp.core.action.jaxb.MenusType
 
ToggleMenuEntry - Annotation Type in org.drombler.acp.core.action
Not supported yet.
ToggleMenuEntryDescriptor - Class in org.drombler.acp.core.action.spi
 
ToggleMenuEntryDescriptor(String, String, String, int) - Constructor for class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
 
ToggleMenuEntryDescriptor(String, String, int) - Constructor for class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
 
ToggleMenuEntryType - Class in org.drombler.acp.core.action.jaxb
Java class for ToggleMenuEntryType complex type.
ToggleMenuEntryType() - Constructor for class org.drombler.acp.core.action.jaxb.ToggleMenuEntryType
 
ToggleMenuItemFactory<T,A> - Interface in org.drombler.acp.core.action.spi
 
toolBar - Variable in class org.drombler.acp.core.action.jaxb.ToolBarsType
 
ToolBar - Annotation Type in org.drombler.acp.core.action
 
toolBarAdded(ToolBarContainerToolBarEvent<ToolBar, ToolBarButton>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainerListener
 
toolBarAdded(ToolBarContainerToolBarEvent<ToolBar, ToolBarButton>) - Method in class org.drombler.acp.core.action.spi.ToolBarContainerListenerAdapter
 
toolBarButtonAdded(ToolBarContainerToolBarButtonEvent<ToolBar, ToolBarButton>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainerListener
 
toolBarButtonAdded(ToolBarContainerToolBarButtonEvent<ToolBar, ToolBarButton>) - Method in class org.drombler.acp.core.action.spi.ToolBarContainerListenerAdapter
 
ToolBarButtonFactory<B,A> - Interface in org.drombler.acp.core.action.spi
 
ToolBarContainer<T,B> - Interface in org.drombler.acp.core.action.spi
 
ToolBarContainerListener<ToolBar,ToolBarButton> - Interface in org.drombler.acp.core.action.spi
TODO: more methods might be added in future
ToolBarContainerListenerAdapter<ToolBar,ToolBarButton> - Class in org.drombler.acp.core.action.spi
 
ToolBarContainerListenerAdapter() - Constructor for class org.drombler.acp.core.action.spi.ToolBarContainerListenerAdapter
 
ToolBarContainerToolBarButtonEvent<ToolBar,ToolBarButton> - Class in org.drombler.acp.core.action.spi
 
ToolBarContainerToolBarButtonEvent(ToolBarContainer<ToolBar, ToolBarButton>, String, PositionableAdapter<? extends ToolBarButton>) - Constructor for class org.drombler.acp.core.action.spi.ToolBarContainerToolBarButtonEvent
 
ToolBarContainerToolBarEvent<ToolBar,ToolBarButton> - Class in org.drombler.acp.core.action.spi
 
ToolBarContainerToolBarEvent(ToolBarContainer<ToolBar, ToolBarButton>, String, PositionableAdapter<? extends ToolBar>) - Constructor for class org.drombler.acp.core.action.spi.ToolBarContainerToolBarEvent
 
ToolBarDescriptor - Class in org.drombler.acp.core.action.spi
 
ToolBarDescriptor() - Constructor for class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
toolBarEntry - Variable in class org.drombler.acp.core.action.jaxb.ToolBarsType
 
ToolBarEntry - Annotation Type in org.drombler.acp.core.action
 
ToolBarEntryDescriptor - Class in org.drombler.acp.core.action.spi
 
ToolBarEntryDescriptor(String, String, int) - Constructor for class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
ToolBarEntryType - Class in org.drombler.acp.core.action.jaxb
Java class for ToolBarEntryType complex type.
ToolBarEntryType() - Constructor for class org.drombler.acp.core.action.jaxb.ToolBarEntryType
 
ToolBarFactory<T> - Interface in org.drombler.acp.core.action.spi
 
toolBarId - Variable in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
 
ToolBars - Annotation Type in org.drombler.acp.core.action
The containing annotation type for the repeatable annotation ToolBar.
ToolBarsType - Class in org.drombler.acp.core.action.jaxb
Java class for toolBars element declaration.
ToolBarsType() - Constructor for class org.drombler.acp.core.action.jaxb.ToolBarsType
 
ToolBarToggleButtonFactory<B,A> - Interface in org.drombler.acp.core.action.spi
 
toolBarToggleEntry - Variable in class org.drombler.acp.core.action.jaxb.ToolBarsType
 
ToolBarToggleEntry - Annotation Type in org.drombler.acp.core.action
 
ToolBarToggleEntryDescriptor - Class in org.drombler.acp.core.action.spi
 
ToolBarToggleEntryDescriptor(String, String, int, String) - Constructor for class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
 
ToolBarToggleEntryType - Class in org.drombler.acp.core.action.jaxb
Java class for ToolBarToggleEntryType complex type.
ToolBarToggleEntryType() - Constructor for class org.drombler.acp.core.action.jaxb.ToolBarToggleEntryType
 
ToolBarType - Class in org.drombler.acp.core.action.jaxb
Java class for ToolBarType complex type.
ToolBarType() - Constructor for class org.drombler.acp.core.action.jaxb.ToolBarType
 

U

UnresolvedEntry<T> - Class in org.drombler.acp.core.commons.util
 
UnresolvedEntry(T, BundleContext) - Constructor for class org.drombler.acp.core.commons.util.UnresolvedEntry
 
USER_DIR_PROPERTY - Static variable in class org.drombler.acp.startup.main.DromblerACPConfiguration
 
USER_DIR_SWITCH - Static variable in class org.drombler.acp.startup.main.CommandLineArgs
Switch for specifying the user directory.

V

value() - Method in enum org.drombler.acp.core.docking.jaxb.DockingAreaKindType
 
value() - Method in enum org.drombler.acp.core.docking.jaxb.DockingStateType
 
valueOf(String) - Static method in enum org.drombler.acp.core.docking.DockableClosingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drombler.acp.core.docking.DockingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drombler.acp.core.docking.jaxb.DockingAreaKindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.drombler.acp.core.docking.jaxb.DockingStateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.drombler.acp.core.docking.DockableClosingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drombler.acp.core.docking.DockingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drombler.acp.core.docking.jaxb.DockingAreaKindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.drombler.acp.core.docking.jaxb.DockingStateType
Returns an array containing the constants of this enum type, in the order they are declared.
viewDocking - Variable in class org.drombler.acp.core.docking.jaxb.DockingsType
 
ViewDocking - Annotation Type in org.drombler.acp.core.docking
 
ViewDockingDescriptor<D> - Class in org.drombler.acp.core.docking.spi
 
ViewDockingDescriptor(Class<D>, String, String, String, String, String) - Constructor for class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
 
ViewDockingType - Class in org.drombler.acp.core.docking.jaxb
Java class for ViewDockingType complex type.
ViewDockingType() - Constructor for class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
visible - Variable in class org.drombler.acp.core.action.jaxb.ToolBarType
 

W

WindowMenuEntry - Annotation Type in org.drombler.acp.core.docking
 
WindowMenuEntryType - Class in org.drombler.acp.core.docking.jaxb
Java class for WindowMenuEntryType complex type.
WindowMenuEntryType() - Constructor for class org.drombler.acp.core.docking.jaxb.WindowMenuEntryType
 
wrapMenuItem(T, int) - Static method in class org.drombler.acp.core.action.spi.PositionableMenuItemAdapter
 
wrapSeparator(S, int) - Static method in class org.drombler.acp.core.action.spi.PositionableMenuItemAdapter
 
writeContent() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
Writes the content to the file.

_

_package - Variable in class org.drombler.acp.core.action.jaxb.MenuType
 
_package - Variable in class org.drombler.acp.core.action.jaxb.ToolBarType
 
_package - Variable in class org.drombler.acp.core.data.jaxb.FileExtensionType
 
A B C D E F G H I K L M O P R S T U V W _ 
Skip navigation links

Copyright © 2012–2016 Drombler. All rights reserved.