|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScreenLayoutMode>
org.virtualbox_5_2.ScreenLayoutMode
public enum ScreenLayoutMode
How IDisplay::setScreenLayout method should work. Interface ID: {C7A9EE66-CFED-438B-9F8C-D3ADF7588A4D}
Enum Constant Summary | |
---|---|
Apply
If the guest is already at desired mode then the API might avoid setting the mode. |
|
Attach
Attach new screens and always set the new mode for existing screens. |
|
Reset
Always set the new mode even if the guest is already at desired mode. |
Method Summary | |
---|---|
static ScreenLayoutMode |
fromValue(long v)
|
static ScreenLayoutMode |
fromValue(java.lang.String v)
|
int |
value()
|
static ScreenLayoutMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScreenLayoutMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ScreenLayoutMode Apply
public static final ScreenLayoutMode Reset
public static final ScreenLayoutMode Attach
Method Detail |
---|
public static ScreenLayoutMode[] values()
for (ScreenLayoutMode c : ScreenLayoutMode.values()) System.out.println(c);
public static ScreenLayoutMode 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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static ScreenLayoutMode fromValue(long v)
public static ScreenLayoutMode fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |