Uses of Interface
org.jvnet.flamingo.common.icon.ResizableIcon

Packages that use ResizableIcon
org.jvnet.flamingo.common   
org.jvnet.flamingo.common.icon   
org.jvnet.flamingo.common.ui   
org.jvnet.flamingo.ribbon   
org.jvnet.flamingo.svg   
org.jvnet.flamingo.utils   
 

Uses of ResizableIcon in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return ResizableIcon
 ResizableIcon AbstractCommandButton.getDisabledIcon()
          Returns the associated disabled icon.
 ResizableIcon AbstractCommandButton.getIcon()
          Returns the associated icon.
 

Methods in org.jvnet.flamingo.common with parameters of type ResizableIcon
 void AbstractCommandButton.setDisabledIcon(ResizableIcon disabledIcon)
          Sets the disabled icon for this button.
 void AbstractCommandButton.setIcon(ResizableIcon defaultIcon)
          Sets new icon for this button.
 

Constructors in org.jvnet.flamingo.common with parameters of type ResizableIcon
AbstractCommandButton(java.lang.String text, ResizableIcon icon)
          Creates a new command button.
JCommandButton(java.lang.String title, ResizableIcon icon)
          Creates a new command button.
JCommandMenuButton(java.lang.String title, ResizableIcon icon)
          Creates a new command menu button.
JCommandToggleButton(java.lang.String title, ResizableIcon icon)
          Creates a new ribbon button.
 

Uses of ResizableIcon in org.jvnet.flamingo.common.icon
 

Classes in org.jvnet.flamingo.common.icon that implement ResizableIcon
 class DecoratedResizableIcon
          Implementation of ResizableIcon that adds decorations to a main icon.
 class EmptyResizableIcon
          Implementation of ResizableIcon that paints nothing.
 class FilteredResizableIcon
          Implementation of ResizableIcon that allows applying a BufferedImageOp on another icon.
 class IconDeckResizableIcon<T>
          Implementation of the ResizableIcon that allows switching the icon painting at runtime.
 class IcoWrapperResizableIcon
          Implementation of ResizableIcon interface that wraps ICO files.
 class ImageWrapperResizableIcon
          Implementation of ResizableIcon interface that wraps image files.
 class LayeredIcon
          Decorator icon that layers icons one on top of the other.
 

Constructors in org.jvnet.flamingo.common.icon with parameters of type ResizableIcon
DecoratedResizableIcon(ResizableIcon delegate)
          Creates a new decorated icon with no decorators.
DecoratedResizableIcon(ResizableIcon delegate, DecoratedResizableIcon.IconDecorator... decorators)
          Creates a new decorated icon.
FilteredResizableIcon(ResizableIcon delegate, java.awt.image.BufferedImageOp operation)
          Creates a new filtered icon.
LayeredIcon(ResizableIcon... layers)
          Creates a new layered icon.
 

Constructor parameters in org.jvnet.flamingo.common.icon with type arguments of type ResizableIcon
IconDeckResizableIcon(java.util.Map<T,? extends ResizableIcon> iconDeck)
          Creates the icon deck.
 

Uses of ResizableIcon in org.jvnet.flamingo.common.ui
 

Classes in org.jvnet.flamingo.common.ui that implement ResizableIcon
 class ResizableIconUIResource
           
 

Constructors in org.jvnet.flamingo.common.ui with parameters of type ResizableIcon
ResizableIconUIResource(ResizableIcon delegate)
           
 

Uses of ResizableIcon in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon that return ResizableIcon
 ResizableIcon JRibbon.getHelpIcon()
          Returns the icon for the help button.
 ResizableIcon JRibbonComponent.getIcon()
          Returns the wrapper icon of this wrapper component.
 ResizableIcon AbstractRibbonBand.getIcon()
          Returns the icon for the collapsed state.
 

Methods in org.jvnet.flamingo.ribbon with parameters of type ResizableIcon
 void JRibbon.configureHelp(ResizableIcon helpIcon, java.awt.event.ActionListener helpActionListener)
          Configures the help button of this ribbon.
 

Constructors in org.jvnet.flamingo.ribbon with parameters of type ResizableIcon
AbstractRibbonBand(java.lang.String title, ResizableIcon icon, java.awt.event.ActionListener expandActionListener, T controlPanel)
          Creates a new ribbon band.
JFlowRibbonBand(java.lang.String title, ResizableIcon icon)
          Creates a new flow ribbon band.
JFlowRibbonBand(java.lang.String title, ResizableIcon icon, java.awt.event.ActionListener expandActionListener)
          Creates a new flow ribbon band.
JRibbonBand(java.lang.String title, ResizableIcon icon)
          Creates a new ribbon band.
JRibbonBand(java.lang.String title, ResizableIcon icon, java.awt.event.ActionListener expandActionListener)
          Creates a new ribbon band.
JRibbonComponent(ResizableIcon icon, java.lang.String caption, javax.swing.JComponent mainComponent)
          Creates a wrapper with an icon and a caption.
RibbonApplicationMenuEntryFooter(ResizableIcon icon, java.lang.String text, java.awt.event.ActionListener mainActionListener)
          Creates the metadata description of a RibbonApplicationMenu footer menu entry.
RibbonApplicationMenuEntryPrimary(ResizableIcon icon, java.lang.String text, java.awt.event.ActionListener mainActionListener, JCommandButton.CommandButtonKind entryKind)
          Creates the metadata description of a RibbonApplicationMenu primary menu entry.
RibbonApplicationMenuEntrySecondary(ResizableIcon icon, java.lang.String text, java.awt.event.ActionListener mainActionListener, JCommandButton.CommandButtonKind entryKind)
          Creates the metadata description of a RibbonApplicationMenu secondary menu entry.
 

Uses of ResizableIcon in org.jvnet.flamingo.svg
 

Classes in org.jvnet.flamingo.svg that implement ResizableIcon
 class SvgBatikResizableIcon
          SVG-based implementation of ResizableIcon based on Apache Batik library.
 

Uses of ResizableIcon in org.jvnet.flamingo.utils
 

Classes in org.jvnet.flamingo.utils that implement ResizableIcon
 class ArrowResizableIcon
          Helper implementation of ResizableIcon that draws an arrow.
 class DoubleArrowResizableIcon
          Helper implementation of ResizableIcon that draws a double arrow.
static class DoubleArrowResizableIcon.CommandButtonPopupIcon
           
 

Methods in org.jvnet.flamingo.utils that return ResizableIcon
static ResizableIcon FlamingoUtilities.getCommandButtonPopupActionIcon(JCommandButton.CommandButtonPopupOrientationKind popupOrientationKind)
          Returns a popup action icon for command buttons.
static ResizableIcon FlamingoUtilities.getRibbonBandExpandIcon()
          Returns a ribbon band expand icon.