Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
SpiceQueryMouseMode |
SpiceInfo.mouseMode |
Modifier and Type | Method and Description |
---|---|
static SpiceQueryMouseMode |
SpiceQueryMouseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpiceQueryMouseMode[] |
SpiceQueryMouseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SpiceInfo |
SpiceInfo.withMouseMode(SpiceQueryMouseMode value) |
Constructor and Description |
---|
SpiceInfo(boolean enabled,
boolean migrated,
String host,
Long port,
Long tlsPort,
String auth,
String compiledVersion,
SpiceQueryMouseMode mouseMode,
List<SpiceChannel> channels) |