moka.x
Class CaptionedComponent

java.lang.Object
  |
  +--moka.lang.Object
        |
        +--moka.event.EventListener
              |
              +--moka.x.Component
                    |
                    +--moka.x.CaptionedComponent
All Implemented Interfaces:
Captioned
Direct Known Subclasses:
Button, CheckBox, Label, List, TextArea, TextField

public abstract class CaptionedComponent
extends Component
implements Captioned

The CaptionedComponent class represents a component that shows a caption.

Since:
MDK1.0a

Field Summary
 
Fields inherited from class moka.x.Component
enabled, height, listen, mnemonic, next, parent, prev, visible, width, x, y
 
Fields inherited from interface moka.x.Captioned
caption, font
 
Constructor Summary
CaptionedComponent()
           
CaptionedComponent(java.lang.String caption)
           
 
Method Summary
 void finalize()
          Free the memory and system ressources used by this CaptionedComponent.
 
Methods inherited from class moka.x.Component
bottom, center, checkMnemonic, clean, eventTriggered, isCursorOver, left, move, onPaint, paint, right, setBounds, setEnabled, setHeight, setMnemonic, setVisible, setWidth, setX, setY, toFront, top, use
 
Methods inherited from class moka.event.EventListener
eventTriggered
 
Methods inherited from class moka.lang.Object
equals, getClassName, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface moka.x.Captioned
setCaption, setFont
 

Constructor Detail

CaptionedComponent

public CaptionedComponent()

CaptionedComponent

public CaptionedComponent(java.lang.String caption)
Method Detail

finalize

public void finalize()
Free the memory and system ressources used by this CaptionedComponent.

Overrides:
finalize in class Component