|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to drawing area.
| Field Summary | |
static int |
REGION
|
static int |
REGIONSCROLL
|
static int |
ROOTLAYOUT
|
static int |
TOPLAYOUT
|
| Method Summary | |
void |
addFrameListener(FrameListener frameListener)
For toplayouts (frames), add a close listener. |
void |
addRegion(DrawingArea region,
int z)
Add a region to this drawing area. |
void |
bringToFront(DrawingArea drawingArea)
Bring this region into front of other regions |
java.awt.Container |
getContentContainer()
|
int |
getHeight()
|
int |
getLeft()
|
int |
getTop()
|
int |
getWidth()
|
void |
setBackgroundColor(java.lang.String color)
Set the background color for this drawing area. |
void |
setBounds(int left,
int top,
int width,
int height)
|
boolean |
setCSSStretch(java.lang.String awidth,
java.lang.String aheight,
org.w3c.dom.Element origElem)
|
void |
setTitle(java.lang.String name)
Set the title of this area (used for top-layout) |
void |
setVisible(boolean v)
Set this drawing area visible. |
| Field Detail |
public static final int ROOTLAYOUT
public static final int TOPLAYOUT
public static final int REGION
public static final int REGIONSCROLL
| Method Detail |
public int getLeft()
public int getTop()
public int getWidth()
public int getHeight()
public void setBounds(int left,
int top,
int width,
int height)
public void setVisible(boolean v)
v - true=visible, false=invisiblepublic void setTitle(java.lang.String name)
name - Title name of the area
public void addRegion(DrawingArea region,
int z)
region - Region drawing area to be added.public void bringToFront(DrawingArea drawingArea)
drawingArea - Region to be the top mostpublic void setBackgroundColor(java.lang.String color)
public void addFrameListener(FrameListener frameListener)
public java.awt.Container getContentContainer()
public boolean setCSSStretch(java.lang.String awidth,
java.lang.String aheight,
org.w3c.dom.Element origElem)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||