org.netbeans.actions.spi |
|
Java Source File Name | Type | Comment |
ActionProvider.java | Class | The heart of the actions framework from the application author's perspective -
the implementation of this class supplies the available actions in a given
context. |
ContainerProvider.java | Class | Provides the names of available action containers in the system, such
as toolbars and menus. |
ContextProviderSupport.java | Class | Provides a more convenient and efficient way to implement ContextProvider -
assembles the context map out of a set of Contributors. |
ProxyActionProvider.java | Class | ActionProvider impl which can proxy other action providers, such as
a legacy wrapper and some other implementation. |
ProxyContainerProvider.java | Class | Container provider which can proxy other container providers. |
ProxyContextProvider.java | Class | Convenience implementation of ContextProvider which can proxy an
array of ContextProviders. |