Uses of Interface
ch.swingfx.window.translucentandshaped.ITranslucentAndShapedWindowApi
-
Packages that use ITranslucentAndShapedWindowApi Package Description ch.swingfx.window.translucentandshaped -
-
Uses of ITranslucentAndShapedWindowApi in ch.swingfx.window.translucentandshaped
Classes in ch.swingfx.window.translucentandshaped that implement ITranslucentAndShapedWindowApi Modifier and Type Class Description classNoApiClass that represents no support for translucent and shaped windows because there is no api we can wrap.
You shouldn't use this class directly.classOfficialApiWrapper around the official API for creating translucent and shaped windows.classPrivateApiWrapper around com.sun.awt.AWTUtilities API for Translucent and Shaped Window support.
As of JRE 6 update 10 there is a private API for creating these types of windows.
You shouldn't use this class directly.Fields in ch.swingfx.window.translucentandshaped declared as ITranslucentAndShapedWindowApi Modifier and Type Field Description private static ITranslucentAndShapedWindowApiTranslucentAndShapedWindowApiFactory. apiMethods in ch.swingfx.window.translucentandshaped that return ITranslucentAndShapedWindowApi Modifier and Type Method Description static ITranslucentAndShapedWindowApiTranslucentAndShapedWindowApiFactory. getApi()get a singleton instance of anITranslucentAndShapedWindowApiobject.
-