| 
 | ||||||||
| 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_7_1.ScreenLayoutMode
public enum ScreenLayoutMode
HowIDisplay.setScreenLayout(org.virtualbox_7_1.ScreenLayoutMode,List)method should work.
Interface ID: {8FA1964C-8774-11E9-AE5D-1F419105E68D}
| Enum Constant Summary | |
|---|---|
| ApplyIf the guest is already at desired mode then the API might avoid setting the mode. | |
| AttachAttach new screens and always set the new mode for existing screens. | |
| ResetAlways set the new mode even if the guest is already at desired mode. | |
| SilentDo not notify the guest of the change. | |
| 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
public static final ScreenLayoutMode Silent
| 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 | |||||||