Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java166 private JButton startButton; field in Workspace
454 startButton = new JButton(); in buildToolBar()
455 startButton.setAction(actionsMap.get(StartServerAction.ACTION_NAME)); in buildToolBar()
456 startButton.putClientProperty("JButton.buttonType", "segmentedTextured"); in buildToolBar()
457 startButton.putClientProperty("JButton.segmentPosition", "first"); in buildToolBar()
458 toolBar.add(startButton); in buildToolBar()
931 startButton.setEnabled(false); in currentDeviceChanged()
954 startButton.setEnabled(false); in checkForServerOnCurrentDevice()
961 startButton.setEnabled(true); in checkForServerOnCurrentDevice()