com.notuvy.gui
Class MainFrame

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

public abstract class MainFrame
extends GenericFrame

An abstract framework for creating the main GUI frame for an application.

Author:
murali

Field Summary
 
Fields inherited from class com.notuvy.gui.GenericWindow
fWindowLocation
 
Constructor Summary
MainFrame(WindowLocation pWindowLocation)
           
 
Method Summary
 String giveWindowName()
           
 void handleClose()
           
 
Methods inherited from class com.notuvy.gui.GenericFrame
getContentPane, getFrame, giveLocatableWindow, raise
 
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
 

Constructor Detail

MainFrame

public MainFrame(WindowLocation pWindowLocation)
Method Detail

handleClose

public void handleClose()
Overrides:
handleClose in class GenericFrame

giveWindowName

public String giveWindowName()


Copyright © 2013. All Rights Reserved.