Eclipse Platform
2.1

Uses of Class
org.eclipse.swt.graphics.Font

Packages that use Font
org.eclipse.jface.dialogs Provides support for dialogs. 
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.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
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. 
 

Uses of Font in org.eclipse.jface.dialogs
 

Methods in org.eclipse.jface.dialogs that return Font
protected  Font DialogPage.getFont()
          Returns the default font to use for this dialog page.
 

Uses of Font in org.eclipse.jface.preference
 

Methods in org.eclipse.jface.preference with parameters of type Font
protected  Composite PreferencePage.createNoteComposite(Font font, Composite composite, String title, String message)
          Creates a composite with a highlighted Note entry and a message text.
 

Uses of Font in org.eclipse.jface.resource
 

Methods in org.eclipse.jface.resource that return Font
 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.
static Font JFaceResources.getDefaultFont()
          Returns the 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.
static Font JFaceResources.getTextFont()
          Returns the JFace's text font.
static Font JFaceResources.getViewerFont()
          Deprecated. This font is not in use
 

Uses of Font in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source with parameters of type Font
 void IVerticalRulerExtension.setFont(Font font)
          Sets the font of this vertical ruler.
 void IVerticalRulerColumn.setFont(Font font)
          Sets the font of this ruler column.
 void AnnotationRulerColumn.setFont(Font font)
           
 void VerticalRuler.setFont(Font font)
           
 void CompositeRuler.setFont(Font font)
           
 void LineNumberRulerColumn.setFont(Font font)
           
 

Uses of Font in org.eclipse.jface.window
 

Methods in org.eclipse.jface.window that return Font
protected  Font ApplicationWindow.getFont()
          Returns the default font used for this window.
 

Uses of Font in org.eclipse.jface.wizard
 

Methods in org.eclipse.jface.wizard with parameters of type Font
 void ProgressMonitorPart.setFont(Font font)
          Sets the progress monitor part's font.
 

Uses of Font in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return Font
 Font TableTree.getFont()
           
 Font PopupList.getFont()
          Gets the widget font.
 

Methods in org.eclipse.swt.custom with parameters of type Font
 void ViewForm.setFont(Font f)
          Set the widget font.
 void CCombo.setFont(Font font)
           
 void StyledText.setFont(Font font)
          Sets a new font to render text with.
 void TableTree.setFont(Font font)
           
 void CLabel.setFont(Font font)
           
 void CTabFolder.setFont(Font font)
           
 void PopupList.setFont(Font font)
          Sets the widget font.
 

Uses of Font in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return Font
 Font GC.getFont()
          Returns the font currently being used by the receiver to draw and measure text.
static Font Font.win32_new(Device device, int handle)
          Invokes platform specific functionality to allocate a new font.
 Font Device.getSystemFont()
          Returns a reasonable font for applications to use.
 

Methods in org.eclipse.swt.graphics with parameters of type Font
 void GC.setFont(Font font)
          Sets the font which will be used by the receiver to draw and measure text to the argument.
 

Uses of Font in org.eclipse.swt.ole.win32
 

Methods in org.eclipse.swt.ole.win32 that return Font
 Font OleControlSite.getFont()
           
 

Methods in org.eclipse.swt.ole.win32 with parameters of type Font
 void OleControlSite.setFont(Font font)
           
 

Uses of Font in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Font
 Font Control.getFont()
          Returns the font that the receiver will use to paint textual information.
 Font Display.getSystemFont()
          Returns a reasonable font for applications to use.
 Font Caret.getFont()
          Returns the font that the receiver will use to paint textual information.
 

Methods in org.eclipse.swt.widgets with parameters of type 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 Canvas.setFont(Font font)
           
 void ToolBar.setFont(Font font)
           
 void Table.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 List.setFont(Font font)
           
 void Text.setFont(Font font)
           
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.