|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjewl.Window
jewl.Container
jewl.AppletPanel
The top-level graphical container associated with an applet. An
AppletPanel can only be accessed via the getPanel()
method of its associated applet, and cannot be created directly.
| Method Summary | |
java.lang.String |
getTitle()
Get the current title for this panel. |
void |
setTitle(java.lang.String title)
Set the current title for this panel. |
| Methods inherited from class jewl.Container |
getBorderHeight, getBorderWidth, getInteriorHeight, getInteriorWidth |
| Methods inherited from class jewl.Window |
addEventListener, commandAvailable, getCommand, getFont, getHeight, getID, getLeft, getScreenHeight, getScreenWidth, getSource, getTop, getWidth, hide, init, isVisible, nextCommand, parent, root, setFont, setID, setLocation, setSize, show, show |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getTitle()
getTitle in class Containerpublic void setTitle(java.lang.String title)
setTitle in class Containertitle - the current title for this panel.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||