Uses of Class
org.eclipse.swt.widgets.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.compare
-
Uses of Label in org.eclipse.help.ui.internal
-
Uses of Label in org.eclipse.jface.dialogs
Modifier and TypeFieldDescriptionprotected Label
IconAndMessageDialog.imageLabel
Return the label for the image.protected Label
IconAndMessageDialog.messageLabel
Message label is the label the message is shown on.protected Label
ProgressMonitorDialog.subTaskLabel
The label control for the subtask.protected Label
ProgressMonitorDialog.taskLabel
The label control for the task.Modifier and TypeMethodDescriptionprotected Label
AbstractSelectionDialog.createMessageArea
(Composite composite) Creates the message area for this dialog.protected Label
InputDialog.getErrorMessageLabel()
Deprecated.use setErrorMessage(String) insteadprotected Label
TitleAreaDialog.getTitleImageLabel()
Returns the title image label. -
Uses of Label in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionprotected Label
PreferencePage.createDescriptionLabel
(Composite parent) Creates and returns an SWT label under the given composite.protected Label
FieldEditor.getLabelControl()
Returns the label control.FieldEditor.getLabelControl
(Composite parent) Returns this field editor's label component.protected Label
FontFieldEditor.getValueControl
(Composite parent) Returns the value control for this field editor. -
Uses of Label in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionprotected Label
DialogCellEditor.getDefaultLabel()
Returns the default label widget created bycreateContents
. -
Uses of Label in org.eclipse.jface.window
Modifier and TypeFieldDescriptionprotected Label
ApplicationWindow.seperator1
The seperator between the menu bar and the rest of the window.Modifier and TypeMethodDescriptionprotected Label
ApplicationWindow.getSeperator1()
Return the top seperator. -
Uses of Label in org.eclipse.jface.wizard
-
Uses of Label in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionprotected Label
WizardDataTransferPage.createBoldLabel
(Composite parent, String text) Creates a new label with a bold font.protected Label
TwoPaneElementSelector.createLabel
(Composite parent, String name) Creates a label if name was notnull
.protected Label
AbstractElementListSelectionDialog.createMessageArea
(Composite composite) Creates the message text widget and sets layout data.protected Label
SelectionDialog.createMessageArea
(Composite composite) Creates the message area for this dialog.protected Label
WizardDataTransferPage.createPlainLabel
(Composite parent, String text) Creates a new label with a bold font. -
Uses of Label in org.eclipse.ui.forms.widgets
Modifier 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.