HomeSort by relevance Sort by last modified time
    Searched refs:actionsMap (Results 1 - 2 of 2) sorted by null

  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 39 private ActionMap actionsMap;
71 actionsMap = new ActionMap();
72 actionsMap.put(OpenAction.ACTION_NAME, new OpenAction(this));
73 actionsMap.put(SaveAction.ACTION_NAME, new SaveAction(this));
74 actionsMap.put(ExitAction.ACTION_NAME, new ExitAction(this));
83 openMenuItem.setAction(actionsMap.get(OpenAction.ACTION_NAME));
86 saveMenuItem.setAction(actionsMap.get(SaveAction.ACTION_NAME));
90 exitMenuItem.setAction(actionsMap.get(ExitAction.ACTION_NAME));
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 145 private ActionMap actionsMap;
199 actionsMap = new ActionMap();
200 actionsMap.put(ExitAction.ACTION_NAME, new ExitAction(this));
201 actionsMap.put(ShowDevicesAction.ACTION_NAME, new ShowDevicesAction(this));
202 actionsMap.put(LoadGraphAction.ACTION_NAME, new LoadGraphAction(this));
203 actionsMap.put(SaveSceneAction.ACTION_NAME, new SaveSceneAction(this));
204 actionsMap.put(StartServerAction.ACTION_NAME, new StartServerAction(this));
205 actionsMap.put(StopServerAction.ACTION_NAME, new StopServerAction(this));
206 actionsMap.put(InvalidateAction.ACTION_NAME, new InvalidateAction(this));
207 actionsMap.put(RequestLayoutAction.ACTION_NAME, new RequestLayoutAction(this))
    [all...]

Completed in 584 milliseconds