Package Summary  Overview Summary

class:BasicIconFactory [CHANGED]

All Implemented Interfaces:
Serializable

public class BasicIconFactory
extends Object
implements Serializable
Factory object that can vend Icons appropriate for the basic L & F.

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™JavaBeans has been added to the java.beans package. Please see XMLEncoder.

All Implemented Interfaces:
Serializable

public class BasicIconFactory
extends Object
implements Serializable
Factory object that can vend Icons appropriate for the basic L & F.

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.

All Implemented Interfaces:
Serializable

public class BasicIconFactory
extends Object
implements Serializable
Factory object that can vend Icons appropriate for the basic L & F.

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.

constructor:BasicIconFactory() [NONE]

method:getMenuItemCheckIcon() [NONE]

  • getMenuItemCheckIcon

    public static  Icon getMenuItemCheckIcon()
    Returns a menu item check icon.
    Returns:
    a menu item check icon
  • method:getMenuItemArrowIcon() [NONE]

    getMenuItemArrowIcon

    public static  Icon getMenuItemArrowIcon()
    Returns a menu item arrow icon.
    Returns:
    a menu item arrow icon

    method:getMenuArrowIcon() [NONE]

    getMenuArrowIcon

    public static  Icon getMenuArrowIcon()
    Returns a menu arrow icon.
    Returns:
    a menu arrow icon

    method:getCheckBoxIcon() [NONE]

    getCheckBoxIcon

    public static  Icon getCheckBoxIcon()
    Returns a check box icon.
    Returns:
    a check box icon

    method:getRadioButtonIcon() [NONE]

    getRadioButtonIcon

    public static  Icon getRadioButtonIcon()
    Returns a radio button icon.
    Returns:
    a radio button icon

    method:getCheckBoxMenuItemIcon() [NONE]

    getCheckBoxMenuItemIcon

    public static  Icon getCheckBoxMenuItemIcon()
    Returns a check box menu item icon.
    Returns:
    a check box menu item icon

    method:getRadioButtonMenuItemIcon() [NONE]

    getRadioButtonMenuItemIcon

    public static  Icon getRadioButtonMenuItemIcon()
    Returns a radio button menu item icon.
    Returns:
    a radio button menu item icon

    method:createEmptyFrameIcon() [NONE]

    createEmptyFrameIcon

    public static  Icon createEmptyFrameIcon()
    Returns an empty frame icon.
    Returns:
    an empty frame icon

    © 2020 Oracle Corporation and/or its affiliates