bt747.j2se_view
Class BT747

java.lang.Object
  extended by waba.ui.Control
      extended by waba.ui.Container
          extended by waba.ui.Window
              extended by waba.ui.MainWindow
                  extended by bt747.waba_view.AppBT747
                      extended by bt747.j2se_view.BT747
All Implemented Interfaces:
ModelListener, waba.fx.ISurface

public class BT747
extends AppBT747

Main class (application entry) An empty wrapper to maintain compatibility after moving classes into specific package.

Author:
Mario De Weerd

Field Summary
 
Fields inherited from class bt747.waba_view.AppBT747
requiredVersion, requiredVersionStr
 
Fields inherited from class waba.ui.MainWindow
defaultFont
 
Fields inherited from class waba.ui.Window
blockingCount, eraseBackgroundNow, HIDE_STATE, NO_BORDER, RECT_BORDER, ROUND_BORDER, TAB_BORDER, TAB_ONLY_BORDER, VK_BOTTOM, VK_HIDE, VK_SHOW, VK_TOP, zStack
 
Fields inherited from class waba.ui.Container
BORDER_LOWERED, BORDER_NONE, BORDER_RAISED, BORDER_SIMPLE, tabOrder
 
Fields inherited from class waba.ui.Control
AFTER, appId, appObj, BEFORE, BOTTOM, CENTER, clearValueInt, clearValueStr, FILL, FIT, fm, focusTraversable, highlightRectsCount, LEFT, PREFERRED, RANGE, RIGHT, SAME, TOP, uiCE, uiFlat, uiPalm, uiVista
 
Constructor Summary
BT747()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allow this to be "self executable" in J2SE
 void onStart()
          Called after application start.
 
Methods inherited from class bt747.waba_view.AppBT747
modelEvent, notifyBT747Exception, onEvent, onExit
 
Methods inherited from class waba.ui.MainWindow
_onTimerTick, _runThreads, addThread, appEnding, appStarting, exit, getCommandLine, getFontMetrics, getMainWindow, killThreads, removeThread, removeTimer, setRect
 
Methods inherited from class waba.ui.Window
_doPaint, _doPaint, _postEvent, _postSoundEvent, destroyZStack, dontSaveBehind, drawHighlight, getClientRect, getClientRect, getFocus, getHighlighted, getOffScreen, getPreferredHeight, getPreferredWidth, getTopMost, isTopMost, isVisible, makeUnmovable, popupBlockingModal, popupModal, pumpEvents, setBorderStyle, setDoubleBuffer, setFocus, setHighlighted, setMenuBar, setStatePosition, setTitle, setTitleFont, swap, unpop, updateScreen, validate
 
Methods inherited from class waba.ui.Container
add, add, add, broadcastEvent, clear, findChild, getChildren, onPaint, paintChildren, remove, setEnabled, setHighlighting, swapToTopmostWindow
 
Methods inherited from class waba.ui.Control
addTimer, changeHighlighted, contains, createGraphics, getAbsoluteRect, getBackColor, getFont, getForeColor, getNext, getParent, getParentWindow, getPos, getRect, getSize, isDisplayed, isEnabled, postEvent, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setFocusLess, setFont, setForeColor, setRect, setRect, setVisible, translateFromOrigin, uiStyleChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BT747

public BT747()
Method Detail

onStart

public void onStart()
Description copied from class: AppBT747
Called after application start.

Overrides:
onStart in class AppBT747
See Also:
MainWindow.onStart()

main

public static void main(java.lang.String[] args)
Allow this to be "self executable" in J2SE

Parameters:
args - the command line arguments