Uses of Class
tecgraf.javautils.gui.field.LatLongDocument.Orientation

Packages that use LatLongDocument.Orientation
tecgraf.javautils.gui.field Pacote do componente gráfico para campos. 
 

Uses of LatLongDocument.Orientation in tecgraf.javautils.gui.field
 

Fields in tecgraf.javautils.gui.field declared as LatLongDocument.Orientation
static LatLongDocument.Orientation LatLongField.LATITUDE
           
static LatLongDocument.Orientation LatLongField.LONGITUDE
           
 

Methods in tecgraf.javautils.gui.field that return LatLongDocument.Orientation
static LatLongDocument.Orientation LatLongDocument.Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LatLongDocument.Orientation[] LatLongDocument.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in tecgraf.javautils.gui.field with parameters of type LatLongDocument.Orientation
LatLongDocument(LatLongDocument.Orientation orientation)
          Default: exibir erro em validação desligado ; quantidade de casas decimais para segundos é 2 ; representando hemisfério via sinal de negativo
LatLongDocument(LatLongDocument.Orientation orientation, boolean hemisphereEnabled)
          Default: quantidade de casas decimais para segundos é 2
LatLongDocument(LatLongDocument.Orientation orientation, int decimal)
          Default: exibir erro em validação é false ; representando hemisfério via sinal de negativo
LatLongDocument(LatLongDocument.Orientation orientation, int decimal, boolean hemisphereEnabled)
          Construtor
LatLongField(LatLongDocument.Orientation orientation)
          Default: exibir erro em validação desligado ; quantidade de casas decimais para segundos é 2 ; representando hemisfério via sinal de negativo
LatLongField(LatLongDocument.Orientation orientation, boolean showValidation)
          Default: quantidade de casas decimais para segundos é 2 ; representando hemisfério via sinal de negativo
LatLongField(LatLongDocument.Orientation orientation, boolean showValidation, boolean hemisphereEnabled)
          Default: quantidade de casas decimais para segundos é 2
LatLongField(LatLongDocument.Orientation orientation, int decimal)
          Default: exibir erro em validação é false ; representando hemisfério via sinal de negativo
LatLongField(LatLongDocument.Orientation orientation, int decimal, boolean showValidation)
          Default: representando hemisfério via sinal de negativo
LatLongField(LatLongDocument.Orientation orientation, int decimal, boolean showValidation, boolean hemisphereEnabled)
          Construtor
 



Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.