Uses of Class
edugraf.jadix.tiposPrimitivos.TipoGenerico.Tipos

Packages that use TipoGenerico.Tipos
edugraf.jadix.tiposPrimitivos Este pacote contém classes que representam tipos utilizados pelo Jadix para informar alguma propriedade do componente. 
 

Uses of TipoGenerico.Tipos in edugraf.jadix.tiposPrimitivos
 

Methods in edugraf.jadix.tiposPrimitivos that return TipoGenerico.Tipos
static TipoGenerico.Tipos TipoGenerico.Tipos.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TipoGenerico.Tipos[] TipoGenerico.Tipos.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in edugraf.jadix.tiposPrimitivos with parameters of type TipoGenerico.Tipos
TipoGenerico(TipoGenerico.Tipos tipo)