|
kAWT Version 0.81 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--java.awt.Window
| Fields inherited from class java.awt.Container |
insets |
| Constructor Summary | |
Window(Frame f)
|
|
| Method Summary | |
void |
addWindowListener(WindowListener l)
This method does not do anything and is included for compatibility only |
void |
dispose()
|
Component |
getFocusOwner()
|
Window |
getOwner()
|
Toolkit |
getToolkit()
|
void |
pack()
|
void |
proxyRequestFocus(Component fc)
|
void |
setVisible(boolean vis)
|
void |
show()
|
| Methods inherited from class java.awt.Container |
add, add, add, doLayout, findComponentAt, getComponent, getLayout, getMinimumSize, isAncestorOf, paintAll, paintComponents, remove, setLayout, update, validate |
| Methods inherited from class java.awt.Component |
addKeyListener, addMouseListener, contains, getFont, getFontMetrics, getGraphics, getHeight, getLocationOnScreen, getParent, getPreferredSize, getSize, getWidth, getX, getY, invalidate, isEnabled, isVisible, paint, processKeyEvent, processMouseEvent, repaint, repaint, requestFocus, setBackground, setBounds, setEnabled, setForeground, setLocation, setSize, setSize |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Window(Frame f)
| Method Detail |
public void addWindowListener(WindowListener l)
public void dispose()
public Component getFocusOwner()
public Window getOwner()
public Toolkit getToolkit()
public void pack()
public void proxyRequestFocus(Component fc)
proxyRequestFocus in class Componentpublic void setVisible(boolean vis)
setVisible in class Componentpublic void show()
|
kAWT Version 0.81 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||