接口 IconFactory.IconData
-
- 封闭类:
- IconFactory
public static interface IconFactory.IconData
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetIcon()Returns the main icon to use when rendering this member's completion.booleanisAbstract()booleanisDeprecated()booleanisFinal()booleanisStatic()
-
-
-
方法详细资料
-
getIcon
java.lang.String getIcon()
Returns the main icon to use when rendering this member's completion. This icon will be decorated appropriately based on whether it is abstract, deprecated, final, static, or any of the above.- 返回:
- The icon to use.
-
isAbstract
boolean isAbstract()
-
isDeprecated
boolean isDeprecated()
-
isFinal
boolean isFinal()
-
isStatic
boolean isStatic()
-
-