Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.action
Interface IActionContainerProvider<C extends Container>
- All Known Implementing Classes:
AbstractMenuItemProvider,JComboBoxActionProvider,JRadioButtonMenuItemProvider
public interface IActionContainerProvider<C extends Container>
-
Method Summary
-
Method Details
-
getAction
Action getAction() -
getButton
AbstractButton getButton() -
getContainer
C getContainer()
-