Uses of Class
com.jaxfront.core.ui.FontParams

Packages that use FontParams
com.jaxfront.core.ui   
com.jaxfront.swing.ui.tools   
 

Uses of FontParams in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return FontParams
 FontParams FontParams.copy()
           
static FontParams FontParams.getDefaultParams(java.lang.String uiProperty)
           
 FontParams FontParams.updateFont(TableCell tableCell)
           
 FontParams FontParams.updateFontDefinition(java.lang.String family, int style, int size)
           
 FontParams FontParams.updateFontDefinition(java.lang.String family, int style, int size, java.awt.Color color)
           
 

Uses of FontParams in com.jaxfront.swing.ui.tools
 

Methods in com.jaxfront.swing.ui.tools that return FontParams
static FontParams FontFactory.getButtonFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getCaptionFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getCheckboxFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getComboboxFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getHeaderFontClassicDefinition()
           
static FontParams FontFactory.getHeaderFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getHeaderFontDefinition(java.lang.String family, int style, int size, java.awt.Color color)
           
static FontParams FontFactory.getHeaderFontModernDefinition()
           
static FontParams FontFactory.getHintFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getLabelFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getLabelFontDefinition(java.lang.String family, int style, int size, java.awt.Color color)
          Gets the NAME of the default label font
static FontParams FontFactory.getListFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getMenuFontDefinition()
           
static FontParams FontFactory.getMenuItemFontDefinition()
           
static FontParams FontFactory.getMessageFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getOptionPaneFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getPopupFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getRadioButtonFontDefinition()
           
static FontParams FontFactory.getTabFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getTableFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getTextFieldFontDefinition()
           
static FontParams FontFactory.getTextFieldFontDefinition(java.lang.String family, int style, int size)
           
static FontParams FontFactory.getTitleBorderFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getTreeEntryFolderFontDefinition()
          Gets the NAME of the default label font
static FontParams FontFactory.getTreeEntryFontDefinition()
          Gets the NAME of the default label font
 

Methods in com.jaxfront.swing.ui.tools with parameters of type FontParams
 java.awt.Font FontFactory.createFont(FontParams fontDefinition)
           
 java.awt.Font FontFactory.createFont(FontParams fontDefinition, java.lang.String componentType)