|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
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 | |
protected Label |
IconAndMessageDialog.messageLabel
Message label is the label the message is shown on. |
protected Label |
IconAndMessageDialog.imageLabel
Return the label for the image. |
protected Label |
ProgressMonitorDialog.taskLabel
The label control for the task. |
protected Label |
ProgressMonitorDialog.subTaskLabel
The label control for the subtask. |
Methods in org.eclipse.jface.dialogs that return Label | |
protected Label |
TitleAreaDialog.getTitleImageLabel()
Returns the title image label. |
protected Label |
InputDialog.getErrorMessageLabel()
Deprecated. use setErrorMessage(String) instead |
Uses of Label in org.eclipse.jface.preference |
Methods in org.eclipse.jface.preference that return Label | |
protected Label |
PreferencePage.createDescriptionLabel(Composite parent)
Creates and returns an SWT label under the given composite. |
protected Label |
FontFieldEditor.getValueControl(Composite parent)
Returns the value control for this field editor. |
protected Label |
FieldEditor.getLabelControl()
Returns the label control. |
Label |
FieldEditor.getLabelControl(Composite parent)
Returns this field editor's label component. |
Uses of Label in org.eclipse.jface.viewers |
Methods in org.eclipse.jface.viewers that return Label | |
protected Label |
DialogCellEditor.getDefaultLabel()
Returns the default label widget created by createContents . |
Uses of Label in org.eclipse.jface.window |
Fields in org.eclipse.jface.window declared as Label | |
protected Label |
ApplicationWindow.seperator1
The seperator between the menu bar and the rest of the window. |
Methods in org.eclipse.jface.window that return Label | |
protected Label |
ApplicationWindow.getSeperator1()
Return the top seperator. |
Uses of Label in org.eclipse.jface.wizard |
Fields in org.eclipse.jface.wizard declared as Label | |
protected Label |
ProgressMonitorPart.fLabel
|
Uses of Label in org.eclipse.ui.dialogs |
Methods in org.eclipse.ui.dialogs that return Label | |
protected Label |
SelectionDialog.createMessageArea(Composite composite)
Creates the message area for this dialog. |
protected Label |
TwoPaneElementSelector.createLabel(Composite parent,
String name)
Creates a label if name was not null . |
protected Label |
AbstractElementListSelectionDialog.createMessageArea(Composite composite)
Creates the message text widget and sets layout data. |
protected Label |
WizardDataTransferPage.createBoldLabel(Composite parent,
String text)
Creates a new label with a bold font. |
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 |
Methods in org.eclipse.ui.forms.widgets that return Label | |
Label |
FormToolkit.createLabel(Composite parent,
String text)
Creates a label as a part of the form. |
Label |
FormToolkit.createLabel(Composite parent,
String text,
int style)
Creates a label as a part of the form. |
Label |
FormToolkit.createSeparator(Composite parent,
int style)
Creates a separator label as a part of the form. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.