com.notuvy.gui
Class FloatingInfoWindow

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

public class FloatingInfoWindow
extends GenericFrame

Display a non-modal window displaying static text. The only operation on it is to dismiss it. User: murali Date: Nov 1, 2010 Time: 4:10:23 PM


Field Summary
 
Fields inherited from class com.notuvy.gui.GenericWindow
fWindowLocation
 
Constructor Summary
FloatingInfoWindow(String pTitle, String pContent, WindowLocation pWindowLocation)
           
 
Method Summary
protected  void buildUI(Container pContainer)
           
 JTextArea getArea()
           
protected  JButton getClose()
           
 String getReference()
           
 String giveWindowName()
           
protected  void initializeUIComponents()
           
 void launch()
           
 
Methods inherited from class com.notuvy.gui.GenericFrame
getContentPane, getFrame, giveLocatableWindow, handleClose, raise
 
Methods inherited from class com.notuvy.gui.GenericWindow
allowWindowClose, attemptClose, getWindowLocation, isInitialized, setInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatingInfoWindow

public FloatingInfoWindow(String pTitle,
                          String pContent,
                          WindowLocation pWindowLocation)
Method Detail

getReference

public String getReference()

getArea

public JTextArea getArea()

getClose

protected JButton getClose()

initializeUIComponents

protected void initializeUIComponents()
Specified by:
initializeUIComponents in class GenericWindow

buildUI

protected void buildUI(Container pContainer)
Specified by:
buildUI in class GenericWindow

launch

public void launch()
Overrides:
launch in class GenericWindow

giveWindowName

public String giveWindowName()


Copyright © 2013. All Rights Reserved.