Home
last modified time | relevance | path

Searched refs:stopMenuItem (Results 1 – 1 of 1) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java176 private JMenuItem stopMenuItem; field in Workspace
544 stopMenuItem = new JMenuItem(); in buildMenuBar()
576 stopMenuItem.setAction(actionsMap.get(StopServerAction.ACTION_NAME)); in buildMenuBar()
577 serverMenu.add(stopMenuItem); in buildMenuBar()
934 stopMenuItem.setEnabled(false); in currentDeviceChanged()
957 stopMenuItem.setEnabled(true); in checkForServerOnCurrentDevice()
964 stopMenuItem.setEnabled(false); in checkForServerOnCurrentDevice()