|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
contrib.com.blogofbug.swing.components.AbstractCarouselMenuAction
public abstract class AbstractCarouselMenuAction
An action for the CarouselMenuAction. May be later refactored into a more useful set of fields or removed completely.
Field Summary | |
---|---|
static java.lang.String |
ACTION_IMAGE_URL
A very high resolution (recommend at leat 128x128) image to associate with the action |
Fields inherited from class javax.swing.AbstractAction |
---|
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.awt.event.ActionListener |
---|
actionPerformed |
Field Detail |
---|
public static final java.lang.String ACTION_IMAGE_URL
Constructor Detail |
---|
public AbstractCarouselMenuAction(java.net.URL image, java.lang.String label)
image
- The imagelabel
- The text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |