Holger's
Java API

Uses of Class
com.antelmann.calendar.Stopwatch

Packages that use Stopwatch
com.antelmann These are general classes that apply for the framework as a whole. 
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of Stopwatch in com.antelmann
 

Fields in com.antelmann declared as Stopwatch
static Stopwatch Debug.stopwatch
          initialized as non-running
 

Uses of Stopwatch in com.antelmann.calendar
 

Methods in com.antelmann.calendar with parameters of type Stopwatch
 void Stopwatch.synchronize(Stopwatch timer)
          synchronize() will make this Stopwatch equivalent to the passed timer
 

Constructors in com.antelmann.calendar with parameters of type Stopwatch
Stopwatch(Stopwatch timer)
          This constructor generates a new Stopwatch synchronized with the given timer
 

Uses of Stopwatch in com.antelmann.util
 

Fields in com.antelmann.util declared as Stopwatch
 Stopwatch Monitor.timer
          initialized as running during instanciation
 

Methods in com.antelmann.util that return Stopwatch
 Stopwatch Monitor.getTimer(int i)
           
 

Uses of Stopwatch in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that return Stopwatch
 Stopwatch JWatchLabel.getStopwatch()
           
 Stopwatch AlarmClockFrame.getStopwatch()
           
 

Constructors in com.antelmann.util.gui with parameters of type Stopwatch
JWatchLabel(Stopwatch watch)
          initiates a JWatchLabel that displays the given Stopwatch
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads