moka.x
Class Panel

java.lang.Object
  |
  +--moka.lang.Object
        |
        +--moka.event.EventListener
              |
              +--moka.x.Component
                    |
                    +--moka.x.Container
                          |
                          +--moka.x.Panel

public class Panel
extends Container

Panel is a container used to regroup visual objects.

Since:
MDK1.0a

Field Summary
 
Fields inherited from class moka.x.Container
child, tail
 
Fields inherited from class moka.x.Component
enabled, height, listen, mnemonic, next, parent, prev, visible, width, x, y
 
Constructor Summary
Panel()
           
 
Method Summary
 void paintForeground()
          Paints the foreground of the panel.
 
Methods inherited from class moka.x.Container
add, checkMnemonic, clean, empty, onPaint, onRefresh, paintChildren, remove, repaintChildren, toFront, use
 
Methods inherited from class moka.x.Component
bottom, center, eventTriggered, finalize, isCursorOver, left, move, paint, right, setBounds, setEnabled, setHeight, setMnemonic, setVisible, setWidth, setX, setY, top
 
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
 

Constructor Detail

Panel

public Panel()
Method Detail

paintForeground

public void paintForeground()
Paints the foreground of the panel.

Overrides:
paintForeground in class Container