接口 IconFactory.IconData

  • 封闭类:
    IconFactory

    public static interface IconFactory.IconData
    • 方法详细资料

      • getIcon

        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()