org.sourcejammer.client.gui.action
Class ChangeLookAndFeelAction
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--org.sourcejammer.client.gui.action.ChangeLookAndFeelAction
- Direct Known Subclasses:
- MetalLAFAction, MotifLAFAction, WindowsLAFAction
- public abstract class ChangeLookAndFeelAction
- extends javax.swing.AbstractAction
Abstract super-class for Look and feel selection actions.
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractAction |
changeSupport,
enabled |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener,
clone,
firePropertyChange,
getValue,
isEnabled,
putValue,
removePropertyChangeListener,
setEnabled |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ChangeLookAndFeelAction
public ChangeLookAndFeelAction()
ChangeLookAndFeelAction
public ChangeLookAndFeelAction(java.lang.String name)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
- Overrides:
- actionPerformed in class javax.swing.AbstractAction
getLookAndFeelName
protected abstract java.lang.String getLookAndFeelName()