Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DClipboardSupport.java104 StyledText errorLabel = graphicalEditor.getErrorLabel(); in copySelectionToClipboard() local
105 if (errorLabel.getSelectionCount() > 0) { in copySelectionToClipboard()
106 message = errorLabel.getSelectionText(); in copySelectionToClipboard()
DLayoutCanvas.java1368 StyledText errorLabel = graphicalEditor.getErrorLabel(); in setupGlobalActionHandlers()
1369 if (errorLabel.isFocusControl()) { in setupGlobalActionHandlers()
1370 errorLabel.selectAll(); in setupGlobalActionHandlers()
1400 StyledText errorLabel = getGraphicalEditor().getErrorLabel(); in updateMenuActionState() local
1402 mCopyAction.setEnabled(hasSelection || errorLabel.getSelectionCount() > 0); in updateMenuActionState()