com.notuvy.gui
Class StatusBar

java.lang.Object
  extended by com.notuvy.gui.StatusBar

public class StatusBar
extends Object

A UI component that is a status bar to be displayed for a frame. It can display a single line of text. It automatically integrates into the log4j framework. To activate the appender, configure it like: ... User: murali Date: Nov 9, 2010 Time: 3:29:43 PM


Constructor Summary
StatusBar()
           
StatusBar(Border pBorder)
           
 
Method Summary
 void clear()
           
 JPanel getPanel()
           
 void setText(String pString)
           
 ActionListener wrapClear(ActionListener pListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusBar

public StatusBar()

StatusBar

public StatusBar(Border pBorder)
Method Detail

getPanel

public JPanel getPanel()

setText

public void setText(String pString)

clear

public void clear()

wrapClear

public ActionListener wrapClear(ActionListener pListener)


Copyright © 2013. All Rights Reserved.