Class FenAppliA

java.lang.Object
  |
  +--waba.ui.Control
        |
        +--waba.ui.Container
              |
              +--ContMere
                    |
                    +--FenAppliA
All Implemented Interfaces:
waba.fx.ISurface

public class FenAppliA
extends ContMere

Container d'ajout d'informations


Fields inherited from class waba.ui.Container
BORDER_LOWERED, BORDER_NONE, BORDER_RAISED, BORDER_SIMPLE
 
Fields inherited from class waba.ui.Control
AFTER, appId, BEFORE, BOTTOM, CENTER, FILL, fm, LEFT, PREFERRED, RANGE, RIGHT, SAME, TOP
 
Constructor Summary
FenAppliA()
          Le constructeur
 
Method Summary
 void onEvent(waba.ui.Event e)
          Gère les évènements survenant sur le container
 
Methods inherited from class ContMere
chercheValeur
 
Methods inherited from class waba.ui.Container
add, add, add, broadcastEvent, findChild, getChildren, getClientRect, onPaint, paintChildren, remove, setBorderStyle, setEnabled
 
Methods inherited from class waba.ui.Control
addTimer, contains, createGraphics, getAbsoluteRect, getBackColor, getFont, getFontMetrics, getForeColor, getNext, getParent, getParentWindow, getPos, getPreferredHeight, getPreferredWidth, getRect, getSize, isDisplayed, isEnabled, isVisible, postEvent, removeTimer, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setFont, setForeColor, setRect, setRect, setRect, setVisible
 
Methods inherited from class java.lang.Object
equals, hashCode, toString
 

Constructor Detail

FenAppliA

public FenAppliA()
Le constructeur
Method Detail

onEvent

public void onEvent(waba.ui.Event e)
Gère les évènements survenant sur le container
Overrides:
onEvent in class waba.ui.Control
Parameters:
e - L'évènement capté par le container