|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object devplugin.ActionMenu tvbrowser.core.plugin.ActionMenuProxy
public class ActionMenuProxy
This Class is a Proxy for ActionMenu's. It capsulates Actions into ActionProxies. These ActionProxies will show an Error Dialog that enables the User to deactive a malfuncioning Plugin
Constructor Summary | |
---|---|
ActionMenuProxy(PluginProxy pluginProxy,
ActionMenu actionMenu)
Creates the Proxy |
Method Summary | |
---|---|
javax.swing.Action |
getAction()
Returns an ActionProxy containing the Action |
ActionMenu[] |
getSubItems()
Returns SubItems that are encapsulated by ActionMenuProxies |
Methods inherited from class devplugin.ActionMenu |
---|
getTitle, hasSubItems, isSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionMenuProxy(PluginProxy pluginProxy, ActionMenu actionMenu)
pluginProxy
- PluginProxy to useactionMenu
- ActionMenu that is going to be encapsulatedMethod Detail |
---|
public javax.swing.Action getAction()
getAction
in class ActionMenu
public ActionMenu[] getSubItems()
getSubItems
in class ActionMenu
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |