Class LookAndFeelAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- de.alpharogroup.swing.plaf.actions.LookAndFeelAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Direct Known Subclasses:
LookAndFeelGTKAction,LookAndFeelMetalAction,LookAndFeelMotifAction,LookAndFeelMultiAction,LookAndFeelNimbusAction,LookAndFeelSynthAction,LookAndFeelSystemAction,LookAndFeelWindowsAction
public class LookAndFeelAction extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LookAndFeelAction(java.lang.String name, java.awt.Component component, LookAndFeels lookAndFeel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)protected java.awt.ComponentgetComponent()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
LookAndFeelAction
public LookAndFeelAction(java.lang.String name, java.awt.Component component, LookAndFeels lookAndFeel)
-
-