com.notuvy.gui
Class GenericDialog

java.lang.Object
  extended by com.notuvy.gui.GenericWindow
      extended by com.notuvy.gui.GenericDialog
All Implemented Interfaces:
PersistentLocatable

public abstract class GenericDialog
extends GenericWindow

An abstract framework for creating a GUI frame for an application.

Author:
murali

Field Summary
 
Fields inherited from class com.notuvy.gui.GenericWindow
fWindowLocation
 
Constructor Summary
protected GenericDialog(WindowLocation pWindowLocation)
           
protected GenericDialog(WindowLocation pWindowLocation, JDialog pOwner)
           
protected GenericDialog(WindowLocation pWindowLocation, JFrame pOwner)
           
 
Method Summary
protected  Container getContentPane()
           
protected  JDialog getDialog()
           
 Window giveLocatableWindow()
           
 void handleClose()
           
 
Methods inherited from class com.notuvy.gui.GenericWindow
allowWindowClose, attemptClose, buildUI, getWindowLocation, initializeUIComponents, isInitialized, launch, setInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.notuvy.gui.PersistentLocatable
giveWindowName
 

Constructor Detail

GenericDialog

protected GenericDialog(WindowLocation pWindowLocation)

GenericDialog

protected GenericDialog(WindowLocation pWindowLocation,
                        JFrame pOwner)

GenericDialog

protected GenericDialog(WindowLocation pWindowLocation,
                        JDialog pOwner)
Method Detail

getDialog

protected JDialog getDialog()

handleClose

public void handleClose()
Specified by:
handleClose in class GenericWindow

giveLocatableWindow

public Window giveLocatableWindow()

getContentPane

protected Container getContentPane()
Specified by:
getContentPane in class GenericWindow


Copyright © 2013. All Rights Reserved.