Uses of Class
es.prodevelop.gvsig.mobile.gui.dialog.control.ExpansibleDialog

Packages that use ExpansibleDialog
es.prodevelop.gvsig.mobile.gui.dialog   
es.prodevelop.gvsig.mobile.gui.dialog.control   
es.uv.robotica.gvsig.mobile.gps.gui   
 

Uses of ExpansibleDialog in es.prodevelop.gvsig.mobile.gui.dialog
 

Subclasses of ExpansibleDialog in es.prodevelop.gvsig.mobile.gui.dialog
 class AcceptCancelDialog
          This dialog asks something to the user and offers YES/NO options.
 class InfoAttributesDialog
          This dialog shows the info retrieved by the info by point tool from various layers.
 class LayerPropertiesDialog
          This dialog shows the layer's properties (and allows edition of most of them).
 class LayerSymbologyDialog
          This dialog manages the layer's symbology (for vector layers only).
 class MessageDialog
          This class is used to show short dialog messages.
 class SearchDialog
          ^ This dialog is used to perform searches by attribute value in vector layers.
 

Uses of ExpansibleDialog in es.prodevelop.gvsig.mobile.gui.dialog.control
 

Subclasses of ExpansibleDialog in es.prodevelop.gvsig.mobile.gui.dialog.control
 class ColorChooser
          This class extends the Expansible dialog and allows the user to choose a color by using three scroll bars (one for each channel : red green blue)
 

Constructors in es.prodevelop.gvsig.mobile.gui.dialog.control with parameters of type ExpansibleDialog
AceptCancelRow(int height, ExpansibleDialog p)
          Constructor.
 

Uses of ExpansibleDialog in es.uv.robotica.gvsig.mobile.gps.gui
 

Subclasses of ExpansibleDialog in es.uv.robotica.gvsig.mobile.gps.gui
 class GPSNmeaPrefsDialog
          This dialog enables the selection of the NMEA messages to be processed
 class WaypointDialog
          A dialog for adding new waypoints It is generally instantiated and processed from the MainWindow class The dialog itself doens't create a waypoint nor appends it to the waypoints file It just provides the fields for the creation of a waypoint