Class NativeInput


  extended by Object
      extended by Component
          extended by Text
              extended by Input
                  extended by NativeInput

Deprecated. Use Input instead

public class NativeInput
extends Input


Constructor Summary
NativeInput(Style style, String title, String text, int flags)
          Deprecated. Use Input instead
 
Method Summary
 
Methods inherited from class Input
edit, edit, getCapacity, setCapacity
 
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

NativeInput

public NativeInput(Style style,
                   String title,
                   String text,
                   int flags)
Deprecated. Use Input instead