public class MetalIconFactory extends Object implements Serializable
Icon
秒。
这些图标通过默认机制在Metal中广泛使用。
虽然其他外观和感觉经常使用GIF的图标,创建代码中的图标有助于切换到其他主题。
该类中的每个方法都返回一个Icon
或null
,其中null
表示没有默认图标。
警告:此类的序列化对象与将来的Swing版本不兼容。 当前的序列化支持适用于运行相同版本的Swing的应用程序之间的短期存储或RMI。 从1.4开始,对所有JavaBeans的长期存储的支持已经添加到java.beans
软件包中。 请参阅XMLEncoder
。
Modifier and Type | Class and Description |
---|---|
static class |
MetalIconFactory.FileIcon16
警告:此类的序列化对象与将来的Swing版本不兼容。
|
static class |
MetalIconFactory.FolderIcon16
警告:此类的序列化对象与将来的Swing版本不兼容。
|
static class |
MetalIconFactory.PaletteCloseIcon
定义调色板关闭的图标
|
static class |
MetalIconFactory.TreeControlIcon
警告:此类的序列化对象与将来的Swing版本不兼容。
|
static class |
MetalIconFactory.TreeFolderIcon
警告:此类的序列化对象与将来的Swing版本不兼容。
|
static class |
MetalIconFactory.TreeLeafIcon |
Modifier and Type | Field and Description |
---|---|
static boolean |
DARK |
static boolean |
LIGHT |
Constructor and Description |
---|
MetalIconFactory() |
public static final boolean DARK
public static final boolean LIGHT
public static Icon getFileChooserDetailViewIcon()
public static Icon getFileChooserHomeFolderIcon()
public static Icon getFileChooserListViewIcon()
public static Icon getFileChooserNewFolderIcon()
public static Icon getFileChooserUpFolderIcon()
public static Icon getInternalFrameAltMaximizeIcon(int size)
public static Icon getInternalFrameCloseIcon(int size)
public static Icon getInternalFrameDefaultMenuIcon()
public static Icon getInternalFrameMaximizeIcon(int size)
public static Icon getInternalFrameMinimizeIcon(int size)
public static Icon getRadioButtonIcon()
public static Icon getCheckBoxIcon()
public static Icon getTreeComputerIcon()
public static Icon getTreeFloppyDriveIcon()
public static Icon getTreeFolderIcon()
public static Icon getTreeHardDriveIcon()
public static Icon getTreeLeafIcon()
public static Icon getTreeControlIcon(boolean isCollapsed)
public static Icon getMenuArrowIcon()
public static Icon getMenuItemCheckIcon()
JCheckBoxMenuItem
使用的
JCheckBoxMenuItem
。
null
public static Icon getMenuItemArrowIcon()
public static Icon getCheckBoxMenuItemIcon()
public static Icon getRadioButtonMenuItemIcon()
public static Icon getHorizontalSliderThumbIcon()
public static Icon getVerticalSliderThumbIcon()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.