Uses of Class
org.eclipse.swt.graphics.Font
Package
Description
-
Uses of Font in org.eclipse.nebula.jface.gridviewer
-
Uses of Font in org.eclipse.nebula.widgets.grid
Modifier and TypeMethodDescriptionGridItem.getFont()
Returns the font that the receiver will use to paint textual information for this item.GridItem.getFont
(int index) Returns the font that the receiver will use to paint textual information for the specified cell in this item.GridColumn.getFooterFont()
Returns the font that the receiver will use to paint textual information for the footer.GridColumn.getHeaderFont()
Returns the font that the receiver will use to paint textual information for the header.GridColumnGroup.getHeaderFont()
Returns the font that the receiver will use to paint textual information for the header.GridItem.getHeaderFont()
Returns the receiver's row header fontModifier and TypeMethodDescriptionvoid
void
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
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
GridColumn.setFooterFont
(Font font) Sets the Font to be used when displaying the Footer text.void
GridColumn.setHeaderFont
(Font font) Sets the Font to be used when displaying the Header text.void
GridColumnGroup.setHeaderFont
(Font font) Sets the Font to be used when displaying the Header text.void
GridItem.setHeaderFont
(Font headerFont) Set the new header font -
Uses of Font in org.eclipse.nebula.widgets.richtext
-
Uses of Font in org.eclipse.rap.rwt.remote
-
Uses of Font in org.eclipse.rap.rwt.template
-
Uses of Font in org.eclipse.rap.rwt.theme
Modifier and TypeMethodDescriptionReturns the default font that the specified control will use to paint textual information when no user-defined font has been set usingControl.setFont(Font)
. -
Uses of Font in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionCTabItem.getFont()
Returns the font that the receiver will use to paint textual information.Modifier and TypeMethodDescriptionvoid
void
void
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. -
Uses of Font in org.eclipse.swt.graphics
Modifier and TypeMethodDescriptionGC.getFont()
Returns the font currently being used by the receiver to draw and measure text.Device.getSystemFont()
Returns a reasonable font for applications to use. -
Uses of Font in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionControl.getFont()
Returns the font that the receiver will use to paint textual information.TableItem.getFont()
Returns the font that the receiver will use to paint textual information for this item.TableItem.getFont
(int index) Returns the font that the receiver will use to paint textual information for the specified cell in this item.TreeItem.getFont()
Returns the font that the receiver will use to paint textual information for this item.TreeItem.getFont
(int index) Returns the font that the receiver will use to paint textual information for the specified cell in this item.Modifier and TypeMethodDescriptionvoid
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
void
void
void
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
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
void
void
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
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.