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