Uses of Class
com.tick42.glue.desktop.windows.Bounds
-
Packages that use Bounds Package Description com.tick42.glue.desktop.windows The window management API for Glue.com.tick42.glue.desktop.windows.event -
-
Uses of Bounds in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows with parameters of type Bounds Modifier and Type Method Description CompletionStage<?>Window. changeBounds(Bounds bounds)Changes the window position and size -
Uses of Bounds in com.tick42.glue.desktop.windows.event
Methods in com.tick42.glue.desktop.windows.event that return Bounds Modifier and Type Method Description BoundsWindowBoundsChangedEvent. getBounds()Constructors in com.tick42.glue.desktop.windows.event with parameters of type Bounds Constructor Description WindowBoundsChangedEvent(Window source, Bounds bounds)
-