Enum Class Icons16

Object
Enum<Icons16>
Icons16
All Implemented Interfaces:
IconLibrary, Serializable, Comparable<Icons16>, Constable

public enum Icons16 extends Enum<Icons16> implements IconLibrary
Biblioteca de icones 48x48
Author:
eduardo
  • Enum Constant Details

    • FORM

      public static final Icons16 FORM
    • DATABASE_CONNECT

      public static final Icons16 DATABASE_CONNECT
    • EDITOR

      public static final Icons16 EDITOR
    • TASK

      public static final Icons16 TASK
    • TASK_FINISHED

      public static final Icons16 TASK_FINISHED
    • TASK_CANCELED

      public static final Icons16 TASK_CANCELED
    • CLOCK_16

      public static final Icons16 CLOCK_16
    • ACTIVE_TASK

      public static final Icons16 ACTIVE_TASK
    • ATTACHMENT

      public static final Icons16 ATTACHMENT
    • DOWNLOAD

      public static final Icons16 DOWNLOAD
    • REPORTS

      public static final Icons16 REPORTS
    • CATEGORY

      public static final Icons16 CATEGORY
    • FOLDER

      public static final Icons16 FOLDER
    • FOLDER_ADD

      public static final Icons16 FOLDER_ADD
    • FOLDER_EDIT

      public static final Icons16 FOLDER_EDIT
    • FOLDER_REMOVE

      public static final Icons16 FOLDER_REMOVE
    • CSV

      public static final Icons16 CSV
    • PDF

      public static final Icons16 PDF
    • XLS

      public static final Icons16 XLS
    • XLSX

      public static final Icons16 XLSX
    • NOTE

      public static final Icons16 NOTE
    • LOCK

      public static final Icons16 LOCK
    • START

      public static final Icons16 START
    • HELP

      public static final Icons16 HELP
    • BPMN_DIAGRAM

      public static final Icons16 BPMN_DIAGRAM
    • BPMN_EDIT

      public static final Icons16 BPMN_EDIT
    • COLOR_PICKER

      public static final Icons16 COLOR_PICKER
    • OPEN_BOOK

      public static final Icons16 OPEN_BOOK
    • SETTINGS

      public static final Icons16 SETTINGS
    • SEEK

      public static final Icons16 SEEK
    • CLEAR

      public static final Icons16 CLEAR
    • REMOVER

      public static final Icons16 REMOVER
    • FILTRAR

      public static final Icons16 FILTRAR
    • NOTIFICACAO

      public static final Icons16 NOTIFICACAO
    • OCR

      public static final Icons16 OCR
  • Method Details

    • values

      public static Icons16[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Icons16 valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getResourceType

      public ResourceType getResourceType()
      Specified by:
      getResourceType in interface IconLibrary
    • getRelativeLocation

      public String getRelativeLocation()
      Specified by:
      getRelativeLocation in interface IconLibrary