| org.netbeans.actions.engine.spi.ActionFactory
ActionFactory | public interface ActionFactory (Code) | | Creates actions on demand only when they need to be invoked.
author: tim |
getAction | public Action getAction(String action, String containerCtx, Map context)(Code) | | Construct an invokable Swing action. The action should only be
constructed when a user-gesture to invoke has been made and needs to
be fulfilled
|
|
|