Uses of Class
org.eclipse.swt.widgets.Label
Packages that use Label
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for dialogs.
Provides a framework for preferences.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a general framework for creating and managing
windows.
Provides a framework for wizards.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Custom widgets and controls for forms-based parts.
- 
Uses of Label in org.eclipse.compareMethods in org.eclipse.compare that return Label
- 
Uses of Label in org.eclipse.help.ui.internalMethods in org.eclipse.help.ui.internal that return Label
- 
Uses of Label in org.eclipse.jface.dialogsFields in org.eclipse.jface.dialogs declared as LabelModifier and TypeFieldDescriptionprotected LabelIconAndMessageDialog.imageLabelReturn the label for the image.protected LabelIconAndMessageDialog.messageLabelMessage label is the label the message is shown on.protected LabelProgressMonitorDialog.subTaskLabelThe label control for the subtask.protected LabelProgressMonitorDialog.taskLabelThe label control for the task.Methods in org.eclipse.jface.dialogs that return LabelModifier and TypeMethodDescriptionprotected LabelAbstractSelectionDialog.createMessageArea(Composite composite) Creates the message area for this dialog.protected LabelInputDialog.getErrorMessageLabel()Deprecated.use setErrorMessage(String) insteadprotected LabelTitleAreaDialog.getTitleImageLabel()Returns the title image label.
- 
Uses of Label in org.eclipse.jface.preferenceMethods in org.eclipse.jface.preference that return LabelModifier and TypeMethodDescriptionprotected LabelPreferencePage.createDescriptionLabel(Composite parent) Creates and returns an SWT label under the given composite.protected LabelFieldEditor.getLabelControl()Returns the label control.FieldEditor.getLabelControl(Composite parent) Returns this field editor's label component.protected LabelFontFieldEditor.getValueControl(Composite parent) Returns the value control for this field editor.
- 
Uses of Label in org.eclipse.jface.viewersMethods in org.eclipse.jface.viewers that return LabelModifier and TypeMethodDescriptionprotected LabelDialogCellEditor.getDefaultLabel()Returns the default label widget created bycreateContents.
- 
Uses of Label in org.eclipse.jface.windowFields in org.eclipse.jface.window declared as LabelModifier and TypeFieldDescriptionprotected LabelApplicationWindow.seperator1The seperator between the menu bar and the rest of the window.Methods in org.eclipse.jface.window that return LabelModifier and TypeMethodDescriptionprotected LabelApplicationWindow.getSeperator1()Return the top seperator.
- 
Uses of Label in org.eclipse.jface.wizardFields in org.eclipse.jface.wizard declared as Label
- 
Uses of Label in org.eclipse.ui.dialogsMethods in org.eclipse.ui.dialogs that return LabelModifier and TypeMethodDescriptionprotected LabelWizardDataTransferPage.createBoldLabel(Composite parent, String text) Creates a new label with a bold font.protected LabelTwoPaneElementSelector.createLabel(Composite parent, String name) Creates a label if name was notnull.protected LabelAbstractElementListSelectionDialog.createMessageArea(Composite composite) Creates the message text widget and sets layout data.protected LabelSelectionDialog.createMessageArea(Composite composite) Creates the message area for this dialog.protected LabelWizardDataTransferPage.createPlainLabel(Composite parent, String text) Creates a new label with a bold font.
- 
Uses of Label in org.eclipse.ui.forms.widgetsMethods in org.eclipse.ui.forms.widgets that return LabelModifier and TypeMethodDescriptionFormToolkit.createLabel(Composite parent, String text) Creates a label as a part of the form.FormToolkit.createLabel(Composite parent, String text, int style) Creates a label as a part of the form.FormToolkit.createSeparator(Composite parent, int style) Creates a separator label as a part of the form.