Package org.freedesktop.wayland.shared
Enum Class XdgWmBaseError
- All Implemented Interfaces:
Serializable
,Comparable<XdgWmBaseError>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionxdg_wm_base was destroyed before childrenthe client specified an invalid popup parent surfacethe client provided an invalid positionerthe client provided an invalid surface statethe client tried to map or destroy a non-topmost popupgiven wl_surface has another rolethe client didn’t respond to a ping event in time -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getValue()
static XdgWmBaseError
of
(int i) static XdgWmBaseError
Returns the enum constant of this class with the specified name.static XdgWmBaseError[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ROLE
given wl_surface has another role -
DEFUNCT_SURFACES
xdg_wm_base was destroyed before children -
NOT_THE_TOPMOST_POPUP
the client tried to map or destroy a non-topmost popup -
INVALID_POPUP_PARENT
the client specified an invalid popup parent surface -
INVALID_SURFACE_STATE
the client provided an invalid surface state -
INVALID_POSITIONER
the client provided an invalid positioner -
UNRESPONSIVE
the client didn’t respond to a ping event in time
-
-
Field Details
-
value
public final int value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
public int getValue() -
of
-