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.processing
A base class for annotation processors to register extensions in the application.xml file.
AbstractApplicationAnnotationProcessor() - Constructor for class org.drombler.acp.core.application.processing.AbstractApplicationAnnotationProcessor
Creates a new instance of this class.
AbstractDataHandler<T> - Class in org.drombler.acp.core.data
An abstract base class for DataHandlers.
AbstractDataHandler() - Constructor for class org.drombler.acp.core.data.AbstractDataHandler
Creates a new instance of this class.
AbstractDirectoryHandler - Class in org.drombler.acp.core.data
An abstract base class for directory-based DataHandlers.
AbstractDirectoryHandler() - Constructor for class org.drombler.acp.core.data.AbstractDirectoryHandler
Creates a new instance of this class with no path set.
AbstractDirectoryHandler(Path) - Constructor for class org.drombler.acp.core.data.AbstractDirectoryHandler
Creates a new instance of this class.
AbstractDockableDockingDescriptor<D> - Class in org.drombler.acp.core.docking.spi
An abstract base class for Dockable docking descriptors.
AbstractDockableDockingDescriptor(Class<D>, String) - Constructor for class org.drombler.acp.core.docking.spi.AbstractDockableDockingDescriptor
Creates a new instance of this class.
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 base class for Path-based DocumentHandlers.
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<MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
A base class for menu entry descriptors.
AbstractMenuEntryDescriptor(String, F) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuEntryDescriptor
Creates a new instance of this class.
AbstractMenuItemContainer<MenuItem,Menu extends MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
An abstract base class for MenuItemContainers.
AbstractMenuItemContainer(String, boolean, MenuItemContainer<MenuItem, Menu, ?>, MenuItemSortingStrategy<MenuItem, F>, MenuMenuItemContainerFactory<MenuItem, Menu>, SeparatorMenuItemFactory<? extends MenuItem>) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Creates a new instance of this class.
AbstractMenuItemContainerMenuItemEvent<MenuItem,Menu extends MenuItem,M extends MenuItem> - Class in org.drombler.acp.core.action.spi
A base class for MenuItemContainer menu item events.
AbstractMenuItemContainerMenuItemEvent(MenuItemContainer<MenuItem, Menu, ?>, MenuItemSupplier<? extends M>, List<String>) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
Creates a new instance of this class.
AbstractMenuItemRootContainer<MenuItem,Menu extends MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
A base class for menu item root containers.
AbstractMenuItemRootContainer(boolean, MenuItemSortingStrategy, MenuMenuItemContainerFactory<MenuItem, Menu>, SeparatorMenuItemFactory<? extends MenuItem>) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuItemRootContainer
Creates a new instance of this class
AbstractPathHandler - Class in org.drombler.acp.core.data
An abstract base class for Path-based DataHandlers.
AbstractPathHandler() - Constructor for class org.drombler.acp.core.data.AbstractPathHandler
Creates a new instance of this class with no path set.
AbstractPathHandler(Path) - Constructor for class org.drombler.acp.core.data.AbstractPathHandler
Creates a new instance of this class.
AbstractToolBarContainerEvent<ToolBar,ToolBarButton,T> - Class in org.drombler.acp.core.action.spi
An abstract base class for ToolBarContainer events.
AbstractToolBarContainerEvent(ToolBarContainer<ToolBar, ToolBarButton>, String, PositionableAdapter<? extends T>) - Constructor for class org.drombler.acp.core.action.spi.AbstractToolBarContainerEvent
Creates a new instance of this class.
accelerator - Variable in class org.drombler.acp.core.action.jaxb.ActionType
 
accelerator - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
accept(T) - Method in class org.drombler.acp.core.commons.util.concurrent.ApplicationThreadConsumer
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
An action descriptor.
ActionDescriptor(Class<T>) - Constructor for class org.drombler.acp.core.action.spi.ActionDescriptor
Creates a new instance of this class.
ActionDescriptor(Class<T>, ResourceLoader) - Constructor for class org.drombler.acp.core.action.spi.ActionDescriptor
Creates a new instance of this class.
ActionFactory<T> - Interface in org.drombler.acp.core.action.spi
An action factory.
actionId - Variable in class org.drombler.acp.core.action.jaxb.MenuEntryType
 
actionId - Variable in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
 
ActionRegistry<D extends ActionDescriptor<?>> - Class in org.drombler.acp.core.action.spi
An OSGi-based action registry.
ActionRegistry(Class<D>) - Constructor for class org.drombler.acp.core.action.spi.ActionRegistry
Creates a new instance of this class.
ActionResolutionManager<T> - Class in org.drombler.acp.core.action.spi
An action resolution manager which manages entries, which depend on actions which have not yet been registered.
ActionResolutionManager() - Constructor for class org.drombler.acp.core.action.spi.ActionResolutionManager
 
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
 
addCenterStatusBarElement(PositionableAdapter<? extends T>) - Method in interface org.drombler.acp.core.status.spi.StatusBarElementContainer
Adds a status bar element to the center of the container.
addCloseEventListener(CloseEventListener) - Method in class org.drombler.acp.core.data.AbstractDataHandler
addExtensionConfiguration(Object) - Static method in class org.drombler.acp.core.application.processing.AbstractApplicationAnnotationProcessor
Adds an extension configuration (an instance of a JAXB root class of the extension point).
addingService(ServiceReference<T>) - Method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
Calls the registered adding service consumer.
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.processing.AbstractApplicationAnnotationProcessor
Adds the JAXB package of the extension point.
addJAXBRootClass(Class<?>) - Static method in class org.drombler.acp.core.application.processing.AbstractApplicationAnnotationProcessor
Adds the JAXB root class of the extension point.
addLeftStatusBarElement(PositionableAdapter<? extends T>) - Method in interface org.drombler.acp.core.status.spi.StatusBarElementContainer
Adds a status bar element to the left side of the container.
addMenu(String, Menu, F, MenuItemSortingStrategy<MenuItem, ?>) - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Adds a sub-menu to this menu item container.
addMenu(String, Menu, F, MenuItemSortingStrategy<MenuItem, ?>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
Adds a sub-menu to this menu item container.
addMenuContainerListener(MenuItemContainerListener<MenuItem, Menu>) - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemRootContainer
addMenuContainerListener(MenuItemContainerListener<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemRootContainer
addMenuItem(MenuItem, F) - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Adds a menu item to this menu item container.
addMenuItem(MenuItem, F) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
Adds a menu item to this menu item container.
addOriginatingElements(Element...) - Static method in class org.drombler.acp.core.application.processing.AbstractApplicationAnnotationProcessor
Adds the originating elements.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.acp.core.data.AbstractDataHandler
addRightStatusBarElement(PositionableAdapter<? extends T>) - Method in interface org.drombler.acp.core.status.spi.StatusBarElementContainer
Adds a status bar element to the right side of the container.
addToolBar(String, PositionableAdapter<T>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Adds a tool bar to this container.
addToolBarButton(String, PositionableAdapter<? extends B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Adds a tool bar button to the tool bar with the specified id.
addToolBarContainerListener(ToolBarContainerListener<T, B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Adds a tool bar container listener.
addToolBarContainerListener(String, ToolBarContainerListener<T, B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Adds a tool bar container listener only for the specified tool bar id.
addUnresolvedEntry(String, UnresolvedEntry<T>) - Method in class org.drombler.acp.core.action.spi.ActionResolutionManager
Adds an unresolved entry.
any - Variable in class org.drombler.acp.core.application.jaxb.ExtensionsType
 
ApplicationThreadConsumer<T> - Class in org.drombler.acp.core.commons.util.concurrent
Executes the wrapped Consumer on the GUI-toolkit specific application thread.
ApplicationThreadConsumer(ApplicationThreadExecutorProvider, Consumer<T>) - Constructor for class org.drombler.acp.core.commons.util.concurrent.ApplicationThreadConsumer
Creates a new instance of this class.
ApplicationThreadExecutorProvider - Interface in org.drombler.acp.core.commons.util.concurrent
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
The application tool bar container provider.
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
A utility class for OSGi Bundles.
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
containsToolBar(String) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Indicates if this container contains a tool bar with the specified id
containsUnresolvedEntries(String) - Method in class org.drombler.acp.core.action.spi.ActionResolutionManager
Checks if this manager contains any unresolved entries for the specified action id.
contentType - Variable in class org.drombler.acp.core.docking.jaxb.EditorDockingType
 
ContextManagerProvider - Interface in org.drombler.acp.core.context
A ContextManager provider registered as OSGi service.
copySystemProperties(Properties) - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
Copies and sets some additional system properties to the provided config properties.
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
Creates a GUI toolkit specific action based on the provided action descriptor.
createActionDescriptor(ActionType, Bundle, ContextManager, ContextInjector) - Static method in class org.drombler.acp.core.action.spi.ActionDescriptor
Creates an instance of an ActionDescriptor from an ActionType unmarshalled from the application.xml.
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
createDockingAreaDescriptor(DockingAreaType) - Static method in class org.drombler.acp.core.docking.spi.DockingAreaDescriptorUtils
Creates an instance of a DockingAreaDescriptor from a DockingAreaType unmarshalled from the application.xml.
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
Creates an instance of an EditorDockingDescriptor from an EditorDockingType unmarshalled from the application.xml.
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.processing.AbstractApplicationAnnotationProcessor
Creates a JAXB context.
createLayoutConstraintsDescriptor(LayoutConstraintsType) - Static method in class org.drombler.acp.core.docking.spi.LayoutConstraintsDescriptorUtils
Creates an instance of a LayoutConstraintsDescriptor from a LayoutConstraintsType unmarshalled from the application.xml.
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
Create a GUI toolkit specific menu component from a MenuDescriptor.
createMenuDescriptor(MenuType, Bundle) - Static method in class org.drombler.acp.core.action.spi.MenuDescriptor
Creates an instance of an MenuDescriptor from a MenuType unmarshalled from the application.xml.
createMenuEntryDescriptor(MenuEntryType) - Static method in class org.drombler.acp.core.action.spi.MenuEntryDescriptor
Creates an instance of a MenuEntryDescriptor from a MenuEntryType unmarshalled from the application.xml.
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
Creates a GUI toolkit specific menu item component from the specified action.
createMenuItemSupplier(T) - Method in class org.drombler.acp.core.action.IdentityMenuItemSupplierFactory
Creates a MenuItemSupplier for the according menu item.
createMenuItemSupplier(T) - Method in interface org.drombler.acp.core.action.MenuItemSupplierFactory
Creates a MenuItemSupplier for the according menu item.
createMenuItemSupplier(T) - Method in class org.drombler.acp.core.action.PositionableMenuItemAdapterFactory
Creates a MenuItemSupplier for the according menu item.
createMenuMenuItemContainer(String, Menu, MenuItemContainer<MenuItem, Menu, ?>, AbstractMenuItemRootContainer<MenuItem, Menu, ?>, MenuItemSortingStrategy<MenuItem, F>, MenuMenuItemContainerFactory<MenuItem, Menu>, SeparatorMenuItemFactory<? extends MenuItem>) - Method in interface org.drombler.acp.core.action.spi.MenuMenuItemContainerFactory
Creates a MenuItemContainer for the specified menu.
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
createSeparatorMenuItem() - Method in interface org.drombler.acp.core.action.spi.SeparatorMenuItemFactory
Creates a GUI toolkit specific separator menu item component.
createServiceTracker(Class<T>, Consumer<T>) - Static method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
Creates a service tracker for the specified service type.
createServiceTracker(Class<T>, Consumer<T>, Consumer<T>) - Static method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
Creates a service tracker for the specified service type.
createServiceTracker(BundleContext, Class<T>, Consumer<T>) - Static method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
Creates a service tracker for the specified service type.
createServiceTracker(BundleContext, Class<T>, Consumer<T>, Consumer<T>) - Static method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
Creates a service tracker for the specified service type.
createStatusBarElementDescriptor(StatusBarElementType, Bundle) - Static method in class org.drombler.acp.core.status.spi.StatusBarElementDescriptor
Creates an instance of a StatusBarElementDescriptor from a StatusBarElementType unmarshalled from the application.xml.
createStatusBarElementsType() - Method in class org.drombler.acp.core.status.jaxb.ObjectFactory
Create an instance of StatusBarElementsType
createStatusBarElementType() - Method in class org.drombler.acp.core.status.jaxb.ObjectFactory
Create an instance of StatusBarElementType
createToggleAction(ToggleActionDescriptor<?>) - Method in interface org.drombler.acp.core.action.spi.ToggleActionFactory
Creates a GUI toolkit specific toggle action based on the provided toggle action descriptor.
createToggleActionDescriptor(ToggleActionType, Bundle, ContextManager, ContextInjector) - Static method in class org.drombler.acp.core.action.spi.ToggleActionDescriptor
Creates an instance of a ToggleActionDescriptor from a ToggleActionType unmarshalled from the application.xml.
createToggleActionType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ToggleActionType
createToggleMenuEntryDescriptor(ToggleMenuEntryType) - Static method in class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
Creates an instance of a ToggleMenuEntryDescriptor from a ToggleMenuEntryType unmarshalled from the application.xml.
createToggleMenuEntryType() - Method in class org.drombler.acp.core.action.jaxb.ObjectFactory
Create an instance of ToggleMenuEntryType
createToggleMenuItem(ToggleMenuEntryDescriptor<MenuItem, ToggleMenuItem, ?>, ToggleAction, int) - Method in interface org.drombler.acp.core.action.spi.ToggleMenuItemFactory
Creates a GUI toolkit specific toggle menu item component from the specified toggle action.
createToolBar(ToolBarDescriptor) - Method in interface org.drombler.acp.core.action.spi.ToolBarFactory
Creates a GUI toolkit specific tool bar.
createToolBarButton(A, int) - Method in interface org.drombler.acp.core.action.spi.ToolBarButtonFactory
Creates a GUI toolkit specific tool bar button from the specified action.
createToolBarDescriptor(ToolBarType, Bundle, ToolBarContainer<T, B>) - Static method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
Creates an instance of a ToolBarDescriptor from a ToolBarType unmarshalled from the application.xml.
createToolBarEntryDescriptor(ToolBarEntryType) - Static method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
Creates an instance of a ToolBarEntryDescriptor from a ToolBarEntryType unmarshalled from the application.xml.
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
Creates a GUI toolkit specific tool bar toggle button from the specified descriptor and toggle action.
createToolBarToggleEntryDescriptor(ToolBarToggleEntryType) - Static method in class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
Creates an instance of a ToolBarToggleEntryDescriptor from a ToolBarToggleEntryType unmarshalled from the application.xml.
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
Creates an instance of a ViewDockingDescriptor from a ViewDockingType unmarshalled from the application.xml.
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
A DataHandlerDescriptorRegistry provider.
DataHandlerRegistryProvider - Interface in org.drombler.acp.core.data.spi
A DataHandlerRegistry provider.
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
 
determineInstallDirPath(Path) - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
Determines the installation directory path of this application.
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
 
Dockables - Class in org.drombler.acp.core.docking.spi
A utility class for Dockables.
DockingArea - Annotation Type in org.drombler.acp.core.docking
This annotation registers a Docking Area.
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
A DockingAreaContainer provider.
DockingAreaDescriptorUtils - Class in org.drombler.acp.core.docking.spi
A utility class for DockingAreaDescriptors.
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
The containing annotation type for the repeatable annotation DockingArea.
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
A utility class for docking descriptors.
DockingState - Enum in org.drombler.acp.core.docking
The docking state.
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
 
doClose() - Method in class org.drombler.acp.core.data.AbstractDataHandler
Closes this data handler.
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
A DocumentHandlerDescriptorRegistry provider.
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
The Drombler ACP configuration.
DromblerACPConfiguration(CommandLineArgs) - Constructor for class org.drombler.acp.startup.main.DromblerACPConfiguration
Creates a new instance of this class.
DromblerACPStarter<T extends DromblerACPConfiguration> - Class in org.drombler.acp.startup.main
The Drombler ACP starter makes sure all registered BootServiceStarters gets started with special support to start the OSGi framework.
DromblerACPStarter(T) - Constructor for class org.drombler.acp.startup.main.DromblerACPStarter
Creates a new instance of this class.

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
An editor docking descriptor.
EditorDockingDescriptor(Class<D>, String, Class<?>) - Constructor for class org.drombler.acp.core.docking.spi.EditorDockingDescriptor
Creates a new instance of this class.
EditorDockingDescriptorRegistry<D> - Interface in org.drombler.acp.core.docking.spi
A registry for EditorDockingDescriptors.
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
 
equals(Object) - Method in class org.drombler.acp.core.commons.util.UnresolvedEntry
Extension - Annotation Type in org.drombler.acp.core.application
Registers an extension using an extension file.
ExtensionPoint<T> - Interface in org.drombler.acp.core.application
The Extension Point interface.
Extensions - Annotation Type in org.drombler.acp.core.application
The containing annotation type for the repeatable annotation Extension.
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
A FileExtensionDescriptorRegistry provider.
FileExtensions - Annotation Type in org.drombler.acp.core.data
The containing annotation type for the repeatable annotation FileExtension.
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
 
fireCloseEvent() - Method in class org.drombler.acp.core.data.AbstractDataHandler
Fires the CloseEvent.
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
 
fromValue(String) - Static method in enum org.drombler.acp.core.status.jaxb.HorizontalAlignmentType
 

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
Gets the accelerator.
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
Gets an action, which has been registered as an OSGi service, from the provided BundleContext-
getActionClass() - Method in interface org.drombler.acp.core.action.spi.ActionFactory
Gets the action class.
getActionDescriptor(String, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
Gets an action descriptor, which has been registered as an OSGi service, from the provided BundleContext-
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
Gets the action id property from the provided OSGi service reference.
getActionId() - Method in class org.drombler.acp.core.action.spi.MenuEntryDescriptor
Gets the id of the action for this menu entry.
getActionId() - Method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
Gets the id of the action for this tool bar entry.
getActivateDockableActionDescriptor() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
Gets the ActionDescriptor to activate the Dockable.
getActivateDockableMenuEntryDescriptor() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
Gets the MenuEntryDescriptor to activate the Dockable.
getAdditionalArguments() - Method in interface org.drombler.acp.startup.main.AdditionalArgumentsProvider
Gets the list of additional arguments passed to the application.
getAny() - Method in class org.drombler.acp.core.application.jaxb.ExtensionsType
Gets the value of the any property.
getApplicationInstanceListener() - Method in class org.drombler.acp.startup.main.DromblerACPStarter
Gets an ApplicationInstanceListener implementation which registers the additional command line args as an AdditionalArgumentsProvider OSGi service.
getApplicationThreadExecutor() - Method in interface org.drombler.acp.core.commons.util.concurrent.ApplicationThreadExecutorProvider
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
Gets the application tool bar container.
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
Gets the Docking Area ID to which this view should be docked.
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.
getClassLoader(Bundle) - Static method in class org.drombler.acp.core.commons.util.BundleUtils
Gets the ClassLoader of the specified OSGi Bundle.
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
Gets the content type of the editor.
getContentType(Class<? extends D>) - Method in interface org.drombler.acp.core.docking.spi.EditorDockingDescriptorRegistry
Gets the content type for the provided editor type.
getContext() - Method in class org.drombler.acp.core.commons.util.UnresolvedEntry
Gets the BundleContext of the unresolved entry.
getContextContent() - Method in class org.drombler.acp.core.data.AbstractDataHandler
Gets the context content.
getContextManager() - Method in interface org.drombler.acp.core.context.ContextManagerProvider
Gets the ContextManager.
getDataHandlerDescriptorRegistry() - Method in interface org.drombler.acp.core.data.spi.DataHandlerDescriptorRegistryProvider
Gets a DataHandlerDescriptorRegistry.
getDataHandlerRegistry() - Method in interface org.drombler.acp.core.data.spi.DataHandlerRegistryProvider
Gets a DataHandlerRegistry.
getDefaultFileExtenion() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
Gets the default file extension for the document type.
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
Gets the display name.
getDisplayName() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
Gets the display name.
getDisplayName() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
Gets the display name.
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
Gets the text to be displayed, e.g. as the text for tabs or menu items.
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
Gets the type of the Dockable.
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
Gets the DockingAreaContainer.
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
Gets a DocumentHandlerDescriptorRegistry.
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
Gets the EditorDockingDescriptor for the provided content type.
getEntry() - Method in class org.drombler.acp.core.action.spi.AbstractToolBarContainerEvent
Gets the tool bar container entry.
getEntry() - Method in class org.drombler.acp.core.commons.util.UnresolvedEntry
Gets the unresolved entry.
getExtensions() - Method in class org.drombler.acp.core.application.jaxb.ApplicationType
Gets the value of the extensions property.
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
Gets a FileExtensionDescriptorRegistry.
getFramework() - Method in class org.drombler.acp.startup.main.DromblerACPStarter
Gets the OSGi framework.
getHandlerClass() - Method in class org.drombler.acp.core.data.jaxb.DataHandlerType
Gets the value of the handlerClass property.
getHorizontalAlignment() - Method in class org.drombler.acp.core.status.jaxb.StatusBarElementType
Gets the value of the horizontalAlignment property.
getHorizontalAlignment() - Method in class org.drombler.acp.core.status.spi.StatusBarElementDescriptor
Gets the horizontal alignment.
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
Gets the icon name pattern to resolve the icons to be used for this action.
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
Gets the icon name pattern to resolve the icons to be used for this view.
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.AbstractMenuItemContainer
Gets the id (or null for root containers).
getId() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
Gets the action id.
getId() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
Gets the id.
getId() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
Gets the id (or null for root containers).
getId() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
Gets the tool bar id.
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
Gets the id of the Dockable.
getItems() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Gets the menu items.
getJAXBRootClass() - Method in interface org.drombler.acp.core.application.ExtensionPoint
Gets the extension JAXB root class.
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
Gets the action listener.
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
Gets the action listener type
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
Gets the menu bar based menu container.
getMenuContainer(String) - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Gets the menu item container for the sub-menu with the specified id.
getMenuContainer(String) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
Gets the menu item container for the sub-menu with the specified id.
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
Gets the id of the menu.
getMenuItem() - Method in class org.drombler.acp.core.action.IdentityMenuItemSupplier
Gets a menu item.
getMenuItem() - Method in interface org.drombler.acp.core.action.MenuItemSupplier
Gets a menu item.
getMenuItem() - Method in class org.drombler.acp.core.action.MenuItemSupplierFactoryEntry
Gets the menu item-
getMenuItem() - Method in class org.drombler.acp.core.action.PositionableMenuItemAdapter
Gets a menu item.
getMenuItemInsertionPoint(List<? extends MenuItemSupplierFactoryEntry<MenuItem, F>>, MenuItemSupplierFactoryEntry<MenuItem, F>) - Method in interface org.drombler.acp.core.action.MenuItemSortingStrategy
Gets the instertion point of the new menu entry.
getMenuItemInsertionPoint(List<? extends MenuItemSupplierFactoryEntry<MenuItem, PositionableMenuItemAdapterFactory<MenuItem>>>, MenuItemSupplierFactoryEntry<MenuItem, PositionableMenuItemAdapterFactory<MenuItem>>) - Method in class org.drombler.acp.core.action.PositionSortingStrategy
Gets the instertion point of the new menu entry.
getMenuItemInsertionPoint(List<? extends MenuItemSupplierFactoryEntry<MenuItem, IdentityMenuItemSupplierFactory<MenuItem>>>, MenuItemSupplierFactoryEntry<MenuItem, IdentityMenuItemSupplierFactory<MenuItem>>) - Method in class org.drombler.acp.core.action.TextMenuItemSortingStrategy
Gets the instertion point of the new menu entry.
getMenuItemRootContainer() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Gets the root container of this container.
getMenuItemRootContainer() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemRootContainer
Gets the root container of this container.
getMenuItemSortingStrategy() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Gets the sorting strategy.
getMenuItemSortingStrategy() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
Gets the sorting strategy.
getMenuItemSupplier() - Method in class org.drombler.acp.core.action.MenuItemSupplierFactoryEntry
getMenuItemSupplier() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
Gets the menu item supplier.
getMenuItemSupplierFactory() - Method in class org.drombler.acp.core.action.spi.AbstractMenuEntryDescriptor
getMenus() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Gets the menus.
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.
getParentMenuContainer() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Gets the parent menu container, if any, else null.
getParentMenuContainer() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
Gets the parent menu container, if any, else null.
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
Gets the slash '/' delimited path of menu IDs.
getPath() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Gets the path of menu ids.
getPath() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
Gets the path of the menu item.
getPath() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
Gets the path of menu ids.
getPath() - Method in class org.drombler.acp.core.data.AbstractPathHandler
Gets the path this data handler should handle 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.ToolBarDescriptor
Gets the position.
getPosition() - Method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
Gets the preferred position of the tool bar entry in the tool bar.
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
Gets the position to order the views in a Docking Area.
getPosition() - Method in class org.drombler.acp.core.status.jaxb.StatusBarElementType
Gets the value of the position property.
getPosition() - Method in class org.drombler.acp.core.status.spi.StatusBarElementDescriptor
Gets the preferred position.
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.
getPropertyChangeSupport() - Method in class org.drombler.acp.core.data.AbstractDataHandler
getResourceBundleBaseName() - Method in class org.drombler.acp.core.action.jaxb.ActionType
Gets the value of the resourceBundleBaseName property.
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
Gets the resource loader to load resources such as icons.
getResourceLoader() - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
Gets the resource loader for loading resources such as icons.
getSeparatorInsertionPoint(int, List<? extends MenuItemSupplierFactoryEntry<MenuItem, F>>, MenuItemSupplierFactoryEntry<MenuItem, F>) - Method in interface org.drombler.acp.core.action.MenuItemSortingStrategy
Gets the instertion point of a new separator.
getSeparatorInsertionPoint(int, List<? extends MenuItemSupplierFactoryEntry<MenuItem, PositionableMenuItemAdapterFactory<MenuItem>>>, MenuItemSupplierFactoryEntry<MenuItem, PositionableMenuItemAdapterFactory<MenuItem>>) - Method in class org.drombler.acp.core.action.PositionSortingStrategy
Gets the instertion point of a new separator.
getSeparatorInsertionPoint(int, List<? extends MenuItemSupplierFactoryEntry<MenuItem, IdentityMenuItemSupplierFactory<MenuItem>>>, MenuItemSupplierFactoryEntry<MenuItem, IdentityMenuItemSupplierFactory<MenuItem>>) - Method in class org.drombler.acp.core.action.TextMenuItemSortingStrategy
This method will always return an empty Optional.
getShowToolBarActionDescriptor() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
Gets the show tool bar ToggleActionDescriptor.
getShowToolBarToggleMenuEntryDescriptor() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
Gets the show tool bar ToggleMenuEntryDescriptor.
getSortingStrategy() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
Gets the sorting strategy.
getState() - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Gets the value of the state property.
getStatusBarElement() - Method in class org.drombler.acp.core.status.jaxb.StatusBarElementsType
Gets the value of the statusBarElement property.
getStatusBarElementClass() - Method in class org.drombler.acp.core.status.jaxb.StatusBarElementType
Gets the value of the statusBarElementClass property.
getStatusBarElementClass() - Method in class org.drombler.acp.core.status.spi.StatusBarElementDescriptor
Gets the status bar element class.
getStatusBarElementContainer() - Method in interface org.drombler.acp.core.status.spi.StatusBarElementContainerProvider
getSupplierFactory() - Method in class org.drombler.acp.core.action.MenuItemSupplierFactoryEntry
getTitle() - Method in class org.drombler.acp.core.data.AbstractPathHandler
Gets the file name of the path as title.
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
Gets the toggle action class.
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
Gets the toggle group id or null if the toggle menu entry should not be part of a toggle group.
getToggleGroupId() - Method in class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
Gets the id of a toggle group.
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
Gets the tool bar id.
getToolBarId() - Method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
Gets the tool bar id of the tool bar this entry should be added to.
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.AbstractPathHandler
Gets the path as tooltip text.
getUniqueKey() - Method in class org.drombler.acp.core.data.AbstractPathHandler
Gets the (real) path as unique key.
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.processing.AbstractApplicationAnnotationProcessor
Handles the specific annotations.
handlerClass - Variable in class org.drombler.acp.core.data.jaxb.DataHandlerType
 
hashCode() - Method in class org.drombler.acp.core.commons.util.UnresolvedEntry
horizontalAlignment - Variable in class org.drombler.acp.core.status.jaxb.StatusBarElementType
 
HorizontalAlignmentType - Enum in org.drombler.acp.core.status.jaxb
Java class for HorizontalAlignmentType.

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
The action id key used register and lookup actions by id.
IdentityMenuItemSupplier<MenuItem> - Class in org.drombler.acp.core.action
This simple MenuItemSupplier just provides the menu item given at construction time.
IdentityMenuItemSupplier(MenuItem) - Constructor for class org.drombler.acp.core.action.IdentityMenuItemSupplier
Creates a new instance of this class.
IdentityMenuItemSupplierFactory<MenuItem> - Class in org.drombler.acp.core.action
This simple MenuItemSupplierFactory creates instances of IdentityMenuItemSuppliers.
IdentityMenuItemSupplierFactory() - Constructor for class org.drombler.acp.core.action.IdentityMenuItemSupplierFactory
 
isDirty() - Method in class org.drombler.acp.core.data.AbstractDataHandler
isInitialized() - Method in class org.drombler.acp.core.data.AbstractDataHandler
isLeftToRight() - Method in interface org.drombler.acp.core.status.spi.StatusBarElementContainer
Indicates if the container is oriented left-to-right.
isMirroringEnabled() - Method in interface org.drombler.acp.core.status.spi.StatusBarElementContainer
Indicates if mirroring is enabled in case of right-to-left orientation.
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.MenuItemSupplierFactoryEntry
Indicates if the menu item is a separator or not.
isSupportingItems() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
Flag which indicates if this menu item container also supports menu items or just menus.
isSupportingItems() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
Flag which indicates if this menu item container also supports menu items or just menus.
isToolBarVisible(String) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Indicates if the tool bar with the specified id is visible
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
Indicates if the tool bar should be visible by default.

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
The Layout constraints.
LayoutConstraintsDescriptorUtils - Class in org.drombler.acp.core.docking.spi
A utility class for LayoutConstraintsDescriptors.
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
Loads a class by name from an OSGi Bundle.
loadDefaultConfigProps() - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration

M

main(String[]) - Static method in class org.drombler.acp.startup.main.DromblerACPStarter
Runs the Drombler ACP starter as an application.
MainWindowProvider<T> - Interface in org.drombler.acp.startup.main
The Main Window provider.
markClean() - Method in class org.drombler.acp.core.data.AbstractDataHandler
Sets the dirty flag to false.
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
Callback for menu added events.
menuAdded(MenuItemContainerMenuEvent<MenuItem, Menu>) - Method in class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
Callback for menu added events.
MenuBarMenuContainerProvider<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
The provider which provides the menu bar based menu container.
MenuDescriptor<MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
A menu descriptor.
MenuDescriptor(String, String, String, F, MenuItemSortingStrategy<MenuItem, ?>) - Constructor for class org.drombler.acp.core.action.spi.MenuDescriptor
Creates a new instance of this class.
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<MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
A menu entry descriptor.
MenuEntryDescriptor(String, String, F) - Constructor for class org.drombler.acp.core.action.spi.MenuEntryDescriptor
Creates a new instance of this class.
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
A menu factory to create a GUI toolkit specific menu component from a MenuDescriptor.
menuItemAdded(MenuItemContainerMenuItemEvent<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainerListener
Callback for menu item added events.
menuItemAdded(MenuItemContainerMenuItemEvent<MenuItem, Menu>) - Method in class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
Callback for menu item added events.
MenuItemContainer<MenuItem,Menu extends MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Interface in org.drombler.acp.core.action.spi
A menu item container.
MenuItemContainerListener<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
A listener for MenuItemContainerMenuEvents .
MenuItemContainerListenerAdapter<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
A simple implementation of MenuItemContainerListener, which does nothing by default.
MenuItemContainerListenerAdapter() - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
 
MenuItemContainerMenuEvent<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
A MenuItemContainer menu event.
MenuItemContainerMenuEvent(MenuItemContainer<MenuItem, Menu, ?>, MenuItemSupplier<? extends Menu>, String, List<String>) - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerMenuEvent
Creates a new instance of this class.
MenuItemContainerMenuItemEvent<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
A MenuItemContainer menu item event.
MenuItemContainerMenuItemEvent(MenuItemContainer<MenuItem, Menu, ?>, MenuItemSupplier<? extends MenuItem>, List<String>) - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerMenuItemEvent
Creates a new instance of this class.
MenuItemFactory<T,A> - Interface in org.drombler.acp.core.action.spi
A menu item factory to create a GUI toolkit specific menu item component from an action.
MenuItemRootContainer<MenuItem,Menu extends MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Interface in org.drombler.acp.core.action.spi
A menu item root container.
MenuItemSortingStrategy<MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Interface in org.drombler.acp.core.action
A custom sorting strategy for programmatically registered menus.
MenuItemSupplier<MenuItem> - Interface in org.drombler.acp.core.action
A menu item supplier provides menu items.
MenuItemSupplierFactory<MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Interface in org.drombler.acp.core.action
A menu item supplier factory creates MenuItemSuppliers for the according menu item.Implementations can associate some custom data with this factory which is needed by a custom MenuItemSortingStrategy and can pass them to the MenuItemSupplier.
MenuItemSupplierFactoryEntry<MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action
This entry associates a MenuItemSupplierFactory with a menu item.
MenuItemSupplierFactoryEntry(F, MenuItem, boolean) - Constructor for class org.drombler.acp.core.action.MenuItemSupplierFactoryEntry
Creates a new instance of this class.
MenuMenuItemContainerFactory<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
A factory to create (sub-)menu component based MenuItemContainers.
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
 
modifiedService(ServiceReference<T>, T) - Method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
Calls the registered adding and removed service consumer.

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
ObjectFactory - Class in org.drombler.acp.core.status.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.drombler.acp.core.status.jaxb package.
ObjectFactory() - Constructor for class org.drombler.acp.core.status.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.drombler.acp.core.status.jaxb
openEditorForContent(UniqueKeyProvider<?>) - Static method in class org.drombler.acp.core.docking.spi.Dockables
Opens an Editor for the specified content.
openView(E) - Static method in class org.drombler.acp.core.docking.spi.Dockables
Opens a View.
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.application.processing - package org.drombler.acp.core.application.processing
Core Drombler ACP Application annotation processing classes.
org.drombler.acp.core.commons.util - package org.drombler.acp.core.commons.util
Drombler ACP utility classes.
org.drombler.acp.core.commons.util.concurrent - package org.drombler.acp.core.commons.util.concurrent
Drombler ACP concurrent utility classes.
org.drombler.acp.core.context - package org.drombler.acp.core.context
Drombler ACP utility classes for the Drombler Commons Context Framework.
org.drombler.acp.core.data - package org.drombler.acp.core.data
Drombler ACP annotations and utility classes for the Drombler Commons Data Framework.
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
Drombler ACP SPI classes for the Drombler Commons Data Framework.
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.core.status - package org.drombler.acp.core.status
Declarative and modular status bar support for Drombler ACP.
org.drombler.acp.core.status.jaxb - package org.drombler.acp.core.status.jaxb
 
org.drombler.acp.core.status.spi - package org.drombler.acp.core.status.spi
SPI for declarative and modular status bar support for Drombler ACP.
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

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
 
PATH_PROPERTY_NAME - Static variable in class org.drombler.acp.core.data.AbstractPathHandler
The name of the 'uniqueKey' property.
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
 
position - Variable in class org.drombler.acp.core.status.jaxb.StatusBarElementType
 
PositionableMenuItemAdapter<MenuItem> - Class in org.drombler.acp.core.action
This MenuItemSupplier associates a menu item with a position.
PositionableMenuItemAdapter(MenuItem, int) - Constructor for class org.drombler.acp.core.action.PositionableMenuItemAdapter
Creates a new instance of this class.
PositionableMenuItemAdapterFactory<MenuItem> - Class in org.drombler.acp.core.action
This MenuItemSupplierFactory knows the position to associate with the according menu item.
PositionableMenuItemAdapterFactory(int) - Constructor for class org.drombler.acp.core.action.PositionableMenuItemAdapterFactory
Creates a new instance of this class.
PositionSortingStrategy<MenuItem> - Class in org.drombler.acp.core.action
The default position-based sorting strategy for declaratively registered menus and menu items.
PositionSortingStrategy() - Constructor for class org.drombler.acp.core.action.PositionSortingStrategy
 
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.processing.AbstractApplicationAnnotationProcessor

R

registerAction(String, Class<T>, T, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
Registers an action as an OSGi service.
registerActionDescriptor(D, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
Registers an action descriptor as an OSGi service associated with the action id.
registerEditorDockingDescriptor(Class<?>, EditorDockingDescriptor<? extends D>) - Method in interface org.drombler.acp.core.docking.spi.EditorDockingDescriptorRegistry
Registers an EditorDockingDescriptor for a content type.
removeCloseEventListener(CloseEventListener) - Method in class org.drombler.acp.core.data.AbstractDataHandler
removedService(ServiceReference<T>, T) - Method in class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
Calls the registered removed service consumer.
removeMenuContainerListener(MenuItemContainerListener<MenuItem, Menu>) - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemRootContainer
removeMenuContainerListener(MenuItemContainerListener<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemRootContainer
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.drombler.acp.core.data.AbstractDataHandler
removeToolBar(String) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Removes the tool bar with the specified id from this container.
removeToolBarButton(String, B) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Removes a tool bar button from the tool bar with the specified id.
removeToolBarContainerListener(ToolBarContainerListener<T, B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Removes a tool bar container listener.
removeToolBarContainerListener(String, ToolBarContainerListener<T, B>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Removes a tool bar container listener only for the specified tool bar id.
removeUnresolvedEntries(String) - Method in class org.drombler.acp.core.action.spi.ActionResolutionManager
Gets and removes all unresolved entries associated with the provided action id.
resolveProperties(Properties) - Method in class org.drombler.acp.startup.main.DromblerACPConfiguration
Resolves properties with variables.
resourceBundleBaseName - Variable in class org.drombler.acp.core.action.jaxb.ActionType
 
resourceBundleBaseName - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 

S

save() - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
Saves the content to the file.
saveNew(Path) - Method in class org.drombler.acp.core.data.AbstractDocumentHandler
Saves the content to a file and updates the path property.
SeparatorMenuItemFactory<S> - Interface in org.drombler.acp.core.action.spi
A separator menu item factory to create a GUI toolkit specific separator menu item component.
ServiceLoaderException - Exception in org.drombler.acp.startup.main
A service loader exception.
ServiceLoaderException() - Constructor for exception org.drombler.acp.startup.main.ServiceLoaderException
Creates a new instance of this class.
ServiceLoaderException(String) - Constructor for exception org.drombler.acp.startup.main.ServiceLoaderException
Creates a new instance of this class.
ServiceLoaderException(String, Throwable) - Constructor for exception org.drombler.acp.startup.main.ServiceLoaderException
Creates a new instance of this class.
ServiceLoaderException(Throwable) - Constructor for exception org.drombler.acp.startup.main.ServiceLoaderException
Creates a new instance of this class.
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
Sets the accelerator.
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
Sets the MenuEntryDescriptor to activate the Dockable.
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
Sets the Docking Area ID to which this view should be docked.
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
Sets the display name.
setDisplayName(String) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
Sets the display name.
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.
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.
setHorizontalAlignment(HorizontalAlignmentType) - Method in class org.drombler.acp.core.status.jaxb.StatusBarElementType
Sets the value of the horizontalAlignment 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
Sets the icon name pattern to resolve the icons to be used for this action.
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
Sets the action id.
setId(String) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
Sets the tool bar id.
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.
setInitialized(boolean) - Method in class org.drombler.acp.core.data.AbstractDataHandler
Sets the initialized flag.
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
Sets the action listener.
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(Path) - Method in class org.drombler.acp.core.data.AbstractPathHandler
Sets the path this data handler should handle.
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
Sets the position.
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
Sets the position to order the views in a Docking Area.
setPosition(int) - Method in class org.drombler.acp.core.status.jaxb.StatusBarElementType
Sets the value of the position property.
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.action.jaxb.ActionType
Sets the value of the resourceBundleBaseName 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
Sets the show tool bar ToggleActionDescriptor.
setShowToolBarToggleMenuEntryDescriptor(ToggleMenuEntryDescriptor<?, ?, ?>) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
Sets the show tool bar ToggleMenuEntryDescriptor.
setState(DockingStateType) - Method in class org.drombler.acp.core.docking.jaxb.ViewDockingType
Sets the value of the state property.
setStatusBarElementClass(String) - Method in class org.drombler.acp.core.status.jaxb.StatusBarElementType
Sets the value of the statusBarElementClass 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
Sets the visible property of the tool bar with the specified id.
setUniqueKey(Path) - Method in class org.drombler.acp.core.data.AbstractPathHandler
Sets the (real) path as unique key.
setViewEntry(E) - Method in class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
Sets the view entry (a Dockable).
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
Sets if the tool bar should be visible by default.
SimpleServiceTrackerCustomizer<T> - Class in org.drombler.acp.core.commons.util
A simple ServiceTrackerCustomizer implementation which delegates the work to Consumers.
SimpleServiceTrackerCustomizer(BundleContext, Consumer<T>, Consumer<T>) - Constructor for class org.drombler.acp.core.commons.util.SimpleServiceTrackerCustomizer
Creates a new instance of this class.
start() - Method in class org.drombler.acp.startup.main.DromblerACPStarter
Registers the additional command line args as an AdditionalArgumentsProvider OSGi service.
state - Variable in class org.drombler.acp.core.docking.jaxb.ViewDockingType
 
statusBarElement - Variable in class org.drombler.acp.core.status.jaxb.StatusBarElementsType
 
StatusBarElement - Annotation Type in org.drombler.acp.core.status
This annotation registers a status bar element.
statusBarElementClass - Variable in class org.drombler.acp.core.status.jaxb.StatusBarElementType
 
StatusBarElementContainer<T> - Interface in org.drombler.acp.core.status.spi
A status bar element container.
StatusBarElementContainerProvider<T> - Interface in org.drombler.acp.core.status.spi
StatusBarElementDescriptor<T> - Class in org.drombler.acp.core.status.spi
A status bar element descriptor.
StatusBarElementDescriptor(Class<T>, HorizontalAlignment, int) - Constructor for class org.drombler.acp.core.status.spi.StatusBarElementDescriptor
Creates a new instance of this class.
StatusBarElementsType - Class in org.drombler.acp.core.status.jaxb
Java class for statusBarElements element declaration.
StatusBarElementsType() - Constructor for class org.drombler.acp.core.status.jaxb.StatusBarElementsType
 
StatusBarElementType - Class in org.drombler.acp.core.status.jaxb
Java class for StatusBarElementType complex type.
StatusBarElementType() - Constructor for class org.drombler.acp.core.status.jaxb.StatusBarElementType
 

T

TextMenuItemSortingStrategy<MenuItem> - Class in org.drombler.acp.core.action
A MenuItemSortingStrategy which sorts the menu items depending on their text using a locale-sensitive comparison.
TextMenuItemSortingStrategy(Function<MenuItem, String>) - Constructor for class org.drombler.acp.core.action.TextMenuItemSortingStrategy
Creates a new instance of the class.
TextMenuItemSortingStrategy(Function<MenuItem, String>, Collator) - Constructor for class org.drombler.acp.core.action.TextMenuItemSortingStrategy
Creates a new instance of the class.
toggleAction - Variable in class org.drombler.acp.core.action.jaxb.ActionsType
 
ToggleAction - Annotation Type in org.drombler.acp.core.action
This annotation registers a toggle action.
ToggleActionDescriptor<T> - Class in org.drombler.acp.core.action.spi
A toggle action descriptor.
ToggleActionDescriptor(Class<T>) - Constructor for class org.drombler.acp.core.action.spi.ToggleActionDescriptor
Creates a new instance of this class.
ToggleActionDescriptor(Class<T>, ResourceLoader) - Constructor for class org.drombler.acp.core.action.spi.ToggleActionDescriptor
Creates a new instance of this class.
ToggleActionFactory<T> - Interface in org.drombler.acp.core.action.spi
A toggle action factory.
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
This annotation registers a toggle menu entry.
ToggleMenuEntryDescriptor<MenuItem,ToggleMenuItem extends MenuItem,F extends MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
A toggle menu entry desciptor.
ToggleMenuEntryDescriptor(String, String, String, F) - Constructor for class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
Creates a new instance of this class.
ToggleMenuEntryDescriptor(String, String, F) - Constructor for class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
Creates a new instance of this class.
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<MenuItem,ToggleMenuItem extends MenuItem,ToggleAction> - Interface in org.drombler.acp.core.action.spi
A toggle menu item factory to create a GUI toolkit specific toggle menu item component from a toggle action.
toNextSeparatorSupplierFactory() - Method in class org.drombler.acp.core.action.IdentityMenuItemSupplierFactory
toNextSeparatorSupplierFactory() - Method in interface org.drombler.acp.core.action.MenuItemSupplierFactory
 
toNextSeparatorSupplierFactory() - Method in class org.drombler.acp.core.action.PositionableMenuItemAdapterFactory
toolBar - Variable in class org.drombler.acp.core.action.jaxb.ToolBarsType
 
ToolBar - Annotation Type in org.drombler.acp.core.action
This annotation registers a tool bar.
toolBarAdded(ToolBarContainerToolBarEvent<ToolBar, ToolBarButton>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainerListener
The callback method when a tool bar was added.
toolBarAdded(ToolBarContainerToolBarEvent<ToolBar, ToolBarButton>) - Method in class org.drombler.acp.core.action.spi.ToolBarContainerListenerAdapter
The callback method when a tool bar was added.
toolBarButtonAdded(ToolBarContainerToolBarButtonEvent<ToolBar, ToolBarButton>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainerListener
The callback method when a tool bar button was added.
toolBarButtonAdded(ToolBarContainerToolBarButtonEvent<ToolBar, ToolBarButton>) - Method in class org.drombler.acp.core.action.spi.ToolBarContainerListenerAdapter
The callback method when a tool bar button was added.
ToolBarButtonFactory<B,A> - Interface in org.drombler.acp.core.action.spi
A tool bar button factory to create a GUI toolkit specific tool bar button from an action.
toolBarButtonRemoved(ToolBarContainerToolBarButtonEvent<ToolBar, ToolBarButton>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainerListener
The callback method when a tool bar button was removed.
toolBarButtonRemoved(ToolBarContainerToolBarButtonEvent<ToolBar, ToolBarButton>) - Method in class org.drombler.acp.core.action.spi.ToolBarContainerListenerAdapter
The callback method when a tool bar button was removed.
ToolBarContainer<T,B> - Interface in org.drombler.acp.core.action.spi
A tool bar container, which manages tool bars and tool bar buttons.
ToolBarContainerListener<ToolBar,ToolBarButton> - Interface in org.drombler.acp.core.action.spi
A ToolBarContainer listener.
ToolBarContainerListenerAdapter<ToolBar,ToolBarButton> - Class in org.drombler.acp.core.action.spi
An base class for ToolBarContainerListeners.
ToolBarContainerListenerAdapter() - Constructor for class org.drombler.acp.core.action.spi.ToolBarContainerListenerAdapter
 
ToolBarContainerToolBarButtonEvent<ToolBar,ToolBarButton> - Class in org.drombler.acp.core.action.spi
A ToolBarContainer tool bar button event.
ToolBarContainerToolBarButtonEvent(ToolBarContainer<ToolBar, ToolBarButton>, String, PositionableAdapter<? extends ToolBarButton>) - Constructor for class org.drombler.acp.core.action.spi.ToolBarContainerToolBarButtonEvent
Creates a new instance of this class
ToolBarContainerToolBarEvent<ToolBar,ToolBarButton> - Class in org.drombler.acp.core.action.spi
A ToolBarContainer tool bar event.
ToolBarContainerToolBarEvent(ToolBarContainer<ToolBar, ToolBarButton>, String, PositionableAdapter<? extends ToolBar>) - Constructor for class org.drombler.acp.core.action.spi.ToolBarContainerToolBarEvent
Creates a new instance of this class.
ToolBarDescriptor - Class in org.drombler.acp.core.action.spi
A tool bar descriptor.
ToolBarDescriptor() - Constructor for class org.drombler.acp.core.action.spi.ToolBarDescriptor
Creates a new instance of this class.
toolBarEntry - Variable in class org.drombler.acp.core.action.jaxb.ToolBarsType
 
ToolBarEntry - Annotation Type in org.drombler.acp.core.action
This annotation registers a tool bar entry.
ToolBarEntryDescriptor - Class in org.drombler.acp.core.action.spi
A tool bar entry descriptor.
ToolBarEntryDescriptor(String, String, int) - Constructor for class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
Creates a new instance of this class.
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
A tool bar factory to create a GUI toolkit specific tool bar.
toolBarId - Variable in class org.drombler.acp.core.action.jaxb.ToolBarEntryType
 
toolBarRemoved(ToolBarContainerToolBarEvent<ToolBar, ToolBarButton>) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainerListener
The callback method when a tool bar was removed.
toolBarRemoved(ToolBarContainerToolBarEvent<ToolBar, ToolBarButton>) - Method in class org.drombler.acp.core.action.spi.ToolBarContainerListenerAdapter
The callback method when a tool bar was removed.
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
A tool bar toggle button factory to create a GUI toolkit specific tool bar toggle button from a toggle action.
toolBarToggleEntry - Variable in class org.drombler.acp.core.action.jaxb.ToolBarsType
 
ToolBarToggleEntry - Annotation Type in org.drombler.acp.core.action
This annotation registers a tool bar toggle entry.
ToolBarToggleEntryDescriptor - Class in org.drombler.acp.core.action.spi
A tool bar toggle entry descriptor.
ToolBarToggleEntryDescriptor(String, String, int, String) - Constructor for class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
Creates a new instance of this class.
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
 
toPreviousSeparatorSupplierFactory() - Method in class org.drombler.acp.core.action.IdentityMenuItemSupplierFactory
toPreviousSeparatorSupplierFactory() - Method in interface org.drombler.acp.core.action.MenuItemSupplierFactory
 
toPreviousSeparatorSupplierFactory() - Method in class org.drombler.acp.core.action.PositionableMenuItemAdapterFactory
toString() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
toString() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
toString() - Method in class org.drombler.acp.core.action.spi.MenuEntryDescriptor
toString() - Method in class org.drombler.acp.core.commons.util.UnresolvedEntry
toString() - Method in class org.drombler.acp.core.data.AbstractDataHandler

U

unregisterEditorDockingDescriptor(Class<?>) - Method in interface org.drombler.acp.core.docking.spi.EditorDockingDescriptorRegistry
Unregisters the EditorDockingDescriptor, which has been registered for the specified content type.
UnresolvedEntry<T> - Class in org.drombler.acp.core.commons.util
An unresolved entry which keeps a reference to its BundleContext.
UnresolvedEntry(T, BundleContext) - Constructor for class org.drombler.acp.core.commons.util.UnresolvedEntry
Creates a new instance of this class.

V

value() - Method in enum org.drombler.acp.core.docking.jaxb.DockingAreaKindType
 
value() - Method in enum org.drombler.acp.core.docking.jaxb.DockingStateType
 
value() - Method in enum org.drombler.acp.core.status.jaxb.HorizontalAlignmentType
 
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.
valueOf(String) - Static method in enum org.drombler.acp.core.status.jaxb.HorizontalAlignmentType
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum org.drombler.acp.core.status.jaxb.HorizontalAlignmentType
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
Registers an view dockable.
ViewDockingDescriptor<D,DATA extends org.drombler.commons.docking.DockableData,E extends org.drombler.commons.docking.DockableEntry<D,DATA>> - Class in org.drombler.acp.core.docking.spi
A view docking descriptor.
ViewDockingDescriptor(Class<D>, String, String, String, String, String) - Constructor for class org.drombler.acp.core.docking.spi.ViewDockingDescriptor
Creates a new instance of this class.
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
A window menu entry.
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
 
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–2019 Drombler. All rights reserved.