Class Popup


  extended by Object
      extended by Component
          extended by Shell
              extended by Popup

public class Popup
extends Shell

Popup is a root of single windowed user interface screen.


Constructor Summary
Popup(Component child)
          Creates a new Popup with specified component as content.
 
Method Summary
 
Methods inherited from class Shell
computeLayout, focused, setActionHandler, setFocused, setFocused, setKeyHandler, setMenuHandler, setSoftKeyHandler, updateMenu
 
Methods inherited from class Component
add, appendText, clear, find, first, get, getAction, getData, getElement, getFlags, getImage, getLocation, getParent, getShell, getSize, getStyle, getText, getViewPort, hasLinefeed, indexOf, insert, isFocusable, isShown, isVisible, isWrapping, last, operator_get, operator_set, remove, remove, repaint, set, setAction, setData, setElement, setFlags, setImage, setLocation, setPreferredHeight, setPreferredSize, setPreferredWidth, setStyle, setText, size
 
Methods inherited from class Object
toString, equals, hashCode
 
Methods inherited from
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Popup

public Popup(Component child)
Creates a new Popup with specified component as content.

Parameters:
child - Content of shell