Uses of Class
de.enough.polish.ui.Gauge

Packages that use Gauge
de.enough.polish.browser Contains base implementation for browsers operating on XML-like structures. 
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
de.enough.polish.video.control   
 

Uses of Gauge in de.enough.polish.browser
 

Fields in de.enough.polish.browser declared as Gauge
protected  Gauge Browser.loadingIndicator
           
 

Uses of Gauge in de.enough.polish.ui
 

Methods in de.enough.polish.ui that return Gauge
 Gauge Alert.getIndicator()
          Gets the activity indicator for this Alert.
 

Methods in de.enough.polish.ui with parameters of type Gauge
 void Alert.setIndicator(Gauge indicator)
          Sets an activity indicator on this Alert.
 void Alert.setIndicator(Gauge indicator, Style style)
          Sets an activity indicator on this Alert.
 

Uses of Gauge in de.enough.polish.video.control
 

Subclasses of Gauge in de.enough.polish.video.control
 class SeekControlItem
          A Gauge to display and control the current playback position of a video in a VideoItem.
 class VolumeControlItem
          A gauge to set the volume of a video in a VideoItem