public enum Folder extends Enum<Folder>
Enum Constant and Description |
---|
ASSETS |
IMAGE |
PANEL |
SELECTOR |
STYLE |
TEXT |
VIRTUAL_SPACE |
Modifier and Type | Field and Description |
---|---|
int |
category
The category.
|
String |
description
A description string in English.
|
FileExtension |
fileExtension
The file extension.
|
String |
folderName
The folder name.
|
PropertyEditorSetup |
folderSetup
Flag for the Folder settings setup, null for none.
|
String |
itemTitle
A title string for file items in English.
|
List<Class<?>> |
propertyClassList
The property class, null for none.
|
String |
title
A title string in English.
|
ViewerFilter |
viewerFilter
The filter to display only these file items and all folders.
|
Modifier and Type | Method and Description |
---|---|
Image |
getImage()
Folder image.
|
ImageDescriptor |
getImageDescriptor()
Gets the ImageDescriptor.
|
static void |
initialize()
Initializes the images from ApplicationUI.
|
static Folder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Folder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Folder VIRTUAL_SPACE
public static final Folder PANEL
public static final Folder SELECTOR
public static final Folder STYLE
public static final Folder TEXT
public static final Folder IMAGE
public static final Folder ASSETS
public final String folderName
public final FileExtension fileExtension
public final String title
public final String itemTitle
public final String description
public final int category
public final PropertyEditorSetup folderSetup
public final ViewerFilter viewerFilter
public static Folder[] values()
for (Folder c : Folder.values()) System.out.println(c);
public static Folder valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Image getImage()
public ImageDescriptor getImageDescriptor()
public static void initialize()
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.