Uses of Class
ch.swingfx.window.translucentandshaped.ApiType
-
Packages that use ApiType Package Description ch.swingfx.window.translucentandshaped -
-
Uses of ApiType in ch.swingfx.window.translucentandshaped
Methods in ch.swingfx.window.translucentandshaped that return ApiType Modifier and Type Method Description ApiType
ITranslucentAndShapedWindowApi. getApiType()
ApiType
NoApi. getApiType()
ApiType
OfficialApi. getApiType()
ApiType
PrivateApi. getApiType()
static ApiType
ApiType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApiType[]
ApiType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-