Class FontPicker
java.lang.Object
org.eclipse.nebula.widgets.nattable.style.editor.FontPicker
A button that displays a font name and allows the user to pick another font.
-
Constructor Summary
ConstructorsConstructorDescriptionFontPicker(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.graphics.Font originalFont) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.Buttonorg.eclipse.swt.graphics.Fontorg.eclipse.swt.graphics.FontvoidsetLayoutData(org.eclipse.swt.layout.GridData gridData) voidsetOriginalFont(org.eclipse.swt.graphics.Font font) Set the selected font.
-
Constructor Details
-
FontPicker
public FontPicker(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.graphics.Font originalFont)
-
-
Method Details
-
getSelectedFont
public org.eclipse.swt.graphics.Font getSelectedFont()- Returns:
- Font selected by the user. Note that it is the responsibility of the client to dispose of this resource.
-
getOriginalFont
public org.eclipse.swt.graphics.Font getOriginalFont() -
setOriginalFont
public void setOriginalFont(org.eclipse.swt.graphics.Font font) Set the selected font. Note that this class will not take ownership of the passed resource. Instead it will create and manage its own internal copy. -
getButton
public org.eclipse.swt.widgets.Button getButton()- Returns:
- the button
-
setLayoutData
public void setLayoutData(org.eclipse.swt.layout.GridData gridData)
-