Class TWindow

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

public class TWindow
extends TCptCpn

Type Window: Class TWindow is a titled window.

Since:
First release

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

TWindow

public TWindow()
Instanciates a new Type Window.

Since:
First release

TWindow

public TWindow(java.lang.String caption)
Instanciates a new Type Window.

Parameters:
caption - The title of the window.
Since:
First release