Skip navigation links
A C G I M O R S T 

A

AbstractMenuEntryDescriptor<MenuItem,F extends org.drombler.acp.core.action.MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
 
AbstractMenuEntryDescriptor(String, F) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuEntryDescriptor
 
AbstractMenuItemContainer<MenuItem,Menu extends MenuItem,F extends org.drombler.acp.core.action.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
 
AbstractMenuItemContainerMenuItemEvent<MenuItem,Menu extends MenuItem,M extends MenuItem> - Class in org.drombler.acp.core.action.spi
 
AbstractMenuItemContainerMenuItemEvent(MenuItemContainer<MenuItem, Menu, ?>, MenuItemSupplier<? extends M>, List<String>) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
 
AbstractMenuItemRootContainer<MenuItem,Menu extends MenuItem,F extends org.drombler.acp.core.action.MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
 
AbstractMenuItemRootContainer(boolean, MenuItemSortingStrategy, MenuMenuItemContainerFactory<MenuItem, Menu>, SeparatorMenuItemFactory<? extends MenuItem>) - Constructor for class org.drombler.acp.core.action.spi.AbstractMenuItemRootContainer
 
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.
ActionDescriptor<T> - Class in org.drombler.acp.core.action.spi
 
ActionDescriptor(Class<T>) - Constructor for class org.drombler.acp.core.action.spi.ActionDescriptor
 
ActionDescriptor(Class<T>, ResourceLoader) - Constructor for class org.drombler.acp.core.action.spi.ActionDescriptor
 
ActionFactory<T> - Interface in org.drombler.acp.core.action.spi
 
ActionRegistry<D extends ActionDescriptor<?>> - Class in org.drombler.acp.core.action.spi
 
ActionRegistry(Class<D>) - Constructor for class org.drombler.acp.core.action.spi.ActionRegistry
 
addMenu(String, Menu, F, MenuItemSortingStrategy<MenuItem, ?>) - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
addMenu(String, Menu, F, MenuItemSortingStrategy<MenuItem, ?>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
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
addMenuItem(MenuItem, F) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
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.
ApplicationToolBarContainerProvider<T,B> - Interface in org.drombler.acp.core.action.spi
 

C

containsToolBar(String) - Method in interface org.drombler.acp.core.action.spi.ToolBarContainer
Indicates if this container contains a tool bar with the specified id
createAction(ActionDescriptor<?>) - Method in interface org.drombler.acp.core.action.spi.ActionFactory
 
createActionDescriptor(ActionType, Bundle, ContextManager, ContextInjector) - Static method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
createMenu(MenuDescriptor) - Method in interface org.drombler.acp.core.action.spi.MenuFactory
 
createMenuDescriptor(MenuType, Bundle) - Static method in class org.drombler.acp.core.action.spi.MenuDescriptor
 
createMenuEntryDescriptor(MenuEntryType) - Static method in class org.drombler.acp.core.action.spi.MenuEntryDescriptor
 
createMenuItem(A, int) - Method in interface org.drombler.acp.core.action.spi.MenuItemFactory
 
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
 
createSeparatorMenuItem() - Method in interface org.drombler.acp.core.action.spi.SeparatorMenuItemFactory
 
createToggleAction(ActionDescriptor<?>) - Method in interface org.drombler.acp.core.action.spi.ToggleActionFactory
 
createToggleActionDescriptor(ToggleActionType, Bundle, ContextManager, ContextInjector) - Static method in class org.drombler.acp.core.action.spi.ToggleActionDescriptor
 
createToggleMenuEntryDescriptor(ToggleMenuEntryType) - Static method in class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
 
createToggleMenuItem(ToggleMenuEntryDescriptor, A, int) - Method in interface org.drombler.acp.core.action.spi.ToggleMenuItemFactory
 
createToolBar(ToolBarDescriptor) - Method in interface org.drombler.acp.core.action.spi.ToolBarFactory
 
createToolBarButton(A, int) - Method in interface org.drombler.acp.core.action.spi.ToolBarButtonFactory
 
createToolBarDescriptor(ToolBarType, Bundle, ToolBarContainer<T, B>) - Static method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
createToolBarEntryDescriptor(ToolBarEntryType) - Static method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
createToolBarToggleButton(ToolBarToggleEntryDescriptor, A, int) - Method in interface org.drombler.acp.core.action.spi.ToolBarToggleButtonFactory
 
createToolBarToggleEntryDescriptor(ToolBarToggleEntryType) - Static method in class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
 

G

getAccelerator() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getAction(String, Class<T>, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
 
getActionClass() - Method in interface org.drombler.acp.core.action.spi.ActionFactory
 
getActionDescriptor(String, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
 
getActionId(ServiceReference<?>) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
 
getActionId() - Method in class org.drombler.acp.core.action.spi.MenuEntryDescriptor
 
getActionId() - Method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
getApplicationToolBarContainer() - Method in interface org.drombler.acp.core.action.spi.ApplicationToolBarContainerProvider
 
getDisplayName() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getDisplayName() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
 
getDisplayName() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getEntry() - Method in class org.drombler.acp.core.action.spi.AbstractToolBarContainerEvent
Gets the tool bar container entry.
getIcon() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getId() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
getId() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getId() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
 
getId() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
getId() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getItems() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
 
getListener() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getListenerType() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getMenuBarMenuContainer() - Method in interface org.drombler.acp.core.action.spi.MenuBarMenuContainerProvider
 
getMenuContainer(String) - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
getMenuContainer(String) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
getMenuId() - Method in class org.drombler.acp.core.action.spi.MenuItemContainerMenuEvent
 
getMenuItem() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
 
getMenuItemRootContainer() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
 
getMenuItemRootContainer() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemRootContainer
 
getMenuItemSortingStrategy() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
getMenuItemSortingStrategy() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
getMenuItemSupplierFactory() - Method in class org.drombler.acp.core.action.spi.AbstractMenuEntryDescriptor
 
getMenus() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
 
getParentMenuContainer() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
getParentMenuContainer() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
getPath() - Method in class org.drombler.acp.core.action.spi.AbstractMenuEntryDescriptor
 
getPath() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
getPath() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainerMenuItemEvent
 
getPath() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
getPosition() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getPosition() - Method in class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
getResourceLoader() - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
getShowToolBarActionDescriptor() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getShowToolBarCheckMenuEntryDescriptor() - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
getSortingStrategy() - Method in class org.drombler.acp.core.action.spi.MenuDescriptor
 
getToggleActionClass() - Method in interface org.drombler.acp.core.action.spi.ToggleActionFactory
 
getToggleGroupId() - Method in class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
 
getToggleGroupId() - Method in class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
 
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
 

I

ID_KEY - Static variable in class org.drombler.acp.core.action.spi.ActionDescriptor
 
isSupportingItems() - Method in class org.drombler.acp.core.action.spi.AbstractMenuItemContainer
isSupportingItems() - Method in interface org.drombler.acp.core.action.spi.MenuItemContainer
 
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.spi.ToolBarDescriptor
 

M

menuAdded(MenuItemContainerMenuEvent<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainerListener
 
menuAdded(MenuItemContainerMenuEvent<MenuItem, Menu>) - Method in class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
 
MenuBarMenuContainerProvider<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
 
MenuDescriptor<MenuItem,F extends org.drombler.acp.core.action.MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
 
MenuDescriptor(String, String, String, F, MenuItemSortingStrategy<MenuItem, ?>) - Constructor for class org.drombler.acp.core.action.spi.MenuDescriptor
 
MenuEntryDescriptor<MenuItem,F extends org.drombler.acp.core.action.MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
 
MenuEntryDescriptor(String, String, F) - Constructor for class org.drombler.acp.core.action.spi.MenuEntryDescriptor
 
MenuFactory<T> - Interface in org.drombler.acp.core.action.spi
 
menuItemAdded(MenuItemContainerMenuItemEvent<MenuItem, Menu>) - Method in interface org.drombler.acp.core.action.spi.MenuItemContainerListener
 
menuItemAdded(MenuItemContainerMenuItemEvent<MenuItem, Menu>) - Method in class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
 
MenuItemContainer<MenuItem,Menu extends MenuItem,F extends org.drombler.acp.core.action.MenuItemSupplierFactory<MenuItem,F>> - Interface in org.drombler.acp.core.action.spi
 
MenuItemContainerListener<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
TODO: more methods might be added in future
MenuItemContainerListenerAdapter<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
 
MenuItemContainerListenerAdapter() - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerListenerAdapter
 
MenuItemContainerMenuEvent<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
 
MenuItemContainerMenuEvent(MenuItemContainer<MenuItem, Menu, ?>, MenuItemSupplier<? extends Menu>, String, List<String>) - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerMenuEvent
 
MenuItemContainerMenuItemEvent<MenuItem,Menu extends MenuItem> - Class in org.drombler.acp.core.action.spi
 
MenuItemContainerMenuItemEvent(MenuItemContainer<MenuItem, Menu, ?>, MenuItemSupplier<? extends MenuItem>, List<String>) - Constructor for class org.drombler.acp.core.action.spi.MenuItemContainerMenuItemEvent
 
MenuItemFactory<T,A> - Interface in org.drombler.acp.core.action.spi
 
MenuItemRootContainer<MenuItem,Menu extends MenuItem,F extends org.drombler.acp.core.action.MenuItemSupplierFactory<MenuItem,F>> - Interface in org.drombler.acp.core.action.spi
 
MenuMenuItemContainerFactory<MenuItem,Menu extends MenuItem> - Interface in org.drombler.acp.core.action.spi
 

O

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.

R

registerAction(String, Class<T>, T, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
 
registerActionDescriptor(D, BundleContext) - Method in class org.drombler.acp.core.action.spi.ActionRegistry
 
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
 
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.

S

SeparatorMenuItemFactory<S> - Interface in org.drombler.acp.core.action.spi
 
setAccelerator(String) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setDisplayName(String) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setDisplayName(String) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setIcon(String) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setId(String) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setId(String) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setListener(T) - Method in class org.drombler.acp.core.action.spi.ActionDescriptor
 
setPosition(int) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setShowToolBarActionDescriptor(ToggleActionDescriptor<?>) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
setShowToolBarCheckMenuEntryDescriptor(ToggleMenuEntryDescriptor) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
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.
setVisible(boolean) - Method in class org.drombler.acp.core.action.spi.ToolBarDescriptor
 

T

ToggleActionDescriptor<T> - Class in org.drombler.acp.core.action.spi
 
ToggleActionDescriptor(Class<T>) - Constructor for class org.drombler.acp.core.action.spi.ToggleActionDescriptor
 
ToggleActionDescriptor(Class<T>, ResourceLoader) - Constructor for class org.drombler.acp.core.action.spi.ToggleActionDescriptor
 
ToggleActionFactory<T> - Interface in org.drombler.acp.core.action.spi
 
ToggleMenuEntryDescriptor<MenuItem,F extends org.drombler.acp.core.action.MenuItemSupplierFactory<MenuItem,F>> - Class in org.drombler.acp.core.action.spi
 
ToggleMenuEntryDescriptor(String, String, String, F) - Constructor for class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
 
ToggleMenuEntryDescriptor(String, String, F) - Constructor for class org.drombler.acp.core.action.spi.ToggleMenuEntryDescriptor
 
ToggleMenuItemFactory<T,A> - Interface in org.drombler.acp.core.action.spi
 
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
 
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 GUI-toolkit agnostic service provider interface for tool bar container.
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
 
ToolBarDescriptor() - Constructor for class org.drombler.acp.core.action.spi.ToolBarDescriptor
 
ToolBarEntryDescriptor - Class in org.drombler.acp.core.action.spi
 
ToolBarEntryDescriptor(String, String, int) - Constructor for class org.drombler.acp.core.action.spi.ToolBarEntryDescriptor
 
ToolBarFactory<T> - Interface in org.drombler.acp.core.action.spi
 
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.
ToolBarToggleButtonFactory<B,A> - Interface in org.drombler.acp.core.action.spi
 
ToolBarToggleEntryDescriptor - Class in org.drombler.acp.core.action.spi
 
ToolBarToggleEntryDescriptor(String, String, int, String) - Constructor for class org.drombler.acp.core.action.spi.ToolBarToggleEntryDescriptor
 
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
 
A C G I M O R S T 
Skip navigation links

Copyright © 2012–2018 Drombler. All rights reserved.