public enum FileBrowserView extends Enum<FileBrowserView>
| Enum Constant and Description |
|---|
LINES
Lines view.
|
THUMBNAILS
Thumbnails view.
|
THUMBNAILS_REORGANIZATION
Thumbnails reorganization view.
|
| Modifier and Type | Field and Description |
|---|---|
static FileBrowserView |
DEFAULT
Default view.
|
| Modifier and Type | Method and Description |
|---|---|
static FileBrowserView |
fromName(String name)
Get view from his name.
|
String |
getIcon()
Getter for icon.
|
List<String> |
getLinkedViewNames()
Getter for linkedViewNames.
|
String |
getName()
Getter for name.
|
boolean |
isClosedNavigation()
Getter for closedNavigation.
|
boolean |
isMenubarItem()
Getter for menubarItem.
|
boolean |
isOrderable()
Getter for orderable.
|
static FileBrowserView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileBrowserView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileBrowserView LINES
public static final FileBrowserView THUMBNAILS
public static final FileBrowserView THUMBNAILS_REORGANIZATION
public static final FileBrowserView DEFAULT
public static FileBrowserView[] values()
for (FileBrowserView c : FileBrowserView.values()) System.out.println(c);
public static FileBrowserView 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 static final FileBrowserView fromName(String name)
name - view namepublic String getName()
public String getIcon()
public boolean isOrderable()
public boolean isClosedNavigation()
public boolean isMenubarItem()
Copyright © 2019. All rights reserved.