Class AbstractCarouselMenuAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components.AbstractCarouselMenuAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public abstract class AbstractCarouselMenuAction extends javax.swing.AbstractAction
An action for the CarouselMenuAction. May be later refactored into a more useful set of fields or removed completely.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTION_IMAGE_URL
A very high resolution (recommend at leat 128x128) image to associate with the action
-
Constructor Summary
Constructors Constructor Description AbstractCarouselMenuAction(java.net.URL image, java.lang.String label)
Creates a new instance of AbstractCarouselMenuAction
-
Method Summary
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
ACTION_IMAGE_URL
public static final java.lang.String ACTION_IMAGE_URL
A very high resolution (recommend at leat 128x128) image to associate with the action- See Also:
- Constant Field Values
-
-