API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.metal. MetalIconFactory View Source
Author(s)
Michael C. Albers
Since
Version
1.64 11/17/05
Serial
Hierarchy
 Object
      MetalIconFactory
Implements
 Serializable
Subclasses
Description
public class MetalIconFactory
  Factory object that vends Icons for the JavaTM look and feel (Metal).
See also:   
Constructors
public MetalIconFactory ()
Methods
Hide/Show inherited methods
publicstatic Icon getCheckBoxIcon ()
  Returns a checkbox icon.
publicstatic Icon getCheckBoxMenuItemIcon ()
publicstatic Icon getFileChooserDetailViewIcon ()
publicstatic Icon getFileChooserHomeFolderIcon ()
publicstatic Icon getFileChooserListViewIcon ()
publicstatic Icon getFileChooserNewFolderIcon ()
publicstatic Icon getFileChooserUpFolderIcon ()
publicstatic Icon getHorizontalSliderThumbIcon ()
publicstatic Icon getInternalFrameAltMaximizeIcon (int size)
publicstatic Icon getInternalFrameCloseIcon (int size)
publicstatic Icon getInternalFrameDefaultMenuIcon ()
publicstatic Icon getInternalFrameMaximizeIcon (int size)
publicstatic Icon getInternalFrameMinimizeIcon (int size)
publicstatic Icon getMenuArrowIcon ()
publicstatic Icon getMenuItemArrowIcon ()
publicstatic Icon getMenuItemCheckIcon ()
  Returns an icon to be used by JCheckBoxMenuItem.
publicstatic Icon getRadioButtonIcon ()
publicstatic Icon getRadioButtonMenuItemIcon ()
publicstatic Icon getTreeComputerIcon ()
publicstatic Icon getTreeControlIcon (boolean isCollapsed)
publicstatic Icon getTreeFloppyDriveIcon ()
publicstatic Icon getTreeFolderIcon ()
publicstatic Icon getTreeHardDriveIcon ()
publicstatic Icon getTreeLeafIcon ()
publicstatic Icon getVerticalSliderThumbIcon ()
Fields
Hide/Show inherited fields
publicfinalstatic boolean DARK = "false"
publicfinalstatic boolean LIGHT = "true"
Nested Classes
  MetalIconFactory.PaletteCloseIcon
Defines an icon for Palette close
  MetalIconFactory.ImageCacher
Utility class for caching icon images.
  MetalIconFactory.FolderIcon16
Warning: Serialized objects of this class will not be compatible with future Swing releases.
  MetalIconFactory.TreeFolderIcon
Warning: Serialized objects of this class will not be compatible with future Swing releases.
  MetalIconFactory.FileIcon16
Warning: Serialized objects of this class will not be compatible with future Swing releases.
  MetalIconFactory.TreeLeafIcon
  MetalIconFactory.TreeControlIcon
Warning: Serialized objects of this class will not be compatible with future Swing releases.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar