Groovy Documentation

com.blogofbug.swing.components
[Java] Class AbstractCarouselMenuAction

java.lang.Object
  javax.swing.AbstractAction
      com.blogofbug.swing.components.AbstractCarouselMenuAction

public abstract class AbstractCarouselMenuAction
extends AbstractAction

An action for the CarouselMenuAction. May be later refactored into a more useful set of fields or removed completely.

Authors:
nigel


Field Summary
static String ACTION_IMAGE_URL

A very high resolution (recommend at leat 128x128) image to associate with the action

 
Fields inherited from class AbstractAction
DEFAULT, NAME, SHORT_DESCRIPTION, LONG_DESCRIPTION, SMALL_ICON, ACTION_COMMAND_KEY, ACCELERATOR_KEY, MNEMONIC_KEY, SELECTED_KEY, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY
 
Constructor Summary
AbstractCarouselMenuAction(URL image, String label)

Creates a new instance of AbstractCarouselMenuAction

 
Method Summary
 
Methods inherited from class AbstractAction
getValue, putValue, addPropertyChangeListener, isEnabled, setEnabled, removePropertyChangeListener, getPropertyChangeListeners, getKeys, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, actionPerformed
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

ACTION_IMAGE_URL

public static final String ACTION_IMAGE_URL
A very high resolution (recommend at leat 128x128) image to associate with the action


 
Constructor Detail

AbstractCarouselMenuAction

public AbstractCarouselMenuAction(URL image, String label)
Creates a new instance of AbstractCarouselMenuAction
Parameters:
image - The image
label - The text


 

Groovy Documentation