Class TEdit

java.lang.Object
  |
  +--TObject
        |
        +--TVCpn
              |
              +--TCptCpn
                    |
                    +--TEdit

public class TEdit
extends TCptCpn

Type Edit: Class TEdit is an edit box.

Since:
First release

Field Summary
 
Fields inherited from class TCptCpn
caption
 
Fields inherited from class TVCpn
height, visible, width, x, y
 
Constructor Summary
TEdit()
          Instanciates a new Type Edit.
TEdit(java.lang.String caption)
          Instanciates a new Type Edit.
 
Method Summary
 void activate()
          Activates the edit box.
 
Methods inherited from class TCptCpn
getCaption, setCaption
 
Methods inherited from class TVCpn
getHeight, getVisible, getWidth, getX, getY, move, setDim, setHeight, setVisible, setWidth, setX, setY
 
Methods inherited from class TObject
clone, Destroy, equals, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TEdit

public TEdit()
Instanciates a new Type Edit.

Since:
First release

TEdit

public TEdit(java.lang.String caption)
Instanciates a new Type Edit.

Parameters:
caption - The caption of the component.
Since:
First release
Method Detail

activate

public void activate()
Activates the edit box. User will be prompted until he press enter key.

Since:
First release