|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--webmngr.web.MapElementsManager
Classe que gerencia todos os elementos de mapa
Method Summary | |
void |
addMapElement(MapElement m)
Adiciona um novo elemento de mapa ao vetor temporário |
MapElement |
getMapElement(java.lang.String id)
Retorna o elemento de mapa com o identificador passado como parametro |
static MapElementsManager |
instance()
Retorna a instancia do singleton |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void addMapElement(MapElement m)
MapElement
- Novo elemento de mapapublic MapElement getMapElement(java.lang.String id)
String
- O id do elemento de mapapublic static MapElementsManager instance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |