zombie.ui
Class ModalDialog

java.lang.Object
  extended by zombie.ui.UIElement
      extended by zombie.ui.NewWindow
          extended by zombie.ui.ModalDialog

public class ModalDialog
extends NewWindow

Author:
LEMMY

Field Summary
 boolean bYes
           
 boolean Clicked
           
 java.lang.String Name
           
 
Fields inherited from class zombie.ui.NewWindow
clickX, clickY, clientH, clientW, Movable, moving, ncclientH, ncclientW, nestedItems, ResizeToFitY
 
Fields inherited from class zombie.ui.UIElement
anchorBottom, anchorLeft, anchorRight, anchorTop, bScrollChildren, bScrollWithParent, capture, clickedValue, Controls, defaultDraw, followGameWorld, height, IgnoreLossControl, Parent, playerContext, table, visible, width, x, y
 
Constructor Summary
ModalDialog(java.lang.String name, java.lang.String help, boolean bYesNo)
           
 
Method Summary
 void ButtonClicked(java.lang.String name)
           
 void Clicked(java.lang.String name)
           
 
Methods inherited from class zombie.ui.NewWindow
Nest, onMouseDown, onMouseMove, onMouseMoveOutside, onMouseUp, render, setMovable, update
 
Methods inherited from class zombie.ui.UIElement
AddChild, bringToTop, ClearChildren, clearMaxDrawHeight, clearStencilRect, DrawText, DrawText, DrawTextCentre, DrawTextCentre, DrawTextRight, DrawTextRight, DrawTexture_FlippedX, DrawTexture_FlippedXIgnoreOffset, DrawTexture, DrawTextureCol, DrawTextureColor, DrawTextureIgnoreOffset, DrawTextureScaled, DrawTextureScaledCol, DrawTextureScaledCol, DrawTextureScaledColor, DrawUVSliceTexture, getAbsoluteX, getAbsoluteY, getClickedValue, getControls, getHeight, getParent, getPlayerContext, getScrollChildren, getScrollWithParent, getTable, getWidth, getX, getXScroll, getXScrolled, getY, getYScroll, getYScrolled, ignoreHeightChange, ignoreWidthChange, isAnchorBottom, isAnchorLeft, isAnchorRight, isAnchorTop, isCapture, isDefaultDraw, isFollowGameWorld, isIgnoreLossControl, isVisible, onMouseWheel, onresize, onResize, onRightMouseDown, onRightMouseUp, RemoveChild, RemoveControl, resumeStencil, setAlwaysOnTop, setAnchorBottom, setAnchorLeft, setAnchorRight, setAnchorTop, setCapture, setClickedValue, setConsumeMouseEvents, setControls, setDefaultDraw, setFollowGameWorld, setHeight, setHeightSilent, setIgnoreLossControl, setMaxDrawHeight, setParent, setPlayerContext, setScrollChildren, setScrollWithParent, setStencilRect, setTable, setVisible, setWidth, setWidthSilent, setX, setXScroll, setY, setYScroll, suspendStencil
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bYes

public boolean bYes

Name

public java.lang.String Name

Clicked

public boolean Clicked
Constructor Detail

ModalDialog

public ModalDialog(java.lang.String name,
                   java.lang.String help,
                   boolean bYesNo)
Method Detail

ButtonClicked

public void ButtonClicked(java.lang.String name)
Overrides:
ButtonClicked in class NewWindow

Clicked

public void Clicked(java.lang.String name)