public class __IconFactory__ extends RawCache<javax.swing.ImageIcon>
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
IMGS_ROOT
相对路径根(默认是相对于本类的相对物理路径).
|
构造器和说明 |
---|
__IconFactory__() |
限定符和类型 | 方法和说明 |
---|---|
javax.swing.ImageIcon |
getFrameTitleHeadBg_inactive()
Gets the frame title head bg_inactive.
|
javax.swing.ImageIcon |
getImage(java.lang.String relativePath)
Gets the image.
|
static __IconFactory__ |
getInstance()
Gets the single instance of __IconFactory__.
|
javax.swing.ImageIcon |
getInternalFrameCloseIcon()
窗口关闭图标.
|
javax.swing.ImageIcon |
getInternalFrameIcon()
Gets the internel frame icon.
|
javax.swing.ImageIcon |
getInternalFrameMaxIcon()
窗口最大化图标.
|
javax.swing.ImageIcon |
getInternalFrameMinIcon()
窗口最小化图标.
|
javax.swing.ImageIcon |
getInternalIconfiedIcon()
窗口恢复图标.
|
protected javax.swing.ImageIcon |
getResource(java.lang.String relativePath,
java.lang.Class baseClass)
本地资源获取方法实现.
|
public static final java.lang.String IMGS_ROOT
public static __IconFactory__ getInstance()
protected javax.swing.ImageIcon getResource(java.lang.String relativePath, java.lang.Class baseClass)
RawCache
getResource
在类中 RawCache<javax.swing.ImageIcon>
relativePath
- 相对路径baseClass
- 基准类public javax.swing.ImageIcon getImage(java.lang.String relativePath)
relativePath
- the relative pathpublic javax.swing.ImageIcon getInternalFrameCloseIcon()
public javax.swing.ImageIcon getInternalFrameMinIcon()
public javax.swing.ImageIcon getInternalFrameMaxIcon()
public javax.swing.ImageIcon getInternalIconfiedIcon()
public javax.swing.ImageIcon getInternalFrameIcon()
public javax.swing.ImageIcon getFrameTitleHeadBg_inactive()