Uses of Class
org.eclipse.swt.widgets.Label
-
Packages that use Label Package Description org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.jface.window Provides a general framework for creating and managing windows.org.eclipse.jface.wizard Provides a framework for wizards.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts. -
-
Uses of Label in org.eclipse.jface.dialogs
Fields in org.eclipse.jface.dialogs declared as Label Modifier and Type Field Description protected 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 Label Modifier and Type Method Description protected 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.preference
Methods in org.eclipse.jface.preference that return Label Modifier and Type Method Description protected LabelPreferencePage. createDescriptionLabel(Composite parent)Creates and returns an SWT label under the given composite.protected LabelFieldEditor. getLabelControl()Returns the label control.LabelFieldEditor. 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.viewers
Methods in org.eclipse.jface.viewers that return Label Modifier and Type Method Description protected LabelDialogCellEditor. getDefaultLabel()Returns the default label widget created bycreateContents. -
Uses of Label in org.eclipse.jface.window
Fields in org.eclipse.jface.window declared as Label Modifier and Type Field Description protected LabelApplicationWindow. seperator1The seperator between the menu bar and the rest of the window.Methods in org.eclipse.jface.window that return Label Modifier and Type Method Description protected LabelApplicationWindow. getSeperator1()Return the top seperator. -
Uses of Label in org.eclipse.jface.wizard
Fields in org.eclipse.jface.wizard declared as Label Modifier and Type Field Description protected LabelProgressMonitorPart. fLabelthe label -
Uses of Label in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that return Label Modifier and Type Method Description protected 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.widgets
Methods in org.eclipse.ui.forms.widgets that return Label Modifier and Type Method Description LabelFormToolkit. createLabel(Composite parent, String text)Creates a label as a part of the form.LabelFormToolkit. createLabel(Composite parent, String text, int style)Creates a label as a part of the form.LabelFormToolkit. createSeparator(Composite parent, int style)Creates a separator label as a part of the form.
-