SYMBOL INDEX (44 symbols across 6 files) FILE: src/main/java/Main.java class Main (line 19) | public class Main { method main (line 24) | public static void main(String[] args) throws Exception FILE: src/main/java/com/dpdearing/sandbox/gpsemulator/client/GpsEmulator.java class GpsEmulator (line 34) | public class GpsEmulator implements EntryPoint, ClickMapHandler { method onModuleLoad (line 67) | public void onModuleLoad() { method loadMapApi (line 83) | private void loadMapApi() { method loadMapApi (line 104) | private void loadMapApi(String apiKey) { method initializeUI (line 118) | private void initializeUI() { method initializeMap (line 161) | private void initializeMap() { method onEvent (line 181) | public void onEvent(ClickMapEvent clickMapEvent) { method addMarker (line 195) | private Marker addMarker(double latitude, double longitude) { method addMarker (line 205) | private Marker addMarker(LatLng point) { method clearMarker (line 215) | private void clearMarker() { method setSuccessMessage (line 221) | private void setSuccessMessage(String message) { method setErrorMessage (line 227) | private void setErrorMessage(String message) { method clearMessage (line 234) | private void clearMessage() { method flash (line 242) | private void flash() { method resetFlash (line 246) | private void resetFlash() { method getFlashElement (line 250) | private Element getFlashElement() { class PortAsyncCallback (line 257) | private class PortAsyncCallback implements AsyncCallback, Command { method PortAsyncCallback (line 267) | public PortAsyncCallback(final String hostname, final int port) { method onSuccess (line 277) | public void onSuccess(final Void result) { method onFailure (line 284) | public void onFailure(final Throwable caught) { method execute (line 292) | public void execute() { class GeoFixAsyncCallback (line 303) | private class GeoFixAsyncCallback implements AsyncCallback, Comm... method GeoFixAsyncCallback (line 315) | public GeoFixAsyncCallback(final double latitude, final double longi... method onSuccess (line 325) | public void onSuccess(final Void result) { method onFailure (line 334) | public void onFailure(final Throwable caught) { method execute (line 341) | public void execute() { FILE: src/main/java/com/dpdearing/sandbox/gpsemulator/common/EmulatorCommandException.java class EmulatorCommandException (line 12) | public class EmulatorCommandException extends Exception implements IsSer... method EmulatorCommandException (line 13) | public EmulatorCommandException() { method EmulatorCommandException (line 17) | public EmulatorCommandException(String message) { FILE: src/main/java/com/dpdearing/sandbox/gpsemulator/common/EmulatorConnectionException.java class EmulatorConnectionException (line 12) | public class EmulatorConnectionException extends Exception implements Is... method EmulatorConnectionException (line 13) | public EmulatorConnectionException() { method EmulatorConnectionException (line 17) | public EmulatorConnectionException(String message) { FILE: src/main/java/com/dpdearing/sandbox/gpsemulator/common/LocationService.java type LocationService (line 13) | @RemoteServiceRelativePath("location") method connect (line 24) | void connect(String hostname, int port) throws EmulatorConnectionExcep... method setLocation (line 35) | void setLocation(double latitude, double longitude) throws EmulatorCom... method getApiKey (line 41) | String getApiKey() throws EmulatorCommandException; FILE: src/main/java/com/dpdearing/sandbox/gpsemulator/server/LocationServiceImpl.java class LocationServiceImpl (line 23) | @SuppressWarnings("serial") method LocationServiceImpl (line 48) | public LocationServiceImpl() { method connect (line 69) | public void connect(final String hostname, final int port) method setLocation (line 105) | public void setLocation(final double latitude, final double longitude) method getApiKey (line 128) | public String getApiKey() throws EmulatorCommandException { method loadGoogleMapsApiKey (line 140) | private String loadGoogleMapsApiKey() throws IOException {