|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Categoria | |
---|---|
org.hdtourist.model | |
org.hdtourist.model.services.xml | |
org.hdtourist.presenter | |
org.hdtourist.view | |
org.hdtourist.view.inf | |
org.hdtourist.view.utils |
Uses of Categoria in org.hdtourist.model |
---|
Subclasses of Categoria in org.hdtourist.model | |
---|---|
class |
CategoriaCiudad
Categoría de ciudad Correspondiente al fichero que configura las consultas para obtener detalles de la ciudad (imagen) |
class |
CategoriaLugar
Categoría de lugar. |
class |
CategoriaMapa
Categoría de mapa Correspondiente al fichero que configura las consultas para obtener detalles del mapa |
class |
CategoriaSearch
Categoría de búsqueda |
Methods in org.hdtourist.model with parameters of type Categoria | |
---|---|
void |
FicheroHdt.compruebaYFijaUri(Categoria categoria)
Comprueba y fija uri. |
Uses of Categoria in org.hdtourist.model.services.xml |
---|
Fields in org.hdtourist.model.services.xml declared as Categoria | |
---|---|
private Categoria |
InformacionConfigHandler.categoriaAccesible
El objeto categoria accesible. |
private Categoria |
CategoriasConfigHandler.categoriaActual
La categoría actual. |
Fields in org.hdtourist.model.services.xml with type parameters of type Categoria | |
---|---|
private java.util.List<Categoria> |
CategoriasConfigHandler.categorias
La lista de categorías. |
Methods in org.hdtourist.model.services.xml that return types with arguments of type Categoria | |
---|---|
java.util.List<Categoria> |
CategoriasConfigHandler.getCategorias()
La lista de categorias. |
java.util.List<Categoria> |
CategoriasConfigParser.obtenerCategorias()
Obtener categorias. |
Methods in org.hdtourist.model.services.xml with parameters of type Categoria | |
---|---|
InformacionListPresenter |
InformacionConfigParser.obtenerInformacionConfig(Categoria categoria)
Obtener informacion config. |
Uses of Categoria in org.hdtourist.presenter |
---|
Fields in org.hdtourist.presenter declared as Categoria | |
---|---|
private Categoria |
InformacionPresenter.categoria
The categoria. |
private Categoria |
CiudadPresenter.categoriaInicial
The categoria inicial. |
Fields in org.hdtourist.presenter with type parameters of type Categoria | |
---|---|
private java.util.List<Categoria> |
CiudadPresenter.listaCategorias
The lista categorias. |
Methods in org.hdtourist.presenter that return Categoria | |
---|---|
Categoria |
InformacionPresenter.getCategoria()
Obtiene la categoría de información actual. |
Methods in org.hdtourist.presenter with parameters of type Categoria | |
---|---|
InformacionFragment |
CiudadInfoPresenter.getFragment(Categoria elegido)
Gets the fragment. |
static InformacionPresenter |
InformacionPresenter.getInstance(InformacionFragment fragment,
FicheroHdt ciudad,
Categoria categoria)
Gets the single instance of InformacionPresenter. |
Constructors in org.hdtourist.presenter with parameters of type Categoria | |
---|---|
InformacionPresenter(InformacionFragment fragment,
FicheroHdt ciudad,
Categoria categoria)
Instantiates a new informacion presenter. |
Uses of Categoria in org.hdtourist.view |
---|
Methods in org.hdtourist.view that return Categoria | |
---|---|
Categoria |
InformacionFragment.getCategoria()
Gets the categoria. |
Constructors in org.hdtourist.view with parameters of type Categoria | |
---|---|
InformacionFragment(FicheroHdt ciudad,
Categoria categoria)
Instantiates a new informacion fragment. |
Uses of Categoria in org.hdtourist.view.inf |
---|
Subclasses of Categoria in org.hdtourist.view.inf | |
---|---|
class |
InformacionVinculo
The Class InformacionVinculo. |
Fields in org.hdtourist.view.inf declared as Categoria | |
---|---|
private Categoria |
InformacionDato.categoria
Si el dato es un vínculo, tendrá una categoría con la que rellenar la pantalla a la que lleva el vínculo. |
Methods in org.hdtourist.view.inf that return Categoria | |
---|---|
Categoria |
InformacionDato.getCategoria()
Gets the categoria. |
Methods in org.hdtourist.view.inf with parameters of type Categoria | |
---|---|
void |
InformacionDato.setCategoria(Categoria categoria)
Sets the categoria. |
Uses of Categoria in org.hdtourist.view.utils |
---|
Fields in org.hdtourist.view.utils with type parameters of type Categoria | |
---|---|
private java.util.List<Categoria> |
ListaCategoriasAdapter.listaCategorias
The lista categorias. |
Constructor parameters in org.hdtourist.view.utils with type arguments of type Categoria | |
---|---|
ListaCategoriasAdapter(java.util.List<Categoria> listaCategorias,
android.app.Activity actividad)
Instantiates a new lista categorias adapter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |