com.notuvy.gui
Class TimedNowLaterDialog

java.lang.Object
  extended by com.notuvy.gui.TimedDialog
      extended by com.notuvy.gui.TimedNowLaterDialog
All Implemented Interfaces:
Runnable

public class TimedNowLaterDialog
extends TimedDialog

A warning dialog that is displayed only for a limited amount of time.

Author:
murali

Field Summary
 
Fields inherited from class com.notuvy.gui.TimedDialog
LOG
 
Constructor Summary
TimedNowLaterDialog(Component pParent, String pTitle, String pMessage, int pSeconds)
           
 
Method Summary
protected  JOptionPane createOptionPane()
           
 boolean isLater()
           
 boolean isNow()
           
 boolean isUnselected()
           
static void main(String[] args)
           
 
Methods inherited from class com.notuvy.gui.TimedDialog
closeDialogAndUnblock, displayDialogAndBlock, getClosed, getMessage, getParent, getTitle, isExpired, isInitialized, run, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedNowLaterDialog

public TimedNowLaterDialog(Component pParent,
                           String pTitle,
                           String pMessage,
                           int pSeconds)
Method Detail

isNow

public boolean isNow()

isLater

public boolean isLater()

isUnselected

public boolean isUnselected()

createOptionPane

protected JOptionPane createOptionPane()
Specified by:
createOptionPane in class TimedDialog

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.