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 class
NoApi
Class that represents no support for translucent and shaped windows because there is no api we can wrap.
You shouldn't use this class directly.class
OfficialApi
Wrapper around the official API for creating translucent and shaped windows.class
PrivateApi
Wrapper 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 ITranslucentAndShapedWindowApi
TranslucentAndShapedWindowApiFactory. api
Methods in ch.swingfx.window.translucentandshaped that return ITranslucentAndShapedWindowApi Modifier and Type Method Description static ITranslucentAndShapedWindowApi
TranslucentAndShapedWindowApiFactory. getApi()
get a singleton instance of anITranslucentAndShapedWindowApi
object.
-