oracle.ide.controls
Interface FloatingToolWindow
- public interface FloatingToolWindow
This object is a top level container with a resizable border and, on Windows,
no icon in the taskbar.
This class is used by the docking system for the floating windows.
getSize
public java.awt.Dimension getSize(java.awt.Dimension rv)
setSize
public void setSize(int x,
int y)
getLocation
public java.awt.Point getLocation(java.awt.Point rv)
getBounds
public java.awt.Rectangle getBounds()
setBounds
public void setBounds(int x,
int y,
int width,
int height)
validate
public void validate()