Enum Class Folder

java.lang.Object
java.lang.Enum<Folder>
com.iizigo.project.Folder
All Implemented Interfaces:
Serializable, Comparable<Folder>, Constable

public enum Folder extends Enum<Folder>
The root container folders in the IIZI Module project.
Author:
Christopher Mindus
  • Enum Constant Details Link icon

    • ASSETS Link icon

      public static final Folder ASSETS
    • IMAGE Link icon

      public static final Folder IMAGE
    • TEXT Link icon

      public static final Folder TEXT
    • VIRTUAL_SPACE Link icon

      public static final Folder VIRTUAL_SPACE
    • STYLE Link icon

      public static final Folder STYLE
    • SELECTOR Link icon

      public static final Folder SELECTOR
    • PANEL Link icon

      public static final Folder PANEL
  • Field Details Link icon

    • folderName Link icon

      public final String folderName
      The folder name.
    • fileExtension Link icon

      public final FileExtension fileExtension
      The file extension.
    • title Link icon

      public final String title
      A title string in English.
    • itemTitle Link icon

      public final String itemTitle
      A title string for file items in English.
    • description Link icon

      public final String description
      A description string in English.
    • category Link icon

      public final int category
      The category.
    • folderSetup Link icon

      public final PropertyEditorSetup folderSetup
      Flag for the Folder settings setup, null for none.
    • propertyClassList Link icon

      public final List<Class<?>> propertyClassList
      The property class, null for none.
    • viewerFilter Link icon

      public final ViewerFilter viewerFilter
      The filter to display only these file items and all folders.
  • Method Details Link icon

    • values Link icon

      public static Folder[] 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 Link icon

      public static Folder 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
    • getImage Link icon

      public Image getImage()
      Folder image.
    • getImageDescriptor Link icon

      public ImageDescriptor getImageDescriptor()
      Gets the ImageDescriptor.
    • initialize Link icon

      public static void initialize()
      Initializes the images from ApplicationUI.