Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.compare.contentmergeviewer |
Support for compare and merge viewers which show the
content side-by-side.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
org.eclipse.debug.ui.memory |
Provides classes and interfaces to render memory blocks in the memory view.
|
org.eclipse.debug.ui.sourcelookup |
Provides a user interface for debug platform source lookup facilities.
|
org.eclipse.help.ui | |
org.eclipse.jface.action |
Provides support for shared UI resources such as menus,
tool bars, and status lines.
|
org.eclipse.jface.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
org.eclipse.jface.fieldassist |
Provides support for classes that help communicate proper content for dialogs and wizards.
|
org.eclipse.jface.layout |
Provides support for layout generation.
|
org.eclipse.jface.preference |
Provides a framework for preferences.
|
org.eclipse.jface.resource |
Provides support for managing resources such as SWT
fonts and images.
|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
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.ltk.ui.refactoring |
Application programming interface to implement a wizard based user interface for refactorings.
|
org.eclipse.ltk.ui.refactoring.history |
Application programming interface to display and preview refactoring history information.
|
org.eclipse.search.ui.text |
Provides the base classes to implement a search result view part for searches with textual matches.
|
org.eclipse.swt.accessibility |
SWT Accessibility.
|
org.eclipse.swt.browser |
SWT Browser widget.
|
org.eclipse.swt.custom |
SWT Custom widgets.
|
org.eclipse.swt.dnd |
SWT Drag and Drop support.
|
org.eclipse.swt.layout |
This package contains the SWT layout classes.
|
org.eclipse.swt.ole.win32 |
SWT Win32 OLE implementation classes.
|
org.eclipse.swt.opengl |
SWT OpenGL support.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.history |
Application programming interfaces for working with history
Package Specification
This package specifies the API for providing history pages to the history view.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.activities |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.application |
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
|
org.eclipse.ui.cheatsheets |
Provides support for working with cheat sheets.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.fieldassist |
Classes that provide workbench-level UI support for content assistance
and common workbench field decorations.
|
org.eclipse.ui.forms.editor |
Support for forms-based multi-page editors.
|
org.eclipse.ui.forms.widgets |
Custom widgets and controls for forms-based parts.
|
org.eclipse.ui.help |
Classes for integration with the help support system
in the Eclipse Platform User Interface.
|
org.eclipse.ui.ide.dialogs |
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
|
org.eclipse.ui.intro.config | |
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.presentations | |
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
org.eclipse.ui.texteditor.spelling |
Partial infrastructure for spell checking in text editors.
|
org.eclipse.ui.texteditor.templates |
Application programming interfaces for interaction
with the Eclipse Java User Interface text support.
|
org.eclipse.ui.views.contentoutline |
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
|
org.eclipse.ui.views.properties |
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
org.eclipse.ui.views.tasklist |
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
|
Modifier and Type | Class and Description |
---|---|
class |
CompareViewerPane
A
CompareViewerPane is a convenience class which installs a
CLabel and a Toolbar in a ViewForm . |
class |
CompareViewerSwitchingPane
A custom
CompareViewerPane that supports dynamic viewer switching. |
class |
Splitter
The Splitter adds support for nesting to a SashForm.
|
Modifier and Type | Method and Description |
---|---|
Control |
CompareEditorInput.createContents(Composite parent)
Create the SWT controls that are used to display the result of the compare operation.
|
protected Control |
EditionSelectionDialog.createDialogArea(Composite parent2) |
Control |
CompareEditorInput.createOutlineContents(Composite parent,
int direction) |
Modifier and Type | Method and Description |
---|---|
void |
Splitter.setMaximizedControl(Control control) |
void |
Splitter.setVisible(Control child,
boolean visible)
Sets the visibility of the given child in this Splitter.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
ContentMergeViewer.buildControl(Composite parent)
Builds the SWT controls for the three areas of a compare/merge viewer.
|
Control |
ContentMergeViewer.getControl() |
Modifier and Type | Method and Description |
---|---|
protected Control |
StringVariableSelectionDialog.createDialogArea(Composite parent) |
protected abstract Control |
DebugPopup.createDialogArea(Composite parent) |
protected Control |
InspectPopupDialog.createDialogArea(Composite parent) |
Control |
ILaunchConfigurationTab.getControl()
Returns the top level control for this tab.
|
protected Control |
AbstractDebugView.getControl()
Returns the control for this view, or
null if none. |
Control |
AbstractLaunchConfigurationTab.getControl() |
protected Control |
AbstractDebugView.getDefaultControl()
Returns the default control for this view.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDebugView.createContextMenu(Control menuControl)
Creates a pop-up menu on the given control.
|
protected void |
AbstractLaunchConfigurationTab.setControl(Control control)
Sets the control to be displayed in this tab.
|
Modifier and Type | Method and Description |
---|---|
Menu |
ContextualLaunchAction.getMenu(Control parent) |
Menu |
AbstractLaunchHistoryAction.getMenu(Control parent) |
Menu |
LaunchShortcutsAction.getMenu(Control parent) |
Menu |
LaunchAsAction.getMenu(Control parent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Control |
IMemoryRendering.createControl(Composite parent)
Creates the top level control for this rendering under the given parent composite.
|
Control |
AbstractTableRendering.createControl(Composite parent) |
protected Control |
AbstractTableRendering.createToolTipControl(Composite composite)
Creates the control used to display tool tips for cells in this table.
|
Control |
IMemoryRendering.getControl()
Returns the top level control for this rendering.
|
Control |
AbstractTableRendering.getControl() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMemoryRendering.createPopupMenu(Control control)
Helper method for creating a pop up menu in the rendering for a control.
|
protected void |
AbstractTableRendering.toolTipAboutToShow(Control toolTipControl,
TableItem item,
int col)
Called when the tool tip is about to show in this rendering.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
SourceLookupDialog.createDialogArea(Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected Control |
RootScopePage.createContents(Composite parent)
Creates the initial contents of the page and allocates the area for the
clients.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Control |
ControlContribution.createControl(Composite parent)
Creates and returns the control for this contribution item
under the given parent composite.
|
Control |
StatusLineManager.createControl(Composite parent)
Creates and returns this manager's status line control.
|
Control |
StatusLineManager.createControl(Composite parent,
int style)
Creates and returns this manager's status line control.
|
Control |
StatusLineManager.getControl()
Returns the control used by this StatusLineManager.
|
Modifier and Type | Method and Description |
---|---|
protected int |
ControlContribution.computeWidth(Control control)
Computes the width of the given control which is being added
to a tool bar.
|
Menu |
MenuManager.createContextMenu(Control parent)
Creates and returns an SWT context menu control for this menu,
and installs all registered contributions.
|
Menu |
IMenuCreator.getMenu(Control parent)
Returns the SWT menu, created as a pop up menu parented by the
given control.
|
Modifier and Type | Method and Description |
---|---|
abstract Control |
AbstractControlContentAssistSubjectAdapter.getControl()
Deprecated.
|
Control |
ComboContentAssistSubjectAdapter.getControl()
Deprecated.
|
Control |
IContentAssistSubjectControl.getControl()
Returns the control of this content assist subject control.
|
Control |
TextContentAssistSubjectAdapter.getControl()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageAndMessageArea
Instances of this class provide a message area to display
a message and an associated image.
|
class |
ProgressIndicator
A control for showing progress feedback for a long running operation.
|
Modifier and Type | Field and Description |
---|---|
Control |
Dialog.buttonBar
The button bar;
null until dialog is layed out. |
protected Control |
ControlAnimator.control |
protected Control |
Dialog.dialogArea
The dialog area;
null until dialog is layed out. |
Modifier and Type | Method and Description |
---|---|
protected Control |
Dialog.createButtonBar(Composite parent)
Creates and returns the contents of this dialog's button bar.
|
protected Control |
IconAndMessageDialog.createButtonBar(Composite parent) |
protected Control |
TrayDialog.createButtonBar(Composite parent) |
protected Control |
StatusDialog.createButtonBar(Composite parent) |
protected Control |
Dialog.createContents(Composite parent)
The
Dialog implementation of this Window
method creates and lays out the top level composite for the dialog, and
determines the appropriate horizontal and vertical dialog units based on
the font size. |
protected Control |
IconAndMessageDialog.createContents(Composite parent) |
protected Control |
PopupDialog.createContents(Composite parent)
The
PopupDialog implementation of this Window
method creates and lays out the top level composite for the dialog. |
protected Control |
TitleAreaDialog.createContents(Composite parent) |
protected abstract Control |
DialogTray.createContents(Composite parent)
Creates the contents (widgets) that will be contained in the tray.
|
protected Control |
MessageDialog.createCustomArea(Composite parent)
Creates and returns the contents of an area of the dialog which appears
below the message and above the button bar.
|
protected Control |
Dialog.createDialogArea(Composite parent)
Creates and returns the contents of the upper part of this dialog (above
the button bar).
|
protected Control |
ErrorDialog.createDialogArea(Composite parent)
This implementation of the
Dialog framework method creates
and lays out a composite and calls createMessageArea and
createCustomArea to populate it. |
protected Control |
MessageDialogWithToggle.createDialogArea(Composite parent) |
protected Control |
MessageDialog.createDialogArea(Composite parent)
This implementation of the
Dialog framework method creates
and lays out a composite and calls createMessageArea and
createCustomArea to populate it. |
protected Control |
InputDialog.createDialogArea(Composite parent) |
protected Control |
PopupDialog.createDialogArea(Composite parent)
Creates and returns the contents of the dialog (the area below the title
area and above the info text area.
|
protected Control |
TitleAreaDialog.createDialogArea(Composite parent)
Creates and returns the contents of the upper part of this dialog (above
the button bar).
|
protected Control |
ProgressMonitorDialog.createDialogArea(Composite parent) |
protected Control |
TrayDialog.createHelpControl(Composite parent)
Creates a new help control that provides access to context help.
|
protected Control |
PopupDialog.createInfoTextArea(Composite parent)
Creates the optional info text area.
|
protected Control |
IconAndMessageDialog.createMessageArea(Composite composite)
Create the area the message will be shown in.
|
protected Control |
PopupDialog.createTitleControl(Composite parent)
Creates the control to be used to represent the dialog's title text.
|
protected Control |
PopupDialog.createTitleMenuArea(Composite parent)
Creates the title and menu area.
|
protected Control |
Dialog.getButtonBar()
Returns the button bar control.
|
Control |
DialogPage.getControl()
Returns the top level control for this dialog page.
|
Control |
IDialogPage.getControl()
Returns the top level control for this dialog page.
|
protected Control |
Dialog.getDialogArea()
Returns the dialog area control.
|
protected Control |
PopupDialog.getFocusControl()
Returns the control that should get initial focus.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PopupDialog.applyBackgroundColor(Color color,
Control control)
Set the specified background color for the specified control and all of
its children.
|
static void |
Dialog.applyDialogFont(Control control)
Applies the dialog font to all controls that currently have the default
font.
|
protected void |
PopupDialog.applyForegroundColor(Color color,
Control control)
Set the specified foreground color for the specified control and all of
its children.
|
ControlAnimator |
AnimatorFactory.createAnimator(Control control)
Creates a new ControlAnimator for use by JFace in animating
the display of an SWT Control.
|
static ControlEnableState |
ControlEnableState.disable(Control w)
Saves the current enable/disable state of the given control and its
descendents in the returned object; the controls are all disabled.
|
static ControlEnableState |
ControlEnableState.disable(Control w,
List exceptions)
Saves the current enable/disable state of the given control and its
descendents in the returned object except for the given list of exception
cases; the controls that are saved are also disabled.
|
protected void |
Dialog.initializeDialogUnits(Control control)
Initializes the computation of horizontal and vertical dialog units based
on the size of current font.
|
protected void |
DialogPage.initializeDialogUnits(Control testControl)
Initializes the computation of horizontal and vertical dialog units based
on the size of current font.
|
protected void |
DialogPage.setControl(Control newControl)
Set the control for the receiver.
|
static String |
Dialog.shortenText(String textValue,
Control control)
Shortens the given text
textValue so that its width in
pixels does not exceed the width of the given control. |
Constructor and Description |
---|
ControlAnimator(Control control)
Constructs a new ControlAnimator instance and passes along the
control that will be displayed or hidden.
|
ControlEnableState(Control w)
Creates a new object and saves in it the current enable/disable state of
the given control and its descendents; the controls that are saved are
also disabled.
|
ControlEnableState(Control w,
List exceptions)
Creates a new object and saves in it the current enable/disable state of
the given control and its descendents except for the given list of
exception cases; the controls that are saved are also disabled.
|
Modifier and Type | Method and Description |
---|---|
Control |
TextControlCreator.createControl(Composite parent,
int style) |
Control |
IControlCreator.createControl(Composite parent,
int style)
Create a control with the specified parent and style bits.
|
Control |
DecoratedField.getControl()
Get the control that is decorated by the receiver.
|
Control |
ContentProposalAdapter.getControl()
Get the control on which the content proposal adapter is installed.
|
Control |
DecoratedField.getLayoutControl()
Get the control that represents the decorated field.
|
Modifier and Type | Method and Description |
---|---|
static RGB |
FieldAssistColors.computeErrorFieldBackgroundRGB(Control control)
Compute the RGB of the color that should be used for the background of a
control to indicate that the control has an error.
|
String |
ComboContentAdapter.getControlContents(Control control) |
String |
TextContentAdapter.getControlContents(Control control) |
String |
IControlContentAdapter.getControlContents(Control control)
Get the text contents of the control.
|
int |
ComboContentAdapter.getCursorPosition(Control control) |
int |
TextContentAdapter.getCursorPosition(Control control) |
int |
IControlContentAdapter.getCursorPosition(Control control)
Get the current cursor position in the control.
|
Rectangle |
ComboContentAdapter.getInsertionBounds(Control control) |
Rectangle |
TextContentAdapter.getInsertionBounds(Control control) |
Rectangle |
IControlContentAdapter.getInsertionBounds(Control control)
Get the bounds (in pixels) of the insertion point for the control
content.
|
static Color |
FieldAssistColors.getRequiredFieldBackgroundColor(Control control)
Return the color that should be used for the background of a control to
indicate that the control is a required field and does not have content.
|
void |
ComboContentAdapter.insertControlContents(Control control,
String text,
int cursorPosition) |
void |
TextContentAdapter.insertControlContents(Control control,
String text,
int cursorPosition) |
void |
IControlContentAdapter.insertControlContents(Control control,
String contents,
int cursorPosition)
Insert the specified contents into the control's current contents.
|
void |
ComboContentAdapter.setControlContents(Control control,
String text,
int cursorPosition) |
void |
TextContentAdapter.setControlContents(Control control,
String text,
int cursorPosition) |
void |
IControlContentAdapter.setControlContents(Control control,
String contents,
int cursorPosition)
Set the contents of the specified control to the specified text.
|
void |
ComboContentAdapter.setCursorPosition(Control control,
int index) |
void |
TextContentAdapter.setCursorPosition(Control control,
int position) |
void |
IControlContentAdapter.setCursorPosition(Control control,
int index)
Set the current cursor position in the control.
|
Constructor and Description |
---|
ContentProposalAdapter(Control control,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
KeyStroke keyStroke,
char[] autoActivationCharacters)
Construct a content proposal adapter that can assist the user with
choosing content for the field.
|
Modifier and Type | Method and Description |
---|---|
void |
GridDataFactory.applyTo(Control control)
Sets the layout data on the given control.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
FieldEditorPreferencePage.createContents(Composite parent) |
protected Control |
PreferenceDialog.createContents(Composite parent) |
protected abstract Control |
PreferencePage.createContents(Composite parent)
Creates and returns the SWT control for the customized body
of this preference page under the given parent composite.
|
protected Control |
PreferenceDialog.createDialogArea(Composite parent) |
protected Control |
PreferenceDialog.createTreeAreaContents(Composite parent) |
Control |
FontFieldEditor.getPreviewControl()
Returns the preview control for this field editor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FieldEditor.checkParent(Control control,
Composite parent)
Checks if the given parent is the current parent of the
supplied control; throws an (unchecked) exception if they
are not correctly related.
|
protected Point |
ColorFieldEditor.computeImageSize(Control window)
Computes the size of the color image displayed on the button.
|
protected int |
FieldEditor.convertHorizontalDLUsToPixels(Control control,
int dlus)
Returns the number of pixels corresponding to the
given number of horizontal dialog units.
|
protected int |
FieldEditor.convertVerticalDLUsToPixels(Control control,
int dlus)
Returns the number of pixels corresponding to the
given number of vertical dialog units.
|
protected Sash |
PreferenceDialog.createSash(Composite composite,
Control rightControl)
Create the sash with right control on the right.
|
protected void |
PreferenceDialog.layoutTreeAreaControl(Control control) |
Modifier and Type | Method and Description |
---|---|
static void |
JFaceColors.setColors(Control control,
Color foreground,
Color background)
Set the foreground and background colors of the
control to the specified values.
|
Constructor and Description |
---|
LocalResourceManager(ResourceManager parentRegistry,
Control owner)
Creates a local registry that wraps the given global registry.
|
Modifier and Type | Method and Description |
---|---|
Control |
ITextViewerExtension.getControl()
Returns the control of this viewer.
|
Control |
TextViewer.getControl() |
protected Control |
AbstractInformationControlManager.getSubjectControl()
Returns the subject control of this manager/information control.
|
Modifier and Type | Method and Description |
---|---|
protected Point |
AbstractInformationControlManager.computeSizeConstraints(Control subjectControl,
IInformationControl informationControl)
Computes the size constraints of the information control in points based on the
default font of the given subject control as well as the size constraints in character
width.
|
protected Point |
AbstractInformationControlManager.computeSizeConstraints(Control subjectControl,
Rectangle subjectArea,
IInformationControl informationControl)
Computes the size constraints of the information control in points.
|
void |
AbstractInformationControlManager.install(Control subjectControl)
Installs this manager on the given control.
|
void |
AbstractInformationControlManager.IInformationControlCloser.setSubjectControl(Control subject)
Sets the closer's subject control.
|
Modifier and Type | Method and Description |
---|---|
Control |
CompositeRuler.createControl(Composite parent,
ITextViewer textViewer) |
Control |
IVerticalRuler.createControl(Composite parent,
ITextViewer textViewer)
Creates the ruler's SWT control.
|
Control |
OverviewRuler.createControl(Composite parent,
ITextViewer textViewer) |
Control |
VerticalRuler.createControl(Composite parent,
ITextViewer textViewer) |
Control |
LineNumberChangeRulerColumn.createControl(CompositeRuler parentRuler,
Composite parentControl) |
Control |
AnnotationRulerColumn.createControl(CompositeRuler parentRuler,
Composite parentControl) |
Control |
ChangeRulerColumn.createControl(CompositeRuler parentRuler,
Composite parentControl) |
Control |
IVerticalRulerColumn.createControl(CompositeRuler parentRuler,
Composite parentControl)
Creates the column's SWT control.
|
Control |
LineNumberRulerColumn.createControl(CompositeRuler parentRuler,
Composite parentControl) |
Control |
CompositeRuler.getControl() |
Control |
SourceViewer.getControl() |
Control |
AnnotationRulerColumn.getControl() |
Control |
OverviewRuler.getControl() |
Control |
ChangeRulerColumn.getControl() |
Control |
IVerticalRulerColumn.getControl()
Returns the column's SWT control.
|
Control |
VerticalRuler.getControl() |
Control |
LineNumberRulerColumn.getControl() |
Control |
IVerticalRulerInfo.getControl()
Returns the ruler's SWT control.
|
Control |
OverviewRuler.getHeaderControl() |
Control |
IOverviewRuler.getHeaderControl()
Returns this rulers header control.
|
Modifier and Type | Method and Description |
---|---|
protected Point |
AnnotationBarHoverManager.computeSizeConstraints(Control subjectControl,
Rectangle subjectArea,
IInformationControl informationControl) |
void |
AnnotationBarHoverManager.Closer.setSubjectControl(Control control) |
Modifier and Type | Method and Description |
---|---|
static Rectangle |
Geometry.toControl(Control coordinateSystem,
Rectangle toConvert)
Converts the given rectangle from display coordinates to the local coordinate system
of the given object into display coordinates.
|
static Rectangle |
Geometry.toDisplay(Control coordinateSystem,
Rectangle toConvert)
Converts the given rectangle from the local coordinate system of the given object
into display coordinates.
|
Constructor and Description |
---|
OpenStrategy(Control control) |
Modifier and Type | Method and Description |
---|---|
protected Control |
DialogCellEditor.createContents(Composite cell)
Creates the controls used to show the value of this cell editor.
|
protected Control |
ColorCellEditor.createContents(Composite cell) |
protected Control |
ComboBoxCellEditor.createControl(Composite parent) |
protected Control |
TextCellEditor.createControl(Composite parent) |
protected abstract Control |
CellEditor.createControl(Composite parent)
Creates the control for this cell editor under the given parent control.
|
protected Control |
DialogCellEditor.createControl(Composite parent) |
protected Control |
CheckboxCellEditor.createControl(Composite parent)
The
CheckboxCellEditor implementation of
this CellEditor framework method does
nothing and returns null . |
Control |
TreeViewer.getControl() |
Control |
ListViewer.getControl() |
Control |
TableViewer.getControl() |
abstract Control |
Viewer.getControl()
Returns the primary control associated with this viewer.
|
Control |
CellEditor.getControl()
Returns the control used to implement this cell editor.
|
Control |
ComboViewer.getControl() |
abstract Control |
AbstractListViewer.getControl() |
Control |
TableTreeViewer.getControl() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTreeViewer.addSelectionListener(Control control,
SelectionListener listener)
Deprecated.
|
protected void |
TreeViewer.addTreeListener(Control c,
TreeListener listener) |
protected void |
TableTreeViewer.addTreeListener(Control c,
TreeListener listener) |
protected abstract void |
AbstractTreeViewer.addTreeListener(Control control,
TreeListener listener)
Adds the given SWT tree listener to the given SWT control.
|
protected int |
TreeViewer.getItemCount(Control widget) |
protected int |
TableTreeViewer.getItemCount(Control widget) |
protected abstract int |
AbstractTreeViewer.getItemCount(Control control)
Returns the number of child items of the given SWT control.
|
protected Item[] |
TreeViewer.getSelection(Control widget) |
protected Item[] |
TableTreeViewer.getSelection(Control widget) |
protected abstract Item[] |
AbstractTreeViewer.getSelection(Control control)
Returns all selected items for the given SWT control.
|
protected void |
TreeViewer.hookControl(Control control) |
protected void |
TableViewer.hookControl(Control control) |
protected void |
ContentViewer.hookControl(Control control)
Adds event listener hooks to the given control.
|
protected void |
StructuredViewer.hookControl(Control control) |
protected void |
TableTreeViewer.hookControl(Control control) |
protected void |
AbstractTreeViewer.hookControl(Control control) |
protected abstract Object |
DialogCellEditor.openDialogBox(Control cellEditorWindow)
Opens a dialog box under the given parent control and returns the
dialog's value when it closes, or
null if the dialog
was cancelled or no selection was made in the dialog. |
protected Object |
ColorCellEditor.openDialogBox(Control cellEditorWindow) |
protected void |
TreeViewer.removeAll(Control widget) |
protected void |
TableTreeViewer.removeAll(Control widget) |
protected abstract void |
AbstractTreeViewer.removeAll(Control control)
Removes all items from the given control.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
Window.createContents(Composite parent)
Creates and returns this window's contents.
|
protected Control |
ApplicationWindow.createCoolBarControl(Composite composite)
Creates the control for the cool bar manager.
|
protected Control |
ApplicationWindow.createToolBarControl(Composite parent)
Creates the control for the tool bar manager.
|
protected Control |
Window.getContents()
Returns the top level control for this window.
|
protected Control |
ApplicationWindow.getCoolBarControl()
Returns the control for the window's cool bar.
|
protected Control |
ApplicationWindow.getToolBarControl()
Returns the control for the window's toolbar.
|
Constructor and Description |
---|
SameShellProvider(Control targetControl)
Returns a shell provider that always returns the current
shell for the given control.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressMonitorPart
A standard implementation of an IProgressMonitor.
|
Modifier and Type | Field and Description |
---|---|
protected Control |
ProgressMonitorPart.fCancelComponent |
Modifier and Type | Method and Description |
---|---|
protected Control |
WizardDialog.createContents(Composite parent)
The
WizardDialog implementation of this Window
method calls call IWizard.addPages to allow the current
wizard to add extra pages, then super.createContents to create
the controls. |
protected Control |
WizardDialog.createDialogArea(Composite parent) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressMonitorPart.attachToCancelComponent(Control cancelComponent)
Attaches the progress monitor part to the given cancel
component.
|
void |
WizardDialog.PageContainerFillLayout.layoutPage(Control w)
Lays outs the page according to this layout.
|
void |
ProgressMonitorPart.removeFromCancelComponent(Control cc)
Detach the progress monitor part from the given cancel
component
|
void |
WizardDialog.PageContainerFillLayout.setPageLocation(Control w)
Sets the location of the page so that its origin is in the
upper left corner.
|
Modifier and Type | Method and Description |
---|---|
Control |
IStatusContextViewer.getControl()
Returns the status context viewer's SWT control.
|
Control |
IChangePreviewViewer.getControl()
Returns the preview viewer's SWT control.
|
Control |
TextStatusContextViewer.getControl()
Returns the status context viewer's SWT control.
|
Modifier and Type | Method and Description |
---|---|
Control |
IRefactoringHistoryControl.getControl()
Returns the SWT control of this refactoring history control.
|
Modifier and Type | Method and Description |
---|---|
Control |
AbstractTextSearchViewPage.getControl()
The
Page implementation of this IPage method returns
null . |
Modifier and Type | Method and Description |
---|---|
Control |
Accessible.getControl()
Returns the control for this Accessible object.
|
Modifier and Type | Method and Description |
---|---|
static Accessible |
Accessible.internal_new_Accessible(Control control)
Invokes platform specific functionality to allocate a new accessible object.
|
Modifier and Type | Class and Description |
---|---|
class |
Browser
Instances of this class implement the browser user interface
metaphor.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimatedProgress
Deprecated.
As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
|
class |
CBanner
Instances of this class implement a Composite that lays out its
children and allows programmatic control of the layout.
|
class |
CCombo
The CCombo class represents a selectable user interface object
that combines a text field and a list and issues notification
when an item is selected from the list.
|
class |
CLabel
A Label which supports aligned text and/or an image and different border styles.
|
class |
CTabFolder
Instances of this class implement the notebook user interface
metaphor.
|
class |
SashForm
The SashForm lays out its children in a Row or Column arrangement (as specified
by the orientation) and places a Sash between the children.
|
class |
ScrolledComposite
A ScrolledComposite provides scrollbars and will scroll its content when the user
uses the scrollbars.
|
class |
StyledText
A StyledText is an editable user interface object that displays lines
of text.
|
class |
TableCursor
A TableCursor provides a way for the user to navigate around a Table
using the keyboard.
|
class |
TableTree
Deprecated.
As of 3.1 use Tree, TreeItem and TreeColumn
|
class |
ViewForm
Instances of this class implement a Composite that positions and sizes
children and allows programmatic control of layout and border parameters.
|
Modifier and Type | Field and Description |
---|---|
Control |
StackLayout.topControl
topControl the Control that is displayed at the top of the stack.
|
Modifier and Type | Method and Description |
---|---|
Control |
CBanner.getBottom()
Returns the Control that appears on the bottom side of the banner.
|
Control[] |
CCombo.getChildren() |
Control |
ScrolledComposite.getContent()
Get the content that is being scrolled.
|
Control |
ViewForm.getContent()
Returns the content area.
|
Control |
CTabItem.getControl()
Gets the control that is displayed in the content area of the tab item.
|
Control |
ControlEditor.getEditor()
Returns the Control that is displayed above the composite being edited.
|
Control |
CBanner.getLeft()
Returns the Control that appears on the left side of the banner.
|
Control |
SashForm.getMaximizedControl()
Answer the control that currently is maximized in the SashForm.
|
Control |
CBanner.getRight()
Returns the Control that appears on the right side of the banner.
|
Control |
ViewForm.getTopCenter()
Returns Control that appears in the top center of the pane.
|
Control |
ViewForm.getTopLeft()
Returns the Control that appears in the top left corner of the pane.
|
Control |
ViewForm.getTopRight()
Returns the control in the top right corner of the pane.
|
Control |
CTabFolder.getTopRight()
Returns the control in the top right corner of the tab folder.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StackLayout.flushCache(Control control) |
void |
CBanner.setBottom(Control control)
Set the control that appears on the bottom side of the banner.
|
void |
ScrolledComposite.setContent(Control content)
Set the content that will be scrolled.
|
void |
ViewForm.setContent(Control content)
Sets the content.
|
void |
CTabItem.setControl(Control control)
Sets the control that is used to fill the client area of
the tab folder when the user selects the tab item.
|
void |
ControlEditor.setEditor(Control editor)
Specify the Control that is to be displayed.
|
void |
TableEditor.setEditor(Control editor,
TableItem item,
int column)
Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.
|
void |
TableTreeEditor.setEditor(Control editor,
TableTreeItem item,
int column)
Deprecated.
Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.
|
void |
TreeEditor.setEditor(Control editor,
TreeItem item)
Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.
|
void |
TreeEditor.setEditor(Control editor,
TreeItem item,
int column)
Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.
|
void |
CBanner.setLeft(Control control)
Set the control that appears on the left side of the banner.
|
void |
SashForm.setMaximizedControl(Control control)
Specify the control that should take up the entire client area of the SashForm.
|
void |
CBanner.setRight(Control control)
Set the control that appears on the right side of the banner.
|
void |
ViewForm.setTopCenter(Control topCenter)
Set the control that appears in the top center of the pane.
|
void |
ViewForm.setTopLeft(Control c)
Set the control that appears in the top left corner of the pane.
|
void |
ViewForm.setTopRight(Control c)
Set the control that appears in the top right corner of the pane.
|
void |
CTabFolder.setTopRight(Control control)
Set the control that appears in the top right corner of the tab folder.
|
void |
CTabFolder.setTopRight(Control control,
int alignment)
Set the control that appears in the top right corner of the tab folder.
|
Modifier and Type | Method and Description |
---|---|
Control |
DragSource.getControl()
Returns the Control which is registered for this DragSource.
|
Control |
DropTarget.getControl()
Returns the Control which is registered for this DropTarget.
|
Constructor and Description |
---|
DragSource(Control control,
int style)
Creates a new
DragSource to handle dragging from the specified Control . |
DropTarget(Control control,
int style)
Creates a new
DropTarget to allow data to be dropped on the specified
Control . |
Modifier and Type | Field and Description |
---|---|
Control |
FormAttachment.control
control specifies the control to which the control side is
attached.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
FormLayout.flushCache(Control control) |
protected boolean |
FillLayout.flushCache(Control control) |
protected boolean |
RowLayout.flushCache(Control control) |
protected boolean |
GridLayout.flushCache(Control control) |
Constructor and Description |
---|
FormAttachment(Control control)
Constructs a new instance of this class given a control.
|
FormAttachment(Control control,
int offset)
Constructs a new instance of this class given a control
and an offset.
|
FormAttachment(Control control,
int offset,
int alignment)
Constructs a new instance of this class given a control,
an offset and an alignment.
|
Modifier and Type | Class and Description |
---|---|
class |
OleClientSite
OleClientSite provides a site to manage an embedded OLE Document within a container.
|
class |
OleControlSite
OleControlSite provides a site to manage an embedded ActiveX Control within a container.
|
class |
OleFrame
OleFrame is an OLE Container's top level frame.
|
Modifier and Type | Class and Description |
---|---|
class |
GLCanvas
GLCanvas is a widget capable of displaying OpenGL content.
|
Modifier and Type | Class and Description |
---|---|
class |
Button
Instances of this class represent a selectable user interface object that
issues notification when pressed and released.
|
class |
Canvas
Instances of this class provide a surface for drawing
arbitrary graphics.
|
class |
Combo
Instances of this class are controls that allow the user
to choose an item from a list of items, or optionally
enter a new value by typing it into an editable text
field.
|
class |
Composite
Instances of this class are controls which are capable
of containing other controls.
|
class |
CoolBar
Instances of this class provide an area for dynamically
positioning the items they contain.
|
class |
Decorations
Instances of this class provide the appearance and
behavior of
Shells , but are not top
level shells or dialogs. |
class |
ExpandBar
Instances of this class support the layout of selectable
expand bar items.
|
class |
Group
Instances of this class provide an etched border
with an optional title.
|
class |
Label
Instances of this class represent a non-selectable
user interface object that displays a string or image.
|
class |
Link
Instances of this class represent a selectable
user interface object that displays a text with
links.
|
class |
List
Instances of this class represent a selectable user interface
object that displays a list of strings and issues notification
when a string is selected.
|
class |
ProgressBar
Instances of the receiver represent is an unselectable
user interface object that is used to display progress,
typically in the form of a bar.
|
class |
Sash
Instances of the receiver represent a selectable user interface object
that allows the user to drag a rubber banded outline of the sash within
the parent control.
|
class |
Scale
Instances of the receiver represent a selectable user
interface object that present a range of continuous
numeric values.
|
class |
Scrollable
This class is the abstract superclass of all classes which
represent controls that have standard scroll bars.
|
class |
Shell
Instances of this class represent the "windows"
which the desktop or "window manager" is managing.
|
class |
Slider
Instances of this class are selectable user interface
objects that represent a range of positive, numeric values.
|
class |
Spinner
Instances of this class are selectable user interface
objects that allow the user to enter and modify numeric
values.
|
class |
TabFolder
Instances of this class implement the notebook user interface
metaphor.
|
class |
Table
Instances of this class implement a selectable user interface
object that displays a list of images and strings and issues
notification when selected.
|
class |
Text
Instances of this class are selectable user interface
objects that allow the user to enter and modify text.
|
class |
ToolBar
Instances of this class support the layout of selectable
tool bar items.
|
class |
Tree
Instances of this class provide a selectable user interface object
that displays a hierarchy of items and issues notification when an
item in the hierarchy is selected.
|
Modifier and Type | Method and Description |
---|---|
Control[] |
Composite.getChildren()
Returns a (possibly empty) array containing the receiver's children.
|
Control |
TabItem.getControl()
Returns the control that is used to fill the client area of
the tab folder when the user selects the tab item.
|
Control |
CoolItem.getControl()
Returns the control that is associated with the receiver.
|
Control |
ExpandItem.getControl()
Returns the control that is shown when the item is expanded.
|
Control |
ToolItem.getControl()
Returns the control that is used to fill the bounds of
the item when the item is a
SEPARATOR . |
Control |
Display.getCursorControl()
Returns the control which the on-screen pointer is currently
over top of, or null if it is not currently over one of the
controls built by the currently running application.
|
Control |
Display.getFocusControl()
Returns the control which currently has keyboard focus,
or null if keyboard events are not currently going to
any of the controls built by the currently running
application.
|
Control[] |
Composite.getTabList()
Gets the (possibly empty) tabbing order for the control.
|
Modifier and Type | Method and Description |
---|---|
void |
Composite.changed(Control[] changed)
Clears any data that has been cached by a Layout for all widgets that
are in the parent hierarchy of the changed control up to and including the
receiver.
|
protected boolean |
Layout.flushCache(Control control)
Instruct the layout to flush any cached values
associated with the control specified in the argument
control . |
void |
Composite.layout(Control[] changed)
Forces a lay out (that is, sets the size and location) of all widgets that
are in the parent hierarchy of the changed control up to and including the
receiver.
|
Point |
Display.map(Control from,
Control to,
int x,
int y)
Maps a point from one coordinate system to another.
|
Rectangle |
Display.map(Control from,
Control to,
int x,
int y,
int width,
int height)
Maps a point from one coordinate system to another.
|
Point |
Display.map(Control from,
Control to,
Point point)
Maps a point from one coordinate system to another.
|
Rectangle |
Display.map(Control from,
Control to,
Rectangle rectangle)
Maps a point from one coordinate system to another.
|
void |
Control.moveAbove(Control control)
Moves the receiver above the specified control in the
drawing order.
|
void |
Control.moveBelow(Control control)
Moves the receiver below the specified control in the
drawing order.
|
void |
TabItem.setControl(Control control)
Sets the control that is used to fill the client area of
the tab folder when the user selects the tab item.
|
void |
CoolItem.setControl(Control control)
Sets the control that is associated with the receiver
to the argument.
|
void |
ExpandItem.setControl(Control control)
Sets the control that is shown when the item is expanded.
|
void |
ToolItem.setControl(Control control)
Sets the control that is used to fill the bounds of
the item when the item is a
SEPARATOR . |
void |
Composite.setTabList(Control[] tabList)
Sets the tabbing order for the specified controls to
match the order that they occur in the argument list.
|
Constructor and Description |
---|
Menu(Control parent)
Constructs a new instance of this class given its parent,
and sets the style for the instance so that the instance
will be a popup menu on the given parent's shell.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
SaveablePartDialog.createDialogArea(Composite parent2) |
protected abstract Control |
PageSaveablePart.createPage(Composite parent,
ToolBarManager toolBarManager)
Create the page for this part and return the top level control
for the page.
|
Control |
PageSaveablePart.getControl()
Returns the primary control for this part.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
HistoryPageSaveablePart.createPage(Composite parent,
ToolBarManager toolBarManager) |
Modifier and Type | Method and Description |
---|---|
Control |
SyncInfoCompareInput.createContents(Composite parent) |
protected Control |
ParticipantPageDialog.createDialogArea(Composite parent2) |
protected Control |
ParticipantPageSaveablePart.createPage(Composite parent,
ToolBarManager toolBarManager) |
Control |
ParticipantPagePane.createPartControl(Composite parent) |
Modifier and Type | Method and Description |
---|---|
Menu |
IWorkbenchWindowPulldownDelegate.getMenu(Control parent)
Returns the menu for this pull down action.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
ActivityCategoryPreferencePage.createContents(Composite parent) |
protected Control |
ActivitiesPreferencePage.createContents(Composite parent) |
Modifier and Type | Method and Description |
---|---|
Control |
IWorkbenchWindowConfigurer.createCoolBarControl(Composite parent)
Creates the cool bar control.
|
Control |
WorkbenchWindowAdvisor.createEmptyWindowContents(Composite parent)
Creates and returns the control to be shown when the window has no open pages.
|
Control |
IWorkbenchWindowConfigurer.createPageComposite(Composite parent)
Creates the page composite, in which the window's pages, and their
views and editors, appear.
|
Control |
IWorkbenchWindowConfigurer.createStatusLineControl(Composite parent)
Creates the status line control.
|
Modifier and Type | Method and Description |
---|---|
Control |
ICheatSheetViewer.getControl()
Returns the primary control associated with this viewer.
|
Modifier and Type | Method and Description |
---|---|
Control |
TextConsolePage.getControl() |
Modifier and Type | Class and Description |
---|---|
class |
FilteredList
A composite widget which holds a list of elements for user selection.
|
class |
FilteredTree
A simple control that provides a text widget and a tree viewer.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
SelectionStatusDialog.createButtonBar(Composite parent) |
protected Control |
ProjectLocationMoveDialog.createContents(Composite parent) |
protected Control |
SaveAsDialog.createContents(Composite parent) |
protected Control |
TypeFilteringDialog.createDialogArea(Composite parent) |
protected Control |
ElementListSelectionDialog.createDialogArea(Composite parent) |
protected Control |
ListSelectionDialog.createDialogArea(Composite parent) |
Control |
TwoPaneElementSelector.createDialogArea(Composite parent) |
protected Control |
ListDialog.createDialogArea(Composite container) |
protected Control |
ElementTreeSelectionDialog.createDialogArea(Composite parent) |
protected Control |
CheckedTreeSelectionDialog.createDialogArea(Composite parent) |
protected Control |
FileSelectionDialog.createDialogArea(Composite parent)
Deprecated.
|
protected Control |
ProjectLocationSelectionDialog.createDialogArea(Composite parent) |
protected Control |
ProjectLocationMoveDialog.createDialogArea(Composite parent) |
protected Control |
ResourceListSelectionDialog.createDialogArea(Composite parent)
Creates the contents of this dialog, initializes the
listener and the update thread.
|
protected Control |
NewFolderDialog.createDialogArea(Composite parent) |
protected Control |
ResourceSelectionDialog.createDialogArea(Composite parent) |
protected Control |
ContainerSelectionDialog.createDialogArea(Composite parent) |
protected Control |
MarkerResolutionSelectionDialog.createDialogArea(Composite parent) |
protected Control |
SaveAsDialog.createDialogArea(Composite parent) |
protected Control |
FilteredTree.createTreeControl(Composite parent,
int style)
Create the tree.
|
Control |
PreferenceLinkArea.getControl()
Return the control for the receiver.
|
Constructor and Description |
---|
ContentAssistCommandAdapter(Control control,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
String commandId,
char[] autoActivationCharacters)
Construct a content proposal adapter that can assist the user with
choosing content for the field.
|
Modifier and Type | Method and Description |
---|---|
Control |
IFormPage.getPartControl()
Returns the control associated with this page.
|
Control |
FormPage.getPartControl()
Returns the form page control.
|
Modifier and Type | Method and Description |
---|---|
int |
FormEditor.addPage(Control control)
Adds a simple SWT control as a page.
|
void |
FormEditor.addPage(int index,
Control control)
Adds a simple SWT control as a page.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHyperlink
This is the base class for custom hyperlink widget.
|
class |
ExpandableComposite
This composite is capable of expanding or collapsing a single client that is
its direct child.
|
class |
Form
Form is a custom control that renders a title and an optional background
image above the body composite.
|
class |
FormText
This class is a read-only text control that is capable of rendering wrapped
text.
|
class |
Hyperlink
Hyperlink is a concrete implementation of the abstract base class that draws
text in the client area.
|
class |
ImageHyperlink
This class extends hyperlink widget by adding the capability to render an
image relative to the text.
|
class |
ScrolledForm
ScrolledForm is a control that is capable of scrolling an instance of the
Form class.
|
class |
ScrolledFormText
ScrolledFormText is a control that is capable of scrolling an instance of
the FormText class.
|
class |
ScrolledPageBook
ScrolledPageBook is a class that is capable of stacking several composites
(pages), while showing one at a time.
|
class |
Section
A variation of the expandable composite that adds optional description below
the title.
|
class |
SharedScrolledComposite
This class is used to provide common scrolling services to a number of
controls in the toolkit.
|
class |
ToggleHyperlink
A custom selectable control that can be used to control areas that can be
expanded or collapsed.
|
class |
TreeNode
A custom selectable control that can be used to control areas that can be
expanded or collapsed.
|
class |
Twistie
A custom selectable control that can be used to control areas that can be
expanded or collapsed.
|
Modifier and Type | Field and Description |
---|---|
protected Control |
ExpandableComposite.textLabel |
Modifier and Type | Method and Description |
---|---|
Control |
ExpandableComposite.getClient()
Returns the current expandable client.
|
Control |
SizeCache.getControl()
Returns the control whose size is being cached
|
Control |
ScrolledPageBook.getCurrentPage()
Returns the page currently showing.
|
Control |
Section.getDescriptionControl()
Returns the control used to render the description.
|
protected Control |
ExpandableComposite.getDescriptionControl()
Returns description control that will be placed under the title if
present.
|
Control |
Form.getHeadClient()
Returns the optional head client if set.
|
Control |
Section.getSeparatorControl()
Returns the control that is used as a separator betweeen the title and
the client, or null if not set.
|
protected Control |
ExpandableComposite.getSeparatorControl()
Returns the separator control that will be placed between the title and
the description if present.
|
Control |
ExpandableComposite.getTextClient()
Returns the text client control.
|
Modifier and Type | Method and Description |
---|---|
void |
FormToolkit.adapt(Control control,
boolean trackFocus,
boolean trackKeyboard)
Adapts a control to be used in a form that is associated with this
toolkit.
|
static void |
FormToolkit.ensureVisible(Control c)
A helper method that ensures the provided control is visible when
ScrolledComposite is somewhere in the parent chain.
|
void |
ScrolledPageBook.registerPage(Object key,
Control page)
Registers a page under the privided key to be managed by the page book.
|
void |
ExpandableComposite.setClient(Control client)
Sets the client of this expandable composite.
|
void |
SharedScrolledComposite.setContent(Control content)
Overrides 'super' to pass the proper colors and font
|
void |
ScrolledFormText.setContent(Control c)
The class sets the content widget.
|
void |
ScrolledForm.setContent(Control c)
The form sets the content widget.
|
void |
SizeCache.setControl(Control newControl)
Sets the control whose size is being cached.
|
void |
FormText.setControl(String key,
Control control)
Registers the control referenced by the provided key.
|
void |
LayoutCache.setControls(Control[] controls)
Sets the controls that are being cached here.
|
static void |
FormToolkit.setControlVisible(Control c,
boolean verticalOnly)
A utility method that ensures that the control is visible in the scrolled
composite.
|
void |
Section.setDescriptionControl(Control descriptionControl)
Sets the description control of this section.
|
void |
Form.setHeadClient(Control headClient)
Sets the optional head client.
|
void |
Section.setSeparatorControl(Control separator)
Sets the separator control of this section.
|
void |
ExpandableComposite.setTextClient(Control textClient)
Sets the text client control.
|
Constructor and Description |
---|
LayoutCache(Control[] controls)
Creates a cache for the given array of controls
|
SizeCache(Control control)
Creates a cache for size computations on the given control
|
Modifier and Type | Method and Description |
---|---|
static Object |
WorkbenchHelp.getHelp(Control control)
Deprecated.
as context computers are no longer supported
|
static void |
WorkbenchHelp.setHelp(Control control,
IContextComputer computer)
Deprecated.
context computers are no longer supported, clients should implement
their own help listener
|
static void |
WorkbenchHelp.setHelp(Control control,
Object[] contexts)
Deprecated.
use setHelp with single context id parameter
|
void |
IWorkbenchHelpSystem.setHelp(Control control,
String contextId)
Sets the given help context id on the given control.
|
static void |
WorkbenchHelp.setHelp(Control control,
String contextId)
Deprecated.
Sets the given help context id on the given control.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
PathVariableSelectionDialog.createDialogArea(Composite parent) |
Modifier and Type | Method and Description |
---|---|
Control |
IStandbyContentPart.getControl()
Returns the primary control associated with this standby part.
|
Control |
CustomizableIntroPart.getControl()
Returns the primary control associated with this Intro part.
|
Modifier and Type | Class and Description |
---|---|
class |
DrillDownComposite
Class
DrillDownComposite implements a simple web
style navigation metaphor. |
class |
PageBook
A pagebook is a composite control where only a single control is visible
at a time.
|
Modifier and Type | Method and Description |
---|---|
Control |
MessagePage.getControl() |
Control |
IPage.getControl()
Returns the SWT control for this page.
|
abstract Control |
Page.getControl()
The
Page implementation of this IPage method returns
null . |
protected Control |
MultiPageEditorPart.getControl(int pageIndex)
Returns the control for the given page index, or
null if
no control has been set for the page. |
Modifier and Type | Method and Description |
---|---|
int |
MultiPageEditorPart.addPage(Control control)
Creates and adds a new page containing the given control to this
multi-page editor.
|
void |
MultiPageEditorPart.addPage(int index,
Control control)
Creates and adds a new page containing the given control to this
multi-page editor.
|
protected void |
MultiPageEditorPart.setControl(int pageIndex,
Control control)
Sets the control for the given page index.
|
void |
PageBook.showPage(Control page)
Shows the given page.
|
Modifier and Type | Method and Description |
---|---|
Control |
AbstractPresentationFactory.createStatusLineControl(IStatusLineManager statusLine,
Composite parent)
Creates the control for the window's status line.
|
Control |
IPresentablePart.getControl()
Returns an SWT control that can be used to indicate the tab order for
this part.
|
abstract Control |
StackPresentation.getControl()
Returns the control for this presentation
|
abstract Control[] |
StackPresentation.getTabList(IPresentablePart part)
Returns the tab-key traversal order for the given
IPresentablePart . |
Control |
IPresentablePart.getToolBar()
Returns the local toolbar for this part, or null if this part does not
have a local toolbar.
|
Modifier and Type | Method and Description |
---|---|
static void |
PresentationUtil.addDragListener(Control control,
Listener externalDragListener)
Adds a drag listener to the given control.
|
abstract StackDropResult |
StackPresentation.dragOver(Control currentControl,
Point location)
This method is invoked whenever a part is dragged over the stack's control.
|
static void |
PresentationUtil.removeDragListener(Control control,
Listener externalDragListener)
Removes a drag listener that was previously attached using addDragListener
|
Modifier and Type | Method and Description |
---|---|
protected Control |
StatusTextEditor.createStatusControl(Composite parent,
IStatus status)
Creates the status control for the given status.
|
protected Control |
AbstractDecoratedTextEditor.createStatusControl(Composite parent,
IStatus status) |
Control |
InfoForm.getControl()
Deprecated.
Returns the control of this form.
|
Modifier and Type | Method and Description |
---|---|
Control |
ISpellingPreferenceBlock.createControl(Composite parent)
Creates the control that will be displayed on the preference page.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
TemplatePreferencePage.createContents(Composite ancestor) |
Modifier and Type | Method and Description |
---|---|
Control |
ContentOutlinePage.getControl() |
Modifier and Type | Method and Description |
---|---|
Control |
PropertySheetPage.getControl() |
Modifier and Type | Method and Description |
---|---|
Control |
TabbedPropertySheetPage.getControl() |
Modifier and Type | Method and Description |
---|---|
protected Control |
TaskPropertiesDialog.createDialogArea(Composite parent) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.