Class JPassManage

java.lang.Object
  |
  +--waba.ui.Control
        |
        +--waba.ui.Container
              |
              +--waba.ui.Window
                    |
                    +--waba.ui.MainWindow
                          |
                          +--JPassManage
All Implemented Interfaces:
waba.fx.ISurface

public class JPassManage
extends waba.ui.MainWindow

Fenetre principale de l'application


Field Summary
static FenAppliC fenc
           
 waba.fx.Color fonds
           
 waba.fx.Color texteGen
           
 
Fields inherited from class waba.ui.MainWindow
defaultFont
 
Fields inherited from class waba.ui.Window
HIDE_STATE, NO_BORDER, RECT_BORDER, ROUND_BORDER, TAB_BORDER, TAB_ONLY_BORDER, VK_BOTTOM, VK_HIDE, VK_TOP, zStack
 
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
JPassManage()
           
 
Method Summary
 void construitMenu()
           
 void DessineFenetre(java.lang.String nomcontainer)
          Affiche le container passé en paramètre
 void onEvent(waba.ui.Event e)
          Gère les évènements survenant sur la fenetre
 
Methods inherited from class waba.ui.MainWindow
_onTimerTick, _runThreads, addThread, appEnding, appStarting, exit, getCommandLine, getFontMetrics, getMainWindow, killThreads, onExit, onStart, removeThread, removeTimer
 
Methods inherited from class waba.ui.Window
_doPaint, _doPaint, _postEvent, destroyZStack, dontSaveBehind, getClientRect, getFocus, getOffScreen, getTopMost, isTopMost, isVisible, makeUnmovable, popupModal, setBorderStyle, setDoubleBuffer, setFocus, setMenuBar, setStatePosition, setTitle, setTitleFont, swap, unpop
 
Methods inherited from class waba.ui.Container
add, add, add, broadcastEvent, findChild, getChildren, onPaint, paintChildren, remove, setEnabled
 
Methods inherited from class waba.ui.Control
addTimer, contains, createGraphics, getAbsoluteRect, getBackColor, getFont, getForeColor, getNext, getParent, getParentWindow, getPos, getPreferredHeight, getPreferredWidth, getRect, getSize, isDisplayed, isEnabled, postEvent, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setFont, setForeColor, setRect, setRect, setRect, setVisible
 
Methods inherited from class java.lang.Object
equals, hashCode, toString
 

Field Detail

fenc

public static FenAppliC fenc

fonds

public waba.fx.Color fonds

texteGen

public waba.fx.Color texteGen
Constructor Detail

JPassManage

public JPassManage()
Method Detail

construitMenu

public void construitMenu()

onEvent

public void onEvent(waba.ui.Event e)
Gère les évènements survenant sur la fenetre
Overrides:
onEvent in class waba.ui.Control

DessineFenetre

public void DessineFenetre(java.lang.String nomcontainer)
Affiche le container passé en paramètre
Parameters:
nomcontainer - Le nom du container à afficher (FenAppliA,C,S ou M)