Package | Description |
---|---|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
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 framework for connecting document regions
with annotations and for displaying those.
|
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.swt.custom |
SWT Custom widgets.
|
org.eclipse.swt.graphics |
SWT graphics classes.
|
org.eclipse.swt.ole.win32 |
SWT Win32 OLE implementation classes.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
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.forms.widgets |
Custom widgets and controls for forms-based parts.
|
org.eclipse.ui.model |
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
|
org.eclipse.ui.views.properties |
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
|
Modifier and Type | Method and Description |
---|---|
protected Font |
DialogPage.getFont()
Returns the default font to use for this dialog page.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageAndMessageArea.setFont(Font font)
Deprecated.
|
Constructor and Description |
---|
PixelConverter(Font font)
Create a PixelConverter which will convert device-independent units to
pixels using the specified font.
|
Modifier and Type | Method and Description |
---|---|
protected Composite |
PreferencePage.createNoteComposite(Font font,
Composite composite,
String title,
String message)
Creates a composite with a highlighted Note entry and a message text.
|
protected void |
PreferenceDialog.updateTreeFont(Font dialogFont)
Update the tree to use the specified
Font . |
Modifier and Type | Method and Description |
---|---|
abstract Font |
FontDescriptor.createFont(Device device)
Creates the Font described by this descriptor.
|
Font |
ResourceManager.createFont(FontDescriptor descriptor)
Returns the Font described by the given FontDescriptor.
|
Font |
FontRegistry.defaultFont()
Returns the default font data.
|
Font |
FontRegistry.get(String symbolicName)
Returns the font associated with the given symbolic font name.
|
static Font |
JFaceResources.getBannerFont()
Returns the JFace's banner font.
|
Font |
FontRegistry.getBold(String symbolicName)
Returns the bold font associated with the given symbolic font name.
|
static Font |
JFaceResources.getDefaultFont()
Returns JFace's standard font.
|
static Font |
JFaceResources.getDialogFont()
Returns the JFace's dialog font.
|
static Font |
JFaceResources.getFont(String symbolicName)
Returns the font in JFace's font registry with the given symbolic font
name.
|
static Font |
JFaceResources.getHeaderFont()
Returns the JFace's header font.
|
Font |
FontRegistry.getItalic(String symbolicName)
Returns the italic font associated with the given symbolic font name.
|
static Font |
JFaceResources.getTextFont()
Returns JFace's text font.
|
static Font |
JFaceResources.getViewerFont()
Deprecated.
This font is not in use
|
Modifier and Type | Method and Description |
---|---|
static FontDescriptor |
FontDescriptor.createFrom(Font font)
Creates a FontDescriptor that describes an existing font.
|
static FontDescriptor |
FontDescriptor.createFrom(Font font,
Device originalDevice)
Deprecated.
|
abstract void |
FontDescriptor.destroyFont(Font previouslyCreatedFont)
Deallocates anything that was allocated by createFont, given a font
that was allocated by an equal FontDescriptor.
|
Modifier and Type | Method and Description |
---|---|
Font |
TextAttribute.getFont()
Returns the attribute's font.
|
Constructor and Description |
---|
TextAttribute(Color foreground,
Color background,
int style,
Font font)
Creates a text attribute with the given colors and style.
|
Modifier and Type | Method and Description |
---|---|
protected Font |
AbstractRulerColumn.getFont()
Returns the current font.
|
Modifier and Type | Method and Description |
---|---|
void |
VerticalRuler.setFont(Font font) |
void |
IVerticalRulerExtension.setFont(Font font)
Sets the font of this vertical ruler.
|
void |
AnnotationRulerColumn.setFont(Font font) |
void |
AbstractRulerColumn.setFont(Font font)
Sets the font of this ruler column.
|
void |
CompositeRuler.setFont(Font font) |
void |
LineNumberRulerColumn.setFont(Font font) |
void |
ChangeRulerColumn.setFont(Font font) |
void |
IVerticalRulerColumn.setFont(Font font)
Sets the font of this ruler column.
|
Modifier and Type | Method and Description |
---|---|
Font |
IFontDecorator.decorateFont(Object element)
Return the font for element or
null if there
is not one. |
Font |
ViewerLabel.getFont()
Get the font.
|
Font |
ViewerCell.getFont()
Gets the font of the cell.
|
abstract Font |
ViewerRow.getFont(int columnIndex)
Get the font at the columnIndex.
|
Font |
TreeViewerRow.getFont(int columnIndex) |
Font |
TableViewerRow.getFont(int columnIndex) |
Font |
DecoratingLabelProvider.getFont(Object element) |
Font |
ColumnLabelProvider.getFont(Object element) |
Font |
IFontProvider.getFont(Object element)
Provides a font for the given element.
|
Font |
DelegatingStyledCellLabelProvider.getFont(Object element)
Provides a font for the given element.
|
Font |
DecoratingStyledCellLabelProvider.getFont(Object element) |
Font |
ITableFontProvider.getFont(Object element,
int columnIndex)
Provides a font for the given element at index
columnIndex.
|
Font |
CellLabelProvider.getToolTipFont(Object object)
Get the
Font used to display the tool tip |
Modifier and Type | Method and Description |
---|---|
void |
IDecoration.setFont(Font font)
Set the font for this decoration.
|
void |
StructuredViewer.ColorAndFontCollector.setFont(Font font)
Set the font.
|
void |
ViewerLabel.setFont(Font font)
Set the font.
|
void |
ViewerCell.setFont(Font font)
Set the font of the cell.
|
abstract void |
ViewerRow.setFont(int columnIndex,
Font font)
Set the
Font at the columnIndex. |
void |
TreeViewerRow.setFont(int columnIndex,
Font font) |
void |
TableViewerRow.setFont(int columnIndex,
Font font) |
Modifier and Type | Method and Description |
---|---|
protected Font |
ApplicationWindow.getFont()
Returns the default font used for this window.
|
protected Font |
DefaultToolTip.getFont(Event event)
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultToolTip.setFont(Font font)
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressMonitorPart.setFont(Font font) |
Modifier and Type | Method and Description |
---|---|
Font |
CTabItem.getFont()
Returns the font that the receiver will use to paint textual information.
|
Font |
PopupList.getFont()
Gets the widget font.
|
Font |
TableTree.getFont()
Deprecated.
|
Font |
TableTreeItem.getFont()
Deprecated.
Returns the font that the receiver will use to paint textual information for this item.
|
Modifier and Type | Method and Description |
---|---|
void |
CTabItem.setFont(Font font)
Sets the font that the receiver will use to paint textual information
for this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
|
void |
PopupList.setFont(Font font)
Sets the widget font.
|
void |
CCombo.setFont(Font font) |
void |
TableTree.setFont(Font font)
Deprecated.
|
void |
CLabel.setFont(Font font) |
void |
TableTreeItem.setFont(Font font)
Deprecated.
Sets the font that the receiver will use to paint textual information
for this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
|
void |
CTabFolder.setFont(Font font) |
void |
StyledText.setFont(Font font)
Sets a new font to render text with.
|
Modifier and Type | Field and Description |
---|---|
Font |
GCData.font |
Font |
TextStyle.font
the font of the style
|
Modifier and Type | Method and Description |
---|---|
Font |
TextLayout.getFont()
Returns the default font currently being used by the receiver
to draw and measure text.
|
Font |
GC.getFont()
Returns the font currently being used by the receiver
to draw and measure text.
|
Font |
Device.getSystemFont()
Returns a reasonable font for applications to use.
|
static Font |
Font.win32_new(Device device,
long handle)
Invokes platform specific functionality to allocate a new font.
|
Modifier and Type | Method and Description |
---|---|
void |
Path.addString(String string,
float x,
float y,
Font font)
Adds to the receiver the pattern of glyphs generated by drawing
the given string using the given font starting at the point (x, y).
|
void |
TextLayout.setFont(Font font)
Sets the default font which will be used by the receiver
to draw and measure text.
|
void |
GC.setFont(Font font)
Sets the font which will be used by the receiver
to draw and measure text to the argument.
|
Constructor and Description |
---|
TextStyle(Font font,
Color foreground,
Color background)
Create a new text style with the specified font, foreground
and background.
|
Modifier and Type | Method and Description |
---|---|
Font |
OleControlSite.getFont() |
Modifier and Type | Method and Description |
---|---|
void |
OleControlSite.setFont(Font font) |
Modifier and Type | Method and Description |
---|---|
Font |
Caret.getFont()
Returns the font that the receiver will use to paint textual information.
|
Font |
TreeItem.getFont()
Returns the font that the receiver will use to paint textual information for this item.
|
Font |
TableItem.getFont()
Returns the font that the receiver will use to paint textual information for this item.
|
Font |
Control.getFont()
Returns the font that the receiver will use to paint textual information.
|
Font |
TreeItem.getFont(int index)
Returns the font that the receiver will use to paint textual information
for the specified cell in this item.
|
Font |
TableItem.getFont(int index)
Returns the font that the receiver will use to paint textual information
for the specified cell in this item.
|
Font |
Display.getSystemFont()
Returns a reasonable font for applications to use.
|
Modifier and Type | Method and Description |
---|---|
void |
Tree.setFont(Font font) |
void |
Caret.setFont(Font font)
Sets the font that the receiver will use to paint textual information
to the font specified by the argument, or to the default font for that
kind of control if the argument is null.
|
void |
TreeItem.setFont(Font font)
Sets the font that the receiver will use to paint textual information
for this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
|
void |
List.setFont(Font font) |
void |
TableItem.setFont(Font font)
Sets the font that the receiver will use to paint textual information
for this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
|
void |
TabFolder.setFont(Font font) |
void |
Canvas.setFont(Font font) |
void |
Table.setFont(Font font) |
void |
Group.setFont(Font font) |
void |
Combo.setFont(Font font) |
void |
ExpandBar.setFont(Font font) |
void |
Text.setFont(Font font) |
void |
Control.setFont(Font font)
Sets the font that the receiver will use to paint textual information
to the font specified by the argument, or to the default font for that
kind of control if the argument is null.
|
void |
ToolBar.setFont(Font font) |
void |
TreeItem.setFont(int index,
Font font)
Sets the font that the receiver will use to paint textual information
for the specified cell in this item to the font specified by the
argument, or to the default font for that kind of control if the
argument is null.
|
void |
TableItem.setFont(int index,
Font font)
Sets the font that the receiver will use to paint textual information
for the specified cell in this item to the font specified by the
argument, or to the default font for that kind of control if the
argument is null.
|
Modifier and Type | Method and Description |
---|---|
Font |
AbstractSynchronizeLabelProvider.getFont(Object element)
Method that provides a custom font for elements that are
busy.
|
Modifier and Type | Method and Description |
---|---|
Font |
TextConsole.getFont()
Returns the font used by this console.
|
Modifier and Type | Method and Description |
---|---|
void |
TextConsole.setFont(Font newFont)
Sets the font used by this console.
|
void |
TextConsoleViewer.setFont(Font font)
Sets the font used by this viewer.
|
Modifier and Type | Method and Description |
---|---|
static Font |
FilteredTree.getBoldFont(Object element,
FilteredTree tree,
PatternFilter filter)
Return a bold font if the given element matches the given pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpandableComposite.setFont(Font font)
Sets the fonts of all the custom controls in the expandable.
|
void |
SharedScrolledComposite.setFont(Font font)
Sets the font of the form.
|
void |
Form.setFont(Font font)
Sets the font of the header text.
|
void |
FormText.setFont(Font font)
Sets the font to use to render the default text (text that does not have
special font property assigned).
|
void |
FormText.setFont(String key,
Font font)
Registers the font referenced by the provided key.
|
Modifier and Type | Method and Description |
---|---|
Font |
WorkbenchLabelProvider.getFont(Object element) |
Modifier and Type | Method and Description |
---|---|
protected Font |
PropertySheetEntry.getFont()
Returns the font for the entry.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.