Class TButton

java.lang.Object
  |
  +--TObject
        |
        +--TVCpn
              |
              +--TCptCpn
                    |
                    +--TButton
Direct Known Subclasses:
TChkBtn, TRBtn

public class TButton
extends TCptCpn

Type Button: Class TButton is a captioned button.

Since:
First release

Field Summary
 
Fields inherited from class TCptCpn
caption
 
Fields inherited from class TVCpn
height, visible, width, x, y
 
Constructor Summary
TButton()
          Instanciates a new Type Button.
TButton(java.lang.String caption)
          Instanciates a new Type Button.
 
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

TButton

public TButton()
Instanciates a new Type Button.

Since:
First release

TButton

public TButton(java.lang.String caption)
Instanciates a new Type Button.

Parameters:
caption - The caption of the button.
Since:
First release