net.sourceforge.mflow.skin
class: SkinChooser.RefreshAction [javadoc |
source]
java.lang.Object
javax.swing.AbstractAction
net.sourceforge.mflow.skin.SkinChooser$RefreshAction
All Implemented Interfaces:
Action, Cloneable, Serializable
Action to refresh the list of skins
| Method from net.sourceforge.mflow.skin.SkinChooser$RefreshAction Summary: |
|---|
|
actionPerformed |
| Methods from javax.swing.AbstractAction: |
|---|
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, hasSelectedKey, isEnabled, isSelected, putValue, removePropertyChangeListener, setEnabled, setEnabledFromAction, setToolTipTextFromAction, shouldReconfigure |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from net.sourceforge.mflow.skin.SkinChooser$RefreshAction Detail: |
public void actionPerformed(ActionEvent event) {
refreshList();
}
Refreshes the list of skins |