Package Summary  Overview Summary

class:MetalIconFactory [NONE]

  • All Implemented Interfaces:
    Serializable


    public class MetalIconFactory
    extends Object
    implements Serializable
    
    Factory object that vends Icons for the Java™ look and feel (Metal). These icons are used extensively in Metal via the defaults mechanism. While other look and feels often use GIFs for icons, creating icons in code facilitates switching to other themes.

    Each method in this class returns either an Icon or null, where null implies that there is no default icon.

    Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

field:DARK [CHANGED]

  • DARK

    public static final boolean DARK
    DARK is used for the property Tree.expandedIcon.
    See Also:
    Constant Field Values
  • DARK

    public static final boolean DARK
    DARK is used for the property Tree.expandedIcon.
    See Also:
    Constant Field Values

field:LIGHT [CHANGED]

  • LIGHT

    public static final boolean LIGHT
    LIGHT is used for the property Tree.collapsedIcon.
    See Also:
    Constant Field Values
  • LIGHT

    public static final boolean LIGHT
    LIGHT is used for the property Tree.collapsedIcon.
    See Also:
    Constant Field Values

constructor:MetalIconFactory() [NONE]

  • MetalIconFactory

    public MetalIconFactory()

method:getFileChooserDetailViewIcon() [CHANGED]

  • getFileChooserDetailViewIcon

    public static Icon getFileChooserDetailViewIcon()
    Returns the instance of FileChooserDetailViewIcon.
    Returns:
    the instance of FileChooserDetailViewIcon
  • getFileChooserDetailViewIcon

    public static Icon getFileChooserDetailViewIcon()
  • getFileChooserDetailViewIcon

    public static Icon getFileChooserDetailViewIcon()
    Returns the instance of FileChooserDetailViewIcon.
    Returns:
    the instance of FileChooserDetailViewIcon

method:getFileChooserHomeFolderIcon() [CHANGED]

  • getFileChooserHomeFolderIcon

    public static Icon getFileChooserHomeFolderIcon()
    Returns the instance of FileChooserHomeFolderIcon.
    Returns:
    the instance of FileChooserHomeFolderIcon
  • getFileChooserHomeFolderIcon

    public static Icon getFileChooserHomeFolderIcon()
  • getFileChooserHomeFolderIcon

    public static Icon getFileChooserHomeFolderIcon()
    Returns the instance of FileChooserHomeFolderIcon.
    Returns:
    the instance of FileChooserHomeFolderIcon

method:getFileChooserListViewIcon() [CHANGED]

  • getFileChooserListViewIcon

    public static Icon getFileChooserListViewIcon()
    Returns the instance of FileChooserListViewIcon.
    Returns:
    the instance of FileChooserListViewIcon
  • getFileChooserListViewIcon

    public static Icon getFileChooserListViewIcon()
  • getFileChooserListViewIcon

    public static Icon getFileChooserListViewIcon()
    Returns the instance of FileChooserListViewIcon.
    Returns:
    the instance of FileChooserListViewIcon

method:getFileChooserNewFolderIcon() [CHANGED]

  • getFileChooserNewFolderIcon

    public static Icon getFileChooserNewFolderIcon()
    Returns the instance of FileChooserNewFolderIcon.
    Returns:
    the instance of FileChooserNewFolderIcon
  • getFileChooserNewFolderIcon

    public static Icon getFileChooserNewFolderIcon()
  • getFileChooserNewFolderIcon

    public static Icon getFileChooserNewFolderIcon()
    Returns the instance of FileChooserNewFolderIcon.
    Returns:
    the instance of FileChooserNewFolderIcon

method:getFileChooserUpFolderIcon() [CHANGED]

  • getFileChooserUpFolderIcon

    public static Icon getFileChooserUpFolderIcon()
    Returns the instance of FileChooserUpFolderIcon.
    Returns:
    the instance of FileChooserUpFolderIcon
  • getFileChooserUpFolderIcon

    public static Icon getFileChooserUpFolderIcon()
  • getFileChooserUpFolderIcon

    public static Icon getFileChooserUpFolderIcon()
    Returns the instance of FileChooserUpFolderIcon.
    Returns:
    the instance of FileChooserUpFolderIcon

method:getInternalFrameAltMaximizeIcon(int) [CHANGED]

  • getInternalFrameAltMaximizeIcon

    public static Icon getInternalFrameAltMaximizeIcon(int size)
    Constructs a new instance of InternalFrameAltMaximizeIcon.
    Parameters:
    size - the size of the icon
    Returns:
    a new instance of InternalFrameAltMaximizeIcon
  • getInternalFrameAltMaximizeIcon

    public static Icon getInternalFrameAltMaximizeIcon(int size)
  • getInternalFrameAltMaximizeIcon

    public static Icon getInternalFrameAltMaximizeIcon(int size)
    Constructs a new instance of InternalFrameAltMaximizeIcon.
    Parameters:
    size - the size of the icon
    Returns:
    a new instance of InternalFrameAltMaximizeIcon

method:getInternalFrameCloseIcon(int) [CHANGED]

  • getInternalFrameCloseIcon

    public static Icon getInternalFrameCloseIcon(int size)
    Constructs a new instance of InternalFrameCloseIcon.
    Parameters:
    size - the size of the icon
    Returns:
    a new instance of InternalFrameCloseIcon
  • getInternalFrameCloseIcon

    public static Icon getInternalFrameCloseIcon(int size)
  • getInternalFrameCloseIcon

    public static Icon getInternalFrameCloseIcon(int size)
    Constructs a new instance of InternalFrameCloseIcon.
    Parameters:
    size - the size of the icon
    Returns:
    a new instance of InternalFrameCloseIcon

method:getInternalFrameDefaultMenuIcon() [CHANGED]

  • getInternalFrameDefaultMenuIcon

    public static Icon getInternalFrameDefaultMenuIcon()
    Returns the instance of InternalFrameDefaultMenuIcon.
    Returns:
    the instance of InternalFrameDefaultMenuIcon
  • getInternalFrameDefaultMenuIcon

    public static Icon getInternalFrameDefaultMenuIcon()
  • getInternalFrameDefaultMenuIcon

    public static Icon getInternalFrameDefaultMenuIcon()
    Returns the instance of InternalFrameDefaultMenuIcon.
    Returns:
    the instance of InternalFrameDefaultMenuIcon

method:getInternalFrameMaximizeIcon(int) [CHANGED]

  • getInternalFrameMaximizeIcon

    public static Icon getInternalFrameMaximizeIcon(int size)
    Constructs a new instance of InternalFrameMaximizeIcon.
    Parameters:
    size - the size of the icon
    Returns:
    a new instance of InternalFrameMaximizeIcon
  • getInternalFrameMaximizeIcon

    public static Icon getInternalFrameMaximizeIcon(int size)
  • getInternalFrameMaximizeIcon

    public static Icon getInternalFrameMaximizeIcon(int size)
    Constructs a new instance of InternalFrameMaximizeIcon.
    Parameters:
    size - the size of the icon
    Returns:
    a new instance of InternalFrameMaximizeIcon

method:getInternalFrameMinimizeIcon(int) [CHANGED]

  • getInternalFrameMinimizeIcon

    public static Icon getInternalFrameMinimizeIcon(int size)
    Constructs a new instance of InternalFrameMinimizeIcon.
    Parameters:
    size - the size of the icon
    Returns:
    a new instance of InternalFrameMinimizeIcon
  • getInternalFrameMinimizeIcon

    public static Icon getInternalFrameMinimizeIcon(int size)
  • getInternalFrameMinimizeIcon

    public static Icon getInternalFrameMinimizeIcon(int size)
    Constructs a new instance of InternalFrameMinimizeIcon.
    Parameters:
    size - the size of the icon
    Returns:
    a new instance of InternalFrameMinimizeIcon

method:getRadioButtonIcon() [CHANGED]

  • getRadioButtonIcon

    public static Icon getRadioButtonIcon()
    Returns the instance of RadioButtonIcon.
    Returns:
    the instance of RadioButtonIcon
  • getRadioButtonIcon

    public static Icon getRadioButtonIcon()
  • getRadioButtonIcon

    public static Icon getRadioButtonIcon()
    Returns the instance of RadioButtonIcon.
    Returns:
    the instance of RadioButtonIcon

method:getCheckBoxIcon() [CHANGED]

  • getCheckBoxIcon

    public static Icon getCheckBoxIcon()
    Returns a checkbox icon.
    Returns:
    a checkbox icon
    Since:
    1.3
  • getCheckBoxIcon

    public static Icon getCheckBoxIcon()
    Returns a checkbox icon.
    Since:
    1.3
  • getCheckBoxIcon

    public static Icon getCheckBoxIcon()
    Returns a checkbox icon.
    Returns:
    a checkbox icon
    Since:
    1.3

method:getTreeComputerIcon() [CHANGED]

  • getTreeComputerIcon

    public static Icon getTreeComputerIcon()
    Returns the instance of TreeComputerIcon.
    Returns:
    the instance of TreeComputerIcon
  • getTreeComputerIcon

    public static Icon getTreeComputerIcon()
  • getTreeComputerIcon

    public static Icon getTreeComputerIcon()
    Returns the instance of TreeComputerIcon.
    Returns:
    the instance of TreeComputerIcon

method:getTreeFloppyDriveIcon() [CHANGED]

  • getTreeFloppyDriveIcon

    public static Icon getTreeFloppyDriveIcon()
    Returns the instance of TreeFloppyDriveIcon.
    Returns:
    the instance of TreeFloppyDriveIcon
  • getTreeFloppyDriveIcon

    public static Icon getTreeFloppyDriveIcon()
  • getTreeFloppyDriveIcon

    public static Icon getTreeFloppyDriveIcon()
    Returns the instance of TreeFloppyDriveIcon.
    Returns:
    the instance of TreeFloppyDriveIcon

method:getTreeFolderIcon() [CHANGED]

  • getTreeFolderIcon

    public static Icon getTreeFolderIcon()
    Constructs a new instance of TreeFolderIcon.
    Returns:
    a new instance of TreeFolderIcon
  • getTreeFolderIcon

    public static Icon getTreeFolderIcon()
  • getTreeFolderIcon

    public static Icon getTreeFolderIcon()
    Constructs a new instance of TreeFolderIcon.
    Returns:
    a new instance of TreeFolderIcon

method:getTreeHardDriveIcon() [CHANGED]

  • getTreeHardDriveIcon

    public static Icon getTreeHardDriveIcon()
    Returns the instance of TreeHardDriveIcon.
    Returns:
    the instance of TreeHardDriveIcon
  • getTreeHardDriveIcon

    public static Icon getTreeHardDriveIcon()
  • getTreeHardDriveIcon

    public static Icon getTreeHardDriveIcon()
    Returns the instance of TreeHardDriveIcon.
    Returns:
    the instance of TreeHardDriveIcon

method:getTreeLeafIcon() [CHANGED]

  • getTreeLeafIcon

    public static Icon getTreeLeafIcon()
    Constructs a new instance of TreeLeafIcon.
    Returns:
    a new instance of TreeLeafIcon
  • getTreeLeafIcon

    public static Icon getTreeLeafIcon()
  • getTreeLeafIcon

    public static Icon getTreeLeafIcon()
    Constructs a new instance of TreeLeafIcon.
    Returns:
    a new instance of TreeLeafIcon

method:getTreeControlIcon(boolean) [CHANGED]

  • getTreeControlIcon

    public static Icon getTreeControlIcon(boolean isCollapsed)
    Constructs a new instance of TreeControlIcon.
    Parameters:
    isCollapsed - if true the icon is collapsed
    Returns:
    a new instance of TreeControlIcon
  • getTreeControlIcon

    public static Icon getTreeControlIcon(boolean isCollapsed)
  • getTreeControlIcon

    public static Icon getTreeControlIcon(boolean isCollapsed)
    Constructs a new instance of TreeControlIcon.
    Parameters:
    isCollapsed - if true the icon is collapsed
    Returns:
    a new instance of TreeControlIcon

method:getMenuArrowIcon() [CHANGED]

  • getMenuArrowIcon

    public static Icon getMenuArrowIcon()
    Returns an icon to be used by JMenu.
    Returns:
    an icon to be used by JMenu
  • getMenuArrowIcon

    public static Icon getMenuArrowIcon()
  • getMenuArrowIcon

    public static Icon getMenuArrowIcon()
    Returns an icon to be used by JMenu.
    Returns:
    an icon to be used by JMenu

method:getMenuItemCheckIcon() [NONE]

  • getMenuItemCheckIcon

    public static Icon getMenuItemCheckIcon()
    Returns an icon to be used by JCheckBoxMenuItem.
    Returns:
    the default icon for check box menu items, or null if no default exists

method:getMenuItemArrowIcon() [CHANGED]

  • getMenuItemArrowIcon

    public static Icon getMenuItemArrowIcon()
    Returns an icon to be used by JMenuItem.
    Returns:
    an icon to be used by JMenuItem
  • getMenuItemArrowIcon

    public static Icon getMenuItemArrowIcon()
  • getMenuItemArrowIcon

    public static Icon getMenuItemArrowIcon()
    Returns an icon to be used by JMenuItem.
    Returns:
    an icon to be used by JMenuItem

method:getCheckBoxMenuItemIcon() [CHANGED]

  • getCheckBoxMenuItemIcon

    public static Icon getCheckBoxMenuItemIcon()
    Returns an icon to be used by JCheckBoxMenuItem.
    Returns:
    an icon to be used by JCheckBoxMenuItem
  • getCheckBoxMenuItemIcon

    public static Icon getCheckBoxMenuItemIcon()
  • getCheckBoxMenuItemIcon

    public static Icon getCheckBoxMenuItemIcon()
    Returns an icon to be used by JCheckBoxMenuItem.
    Returns:
    an icon to be used by JCheckBoxMenuItem

method:getRadioButtonMenuItemIcon() [CHANGED]

  • getRadioButtonMenuItemIcon

    public static Icon getRadioButtonMenuItemIcon()
    Returns an icon to be used by JRadioButtonMenuItem.
    Returns:
    an icon to be used by JRadioButtonMenuItem
  • getRadioButtonMenuItemIcon

    public static Icon getRadioButtonMenuItemIcon()
  • getRadioButtonMenuItemIcon

    public static Icon getRadioButtonMenuItemIcon()
    Returns an icon to be used by JRadioButtonMenuItem.
    Returns:
    an icon to be used by JRadioButtonMenuItem

method:getHorizontalSliderThumbIcon() [CHANGED]

  • getHorizontalSliderThumbIcon

    public static Icon getHorizontalSliderThumbIcon()
    Returns a thumb icon to be used by horizontal slider.
    Returns:
    a thumb icon to be used by horizontal slider
  • getHorizontalSliderThumbIcon

    public static Icon getHorizontalSliderThumbIcon()
  • getHorizontalSliderThumbIcon

    public static Icon getHorizontalSliderThumbIcon()
    Returns a thumb icon to be used by horizontal slider.
    Returns:
    a thumb icon to be used by horizontal slider

method:getVerticalSliderThumbIcon() [CHANGED]

  • getVerticalSliderThumbIcon

    public static Icon getVerticalSliderThumbIcon()
    Returns a thumb icon to be used by vertical slider.
    Returns:
    a thumb icon to be used by vertical slider
  • getVerticalSliderThumbIcon

    public static Icon getVerticalSliderThumbIcon()
  • getVerticalSliderThumbIcon

    public static Icon getVerticalSliderThumbIcon()
    Returns a thumb icon to be used by vertical slider.
    Returns:
    a thumb icon to be used by vertical slider

© 2017 Oracle Corporation and/or its affiliates