Package com.iizigo.project
Enum Class Folder
- All Implemented Interfaces:
Serializable,Comparable<Folder>,Constable
The root container folders in the IIZI Module project.
- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Enum Constant Summary
Enum ConstantsField Summary
FieldsModifier and TypeFieldDescriptionfinal intThe category.final StringA description string in English.final FileExtensionThe file extension.final StringThe folder name.final PropertyEditorSetupFlag for the Folder settings setup, null for none.final StringA title string for file items in English.The property class, null for none.final StringA title string in English.final ViewerFilterThe filter to display only these file items and all folders.Method Summary
Modifier and TypeMethodDescriptiongetImage()Folder image.Gets the ImageDescriptor.static voidInitializes the images from ApplicationUI.static FolderReturns the enum constant of this class with the specified name.static Folder[]values()Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
ASSETS
IMAGE
TEXT
VIRTUAL_SPACE
STYLE
SELECTOR
PANEL
Field Details
folderName
The folder name.fileExtension
The file extension.title
A title string in English.itemTitle
A title string for file items in English.description
A description string in English.category
public final int categoryThe category.folderSetup
Flag for the Folder settings setup, null for none.propertyClassList
The property class, null for none.viewerFilter
The filter to display only these file items and all folders.
Method Details
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
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 nameNullPointerException- if the argument is null
getImage
Folder image.getImageDescriptor
Gets the ImageDescriptor.initialize
public static void initialize()Initializes the images from ApplicationUI.