| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.docking.Site
public final class Site
This class is used to store the sizes of a dockable window. The geometry is the size and position of the window when it is floated, the size is the preferred size of the window when it is docked.
| Field Summary | |
|---|---|
|  java.awt.Rectangle | geometrySpecifies the position and dimension of the floating panel | 
|  java.awt.Dimension | sizeSpecifies the position and dimension of the docked panel. | 
| Constructor Summary | |
|---|---|
| Site()Constructs Site with default values The geometry is positon is set to (0,0) and the Dimension to DEFAULT_FLOAT_WIDTH x DEFAULT_FLOAT_HEIGHT. | |
| Site(int nWidth,
     int nHeight)Constructs a Site with the specified size. | |
| Site(java.awt.Rectangle geometry)Constructs a Site with the specified geometry | |
| Site(Site site) | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public java.awt.Rectangle geometry
public java.awt.Dimension size
| Constructor Detail | 
|---|
public Site()
public Site(int nWidth,
            int nHeight)
nWidth - the requested width.nHeight - the requested height.public Site(java.awt.Rectangle geometry)
geometry - the requested geometry.public Site(Site site)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||