Package net.anwiba.commons.swing.menu
Class AbstractMenuItemProvider<T extends javax.swing.JMenuItem>
- java.lang.Object
-
- net.anwiba.commons.swing.menu.AbstractMenuItemProvider<T>
-
- All Implemented Interfaces:
IActionContainerProvider<T>
- Direct Known Subclasses:
JRadioButtonMenuItemProvider
public abstract class AbstractMenuItemProvider<T extends javax.swing.JMenuItem> extends java.lang.Object implements IActionContainerProvider<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractMenuItemProvider(javax.swing.Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.ActiongetAction()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.swing.action.IActionContainerProvider
getButton, getContainer
-
-
-
-
Method Detail
-
getAction
public javax.swing.Action getAction()
- Specified by:
getActionin interfaceIActionContainerProvider<T extends javax.swing.JMenuItem>
-
-