com.jaxfront.swing.ui.visualizers
Interface ListViewAction
- All Superinterfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.util.EventListener
public interface ListViewAction
- extends javax.swing.Action
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from interface javax.swing.Action |
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
actionPerformed
void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
void actionPerformed(int eventType,
java.awt.event.ActionEvent event)
- Invoked when an button action on a list occurs.
- Parameters:
eventType
- event
-
valueChanged
void valueChanged(javax.swing.event.ListSelectionEvent e)
itemStateChanged
void itemStateChanged(java.awt.event.ItemEvent e)
setListType
void setListType(ListType list)