private class PrefJPanel.CbAction extends javax.swing.AbstractAction implements javax.swing.event.ListSelectionListener
| Modifier and Type | Field and Description |
|---|---|
private PrefJPanel |
panel |
| Constructor and Description |
|---|
CbAction(PrefJPanel panel) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
private PrefJPanel panel
public CbAction(PrefJPanel panel)
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenerpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener