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 SummaryEnum Constants
- Field SummaryFieldsModifier and TypeFieldDescription- final 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 org.eclipse.jface.viewers.ViewerFilterThe filter to display only these file items and all folders.
- Method SummaryModifier and TypeMethodDescription- org.eclipse.swt.graphics.Image- getImage()Folder image.- org.eclipse.jface.resource.ImageDescriptorGets 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- folderNameThe folder name.
- fileExtensionThe file extension.
- titleA title string in English.
- itemTitleA title string for file items in English.
- descriptionA description string in English.
- categorypublic final int categoryThe category.
- folderSetupFlag for the Folder settings setup, null for none.
- propertyClassListThe property class, null for none.
- viewerFilterpublic final org.eclipse.jface.viewers.ViewerFilter viewerFilterThe filter to display only these file items and all folders.
 
- Method Details- valuesReturns 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
 
- valueOfReturns 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
 
- getImagepublic org.eclipse.swt.graphics.Image getImage()Folder image.
- getImageDescriptorpublic org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()Gets the ImageDescriptor.
- initializepublic static void initialize()Initializes the images from ApplicationUI.