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
Field Summary
Modifier and TypeFieldDescriptionfinal int
The category.final String
A description string in English.final FileExtension
The file extension.final String
The folder name.final PropertyEditorSetup
Flag for the Folder settings setup, null for none.final String
A title string for file items in English.The property class, null for none.final String
A title string in English.final ViewerFilter
The filter to display only these file items and all folders.Method Summary
Modifier and TypeMethodDescriptiongetImage()
Folder image.Gets the ImageDescriptor.static void
Initializes the images from ApplicationUI.static Folder
Returns 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.