ProgressStatus

Kind of class:(package private) (inner) class
Enclosing class:
Package:treemap.demo
Inherits from:none
Package classpath:treemap.demo.ProgressStatus
File last modified:Friday, 28 December 2001, 20:58:42
The inner class ProgressStatus implements
a simple way to update a JLabel to reflect
the progress of an activity.

Summary


Constructors
Instance fields
Instance methods

Constructors

ProgressStatus

(package private) ProgressStatus(
)

Constructor.

Instance fields

label

private JLabel label = null

progress

private int progress = 0

Instance methods

getLabel

(package private) JLabel getLabel(
)

Returns the label.
Returns:
  • the label

increment

(package private) void increment(
)

Increments the progress.