|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.basic.BasicIconFactory
public class BasicIconFactory
Creates icons for the BasicLookAndFeel
.
Constructor Summary | |
---|---|
BasicIconFactory()
|
Method Summary | |
---|---|
static Icon |
createEmptyFrameIcon()
|
static Icon |
getCheckBoxIcon()
Returns an icon for CheckBoxes in the BasicLookAndFeel. |
static Icon |
getCheckBoxMenuItemIcon()
Creates and returns an icon used when rendering JCheckBoxMenuItem
components. |
static Icon |
getMenuArrowIcon()
Returns a new instance of a 4 x 8 icon showing a small black triangle that points to the right. |
static Icon |
getMenuItemArrowIcon()
|
static Icon |
getMenuItemCheckIcon()
|
static Icon |
getRadioButtonIcon()
Returns an icon for RadioButtons in the BasicLookAndFeel. |
static Icon |
getRadioButtonMenuItemIcon()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicIconFactory()
Method Detail |
---|
public static Icon getMenuItemCheckIcon()
public static Icon getMenuItemArrowIcon()
public static Icon getMenuArrowIcon()
public static Icon getCheckBoxIcon()
public static Icon getRadioButtonIcon()
public static Icon getCheckBoxMenuItemIcon()
JCheckBoxMenuItem
components.
public static Icon getRadioButtonMenuItemIcon()
public static Icon createEmptyFrameIcon()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |