|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.docking.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 |
geometry
Specifies the position and dimension of the floating panel |
java.awt.Dimension |
size
Specifies 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)
|
|
| 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)
|
Extension SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.