public enum TaskbarView extends Enum<TaskbarView>
| Enum Constant and Description |
|---|
COMPACT
Compact view.
|
NORMAL
Normal view.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskbarView |
fromName(String name)
Get taskbar view from name.
|
String |
getKey()
Getter for key.
|
String |
getName()
Getter for name.
|
String |
getPath()
Getter for path.
|
static TaskbarView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskbarView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskbarView NORMAL
public static final TaskbarView COMPACT
public static TaskbarView[] values()
for (TaskbarView c : TaskbarView.values()) System.out.println(c);
public static TaskbarView 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 TaskbarView fromName(String name)
name - view namepublic String getName()
public String getPath()
public String getKey()
Copyright © 2021 OSIVIA. All rights reserved.