public static enum MultiItemPane.ViewMode extends java.lang.Enum<MultiItemPane.ViewMode>
Enum Constant and Description |
---|
DETAILS_VIEW
The view mode that shows the items in a table of textual metadata.
|
INFO_VIEW
The view mode that shows several metadata fields of a single item.
|
PREVIEW_VIEW
The view mode that shows a single item's preview.
|
REPORT_VIEW
The view mode that shows the items in a table with the thumbnail on the left and textual metadata on the right.
|
THUMBNAIL_VIEW
The view mode that shows thumbnails and additional metadata in a grid.
|
Modifier and Type | Method and Description |
---|---|
static MultiItemPane.ViewMode |
getViewMode(java.lang.String label) |
java.lang.String |
getViewModeLabel() |
static MultiItemPane.ViewMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiItemPane.ViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiItemPane.ViewMode THUMBNAIL_VIEW
public static final MultiItemPane.ViewMode DETAILS_VIEW
public static final MultiItemPane.ViewMode INFO_VIEW
public static final MultiItemPane.ViewMode PREVIEW_VIEW
public static final MultiItemPane.ViewMode REPORT_VIEW
public static MultiItemPane.ViewMode[] values()
for (MultiItemPane.ViewMode c : MultiItemPane.ViewMode.values()) System.out.println(c);
public static MultiItemPane.ViewMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getViewModeLabel()
public static MultiItemPane.ViewMode getViewMode(java.lang.String label)
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.