public class UIFactory extends HashMap<String,Display>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UIFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCurrentView() |
boolean |
equalsCurrentView(String key) |
void |
getPresenter(String value,
AsyncClient asyncClient) |
void |
getView(String value,
AsyncClient asyncClient) |
void |
getView(String value,
boolean clearCurrentView,
boolean storeView,
AsyncClient asyncClient) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic void getView(String value, AsyncClient asyncClient)
public void getView(String value, boolean clearCurrentView, boolean storeView, AsyncClient asyncClient)
public void getPresenter(String value, AsyncClient asyncClient)
public void clearCurrentView()
public boolean equalsCurrentView(String key)
Copyright © 2013. All rights reserved.