Uses of Enum Class
ch.swingfx.window.translucentandshaped.ApiType
Packages that use ApiType
-
Uses of ApiType in ch.swingfx.window.translucentandshaped
Subclasses with type arguments of type ApiType in ch.swingfx.window.translucentandshapedModifier and TypeClassDescriptionenumEnum off all supported API types for translucent and shaped windows
For more details see http://download.oracle.com/javase/tutorial/uiswing/misc/trans_shaped_windows.html#6u10
Note: Only Sun/Oracle JREs support sun.awt.AWTUtilities.Methods in ch.swingfx.window.translucentandshaped that return ApiTypeModifier and TypeMethodDescriptionITranslucentAndShapedWindowApi.getApiType()NoApi.getApiType()OfficialApi.getApiType()PrivateApi.getApiType()static ApiTypeReturns the enum constant of this class with the specified name.static ApiType[]ApiType.values()Returns an array containing the constants of this enum class, in the order they are declared.