|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A frame which can contain other widgets.
Method Summary | |
void |
addPanelWidget(PanelWidget widget)
Add a widget to be displayed inside this frame. |
void |
addWindowListener(java.awt.event.WindowListener l)
Adds the specified window listener to receive window events from this window. |
void |
pack()
Pack the widgets within this frame. |
void |
setBorderLayout()
Set up a BorderLayout. |
void |
setTitle(java.lang.String title)
Sets the title for this frame to the specified string. |
void |
show()
Makes the Window visible. |
Methods inherited from interface org.geotools.gui.widget.Widget |
addMouseListener, getWidth, removeMouseListener |
Method Detail |
public void setTitle(java.lang.String title)
title
- the title to be displayed in the frame's border. A
null
value is treated as an empty string, "".#getTitle
public void setBorderLayout()
public void addPanelWidget(PanelWidget widget)
widget
- to be displayed.public void pack()
public void addWindowListener(java.awt.event.WindowListener l)
l
- the window listener#removeWindowListener
,
#getWindowListeners
public void show()
Component#isDisplayable
,
#toFront
,
Component#setVisible
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |