Class jif.widgets.StatusBar
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jif.widgets.StatusBar

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----jif.widgets.StatusBar

public class StatusBar
extends Canvas

Constructor Index

 o StatusBar()

Method Index

 o addNotify()
 o clear()
 o getMetrics()
Gets the font metrics of our font and stores some values for later redrawing.
 o minimumSize()
 o paint(Graphics)
 o preferredSize()
 o setFont(Font)
Set the font of the status bar
 o setText(String)

Constructors

 o StatusBar
  public StatusBar()

Methods

 o getMetrics
  public void getMetrics()
Gets the font metrics of our font and stores some values for later redrawing.
 o addNotify
  public void addNotify()
Overrides:
addNotify in class Canvas
 o clear
  public void clear()
 o setFont
  public void setFont(Font f)
Set the font of the status bar
Parameters:
f - The font to use
Overrides:
setFont in class Component
 o setText
  public void setText(String status)
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class Component
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Component
 o paint
  public void paint(Graphics g)
Overrides:
paint in class Canvas

All Packages  Class Hierarchy  This Package  Previous  Next  Index