Uses of Interface
ch.swingfx.window.translucentandshaped.ITranslucentAndShapedWindowApi
Packages that use ITranslucentAndShapedWindowApi
-
Uses of ITranslucentAndShapedWindowApi in ch.swingfx.window.translucentandshaped
Classes in ch.swingfx.window.translucentandshaped that implement ITranslucentAndShapedWindowApiModifier and TypeClassDescriptionclass
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
Wrapper around the official API for creating translucent and shaped windows.class
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 ITranslucentAndShapedWindowApiModifier and TypeFieldDescriptionprivate static final ITranslucentAndShapedWindowApi
TranslucentAndShapedWindowApiFactory.api
Methods in ch.swingfx.window.translucentandshaped that return ITranslucentAndShapedWindowApiModifier and TypeMethodDescriptionTranslucentAndShapedWindowApiFactory.getApi()
get a singleton instance of anITranslucentAndShapedWindowApi
object.