public class JComboBoxActionProvider extends Object implements IActionContainerProvider<JComboBox>
| Constructor and Description |
|---|
JComboBoxActionProvider(ComboBoxModel comboBoxModel,
Action action) |
JComboBoxActionProvider(ComboBoxModel comboBoxModel,
Action action,
String toolTip) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction() |
AbstractButton |
getButton() |
JComboBox |
getContainer() |
public JComboBoxActionProvider(ComboBoxModel comboBoxModel, Action action)
public JComboBoxActionProvider(ComboBoxModel comboBoxModel, Action action, String toolTip)
public Action getAction()
getAction in interface IActionContainerProvider<JComboBox>public JComboBox getContainer()
getContainer in interface IActionContainerProvider<JComboBox>public AbstractButton getButton()
getButton in interface IActionContainerProvider<JComboBox>Copyright © 2007–2017 Andreas Bartels. All rights reserved.