nl.coderight.jazz
Class StatusBar

java.lang.Object
  extended by nl.coderight.jazz.StatusBar

public class StatusBar
extends Object

Implementation of a status bar.

See Also:
Application.setStatusBar(StatusBar)

Constructor Summary
StatusBar()
           
 
Method Summary
protected  JComponent createComponent()
           
 JComponent getComponent()
           
protected  Icon getResourceAsIcon(String name)
           
protected  void postEvent(Event event)
           
 void setMessage(Message message)
           
 void setMessage(String message)
           
 void setMessageIcon(Icon icon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusBar

public StatusBar()
Method Detail

createComponent

protected JComponent createComponent()

getComponent

public JComponent getComponent()

setMessageIcon

public void setMessageIcon(Icon icon)

setMessage

public void setMessage(String message)

setMessage

public void setMessage(Message message)

getResourceAsIcon

protected final Icon getResourceAsIcon(String name)

postEvent

protected final void postEvent(Event event)


Copyright 2010 CodeRight, All rights reserved.