Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/
H A DNewKeysPreferencePage.java181 private Label commandNameValueLabel; field in NewKeysPreferencePage
599 commandNameValueLabel = new Label(leftDataArea, SWT.NONE); in createDataControls()
604 commandNameValueLabel.setLayoutData(gridData); in createDataControls()
840 commandNameValueLabel.setText(""); //$NON-NLS-1$ in createDataControls()
844 commandNameValueLabel.setText(bindingElement.getName()); in createDataControls()