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


Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void actionPerformed(int eventType, java.awt.event.ActionEvent event)
          Invoked when an button action on a list occurs.
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 void setListType(ListType list)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 

Method Detail

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)