net.thestump.ghronos.dialog
Class OvertimeDialog

java.lang.Object
  extended bywaba.ui.Control
      extended bywaba.ui.Container
          extended bywaba.ui.Window
              extended bynet.thestump.ghronos.dialog.Dialog
                  extended bynet.thestump.ghronos.dialog.OvertimeDialog
All Implemented Interfaces:
waba.fx.ISurface

public class OvertimeDialog
extends Dialog

Provides a display for configuring an overtime

Author:
Christopher C. Stump

Field Summary
 
Fields inherited from class waba.ui.Window
beepIfOut, borderStyle, canDrag, eraseBackgroundNow, flicker, HIDE_STATE, highResPrepared, imgCovered, lastSwappedContainer, mainSwapContainer, menubar, needsPaint, NO_BORDER, RECT_BORDER, ROUND_BORDER, TAB_BORDER, TAB_ONLY_BORDER, title, titleFont, topMost, VK_BOTTOM, VK_HIDE, VK_SHOW, VK_TOP, zStack
 
Fields inherited from class waba.ui.Container
BORDER_LOWERED, BORDER_NONE, BORDER_RAISED, BORDER_SIMPLE, children, lastH, lastW, lastX, lastY, parentWindow, tail
 
Fields inherited from class waba.ui.Control
AFTER, appId, asContainer, asWindow, backColor, backDis, BEFORE, BOTTOM, CENTER, enabled, FILL, FIT, fm, fmH, focusLess, font, foreColor, foreDis, height, LEFT, parent, PREFERRED, RANGE, RIGHT, SAME, TOP, visible, width, x, x2, y, y2
 
Constructor Summary
OvertimeDialog()
           
 
Method Summary
 void onEvent(waba.ui.Event event)
           
protected  void onPopup()
           
 void onStart()
           
 void setDisplay(TimingStyle tStyle)
          Sets the timing style whose parameters are to be displayed the next time this dialog pops up Default implementation does nothing.
 void setTimingStyle(TimingStyle tStyle)
          Sets the timing style whose parameters are to be configured the next time this dialog pops up.
 
Methods inherited from class waba.ui.Window
_doPaint, _doPaint, _postEvent, damageRect, destroyZStack, dontSaveBehind, getClientRect, getClientRect, getFocus, getOffScreen, getPreferredHeight, getPreferredWidth, getTopMost, isTopMost, isVisible, loadBehind, makeUnmovable, onClickedOutside, onUnpop, paintTitle, popupBlockingModal, popupMenuBar, popupModal, postPopup, postUnpop, pumpEvents, saveBehind, setBorderStyle, setDoubleBuffer, setFocus, setMenuBar, setStatePosition, setTitle, setTitleFont, swap, swapFocus, unpop, updateScreen, validate
 
Methods inherited from class waba.ui.Container
add, add, add, broadcastEvent, findChild, getChildren, onAdd, onColorsChanged, onPaint, onRemove, paintChildren, remove, setEnabled
 
Methods inherited from class waba.ui.Control
addTimer, contains, createGraphics, getAbsoluteRect, getBackColor, getFont, getFontMetrics, getForeColor, getNext, getParent, getParentWindow, getPos, getRect, getSize, isDisplayed, isEnabled, onBoundsChanged, onFontChanged, onWindowPaintFinished, postEvent, removeTimer, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setFocusLess, setFont, setForeColor, setRect, setRect, setRect, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OvertimeDialog

public OvertimeDialog()
Method Detail

onStart

public void onStart()

setTimingStyle

public void setTimingStyle(TimingStyle tStyle)
Description copied from class: Dialog
Sets the timing style whose parameters are to be configured the next time this dialog pops up. Default implementation does nothing.

Overrides:
setTimingStyle in class Dialog
Parameters:
tStyle - Must be an OvertimeStyle, otherwise this method does nothing

setDisplay

public void setDisplay(TimingStyle tStyle)
Description copied from class: Dialog
Sets the timing style whose parameters are to be displayed the next time this dialog pops up Default implementation does nothing.

Overrides:
setDisplay in class Dialog
Parameters:
tStyle - Must be an OvertimeStyle, otherwise this method does nothing

onEvent

public void onEvent(waba.ui.Event event)

onPopup

protected void onPopup()


Copyright © 2004 Christopher C. Stump. All Rights Reserved.