bt747.waba_view.ui
Class BT747MessageBox

java.lang.Object
  extended by waba.ui.Control
      extended by waba.ui.Container
          extended by waba.ui.Window
              extended by waba.ui.MessageBox
                  extended by bt747.waba_view.ui.BT747MessageBox
All Implemented Interfaces:
waba.fx.ISurface

public final class BT747MessageBox
extends waba.ui.MessageBox

Author:
Mario De Weerd

Field Summary
 
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
BT747MessageBox(boolean n, java.lang.String title, java.lang.String Text, java.lang.String[] Buttons)
           
BT747MessageBox(java.lang.String title, java.lang.String msg)
           
BT747MessageBox(java.lang.String title, java.lang.String text, java.lang.String[] buttonCaptions)
           
BT747MessageBox(java.lang.String title, java.lang.String text, java.lang.String[] buttonCaptions, int gap, int insideGap)
           
 
Method Summary
 boolean isPopped()
           
 
Methods inherited from class waba.ui.MessageBox
getPressedButtonIndex, onEvent, onPaint, setTextAlignment, setUnpopDelay
 
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, paintChildren, remove, setEnabled, setHighlighting, swapToTopmostWindow
 
Methods inherited from class waba.ui.Control
addTimer, changeHighlighted, contains, createGraphics, getAbsoluteRect, getBackColor, getFont, getFontMetrics, getForeColor, getNext, getParent, getParentWindow, getPos, getRect, getSize, isDisplayed, isEnabled, postEvent, removeTimer, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setFocusLess, setFont, setForeColor, setRect, setRect, setRect, setVisible, translateFromOrigin, uiStyleChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BT747MessageBox

public BT747MessageBox(java.lang.String title,
                       java.lang.String msg)
Parameters:
title -
msg -

BT747MessageBox

public BT747MessageBox(java.lang.String title,
                       java.lang.String text,
                       java.lang.String[] buttonCaptions)
Parameters:
title -
text -
buttonCaptions -

BT747MessageBox

public BT747MessageBox(java.lang.String title,
                       java.lang.String text,
                       java.lang.String[] buttonCaptions,
                       int gap,
                       int insideGap)
Parameters:
title -
text -
buttonCaptions -
gap -
insideGap -

BT747MessageBox

public BT747MessageBox(boolean n,
                       java.lang.String title,
                       java.lang.String Text,
                       java.lang.String[] Buttons)
Method Detail

isPopped

public final boolean isPopped()
Returns:
Returns the popped.