Searched refs:errorLabel (Results 1 – 2 of 2) sorted by relevance
104 StyledText errorLabel = graphicalEditor.getErrorLabel(); in copySelectionToClipboard() local105 if (errorLabel.getSelectionCount() > 0) { in copySelectionToClipboard()106 message = errorLabel.getSelectionText(); in copySelectionToClipboard()
1368 StyledText errorLabel = graphicalEditor.getErrorLabel(); in setupGlobalActionHandlers()1369 if (errorLabel.isFocusControl()) { in setupGlobalActionHandlers()1370 errorLabel.selectAll(); in setupGlobalActionHandlers()1400 StyledText errorLabel = getGraphicalEditor().getErrorLabel(); in updateMenuActionState() local1402 mCopyAction.setEnabled(hasSelection || errorLabel.getSelectionCount() > 0); in updateMenuActionState()