Uses of Class
com.github.tadukoo.view.font.FontResourceLoader
Packages that use FontResourceLoader
Package
Description
Contains components that provide extra customizations via Tadukoo Look & Feel (e.g.
Contains
FormField, along with its default subclasses
and enums.Contains
NumberFormField and its subclasses.Contains the
TadukooLookAndFeel, which allows you
to customize the Look & Feel more easily through the use of the
TadukooTheme class and
TadukooThemeFactory.-
Uses of FontResourceLoader in com.github.tadukoo.view.components
Fields in com.github.tadukoo.view.components declared as FontResourceLoaderModifier and TypeFieldDescriptionprivate FontResourceLoaderTadukooButton.TadukooButtonBuilder.fontResourceLoaderTheFontResourceLoaderto use in loading a font and/or ensuring they're in the systemprivate FontResourceLoaderTadukooLabel.TadukooLabelBuilder.fontResourceLoaderTheFontResourceLoaderto use in loading a font and/or ensuring they're in the systemMethods in com.github.tadukoo.view.components with parameters of type FontResourceLoaderModifier and TypeMethodDescriptionTadukooButton.TadukooButtonBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) TadukooLabel.TadukooLabelBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) -
Uses of FontResourceLoader in com.github.tadukoo.view.form.field
Fields in com.github.tadukoo.view.form.field declared as FontResourceLoaderModifier and TypeFieldDescriptionprivate final FontResourceLoaderFormField.fontResourceLoaderTheFontResourceLoaderto use for fonts on this fieldprotected FontResourceLoaderFormField.FormFieldBuilder.fontResourceLoaderTheFontResourceLoaderto use in loading a font and/or ensuring they're in the systemMethods in com.github.tadukoo.view.form.field that return FontResourceLoaderMethods in com.github.tadukoo.view.form.field with parameters of type FontResourceLoaderModifier and TypeMethodDescriptionBooleanFormField.BooleanFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) ButtonFormField.ButtonFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) DateFormField.DateFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) DropDownFormField.DropDownFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) FormField.FormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) FormFormField.FormFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) StringFormField.StringFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) TableFormField.TableFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) Constructors in com.github.tadukoo.view.form.field with parameters of type FontResourceLoaderModifierConstructorDescriptionprivateBooleanFormField(String key, Boolean defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, boolean editable) Creates a new BooleanFormField with the given parametersprivateButtonFormField(String key, String defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, ActionListener actionListener, SizablePaint buttonForegroundPaint, SizablePaint buttonBackgroundPaint, SizablePaint buttonSelectPaint, SizablePaint buttonFocusPaint, SizablePaint buttonDisabledTextPaint, FontFamily buttonFontFamily, int buttonFontStyle, int buttonFontSize, Border buttonBorder, ShapeInfo buttonShape) Creates a new ButtonFormField with the given parametersprivateDateFormField(String key, Date defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, int minYear, int maxYear) Creates a new DateFormField with the given parameters.privateDropDownFormField(String key, String defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, boolean editable, String[] options) Creates a new DropDownFormField with the given parameters.protectedFormField(FieldType type, String key, Type defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader) Creates a new FormField with the given parameters.privateFormFormField(String key, AbstractSimpleForm defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader) Creates a new FormFormField with the given parametersprivateStringFormField(String key, String defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, StringFormField.StringFieldType stringFieldType, boolean editable, int columns) Creates a new StringFormField with the given parametersprivateTableFormField(String key, List<com.github.tadukoo.util.pojo.OrderedMappedPojo> defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader) Creates a new TableFormField with the given parameters -
Uses of FontResourceLoader in com.github.tadukoo.view.form.field.number
Methods in com.github.tadukoo.view.form.field.number with parameters of type FontResourceLoaderModifier and TypeMethodDescriptionDoubleFormField.DoubleFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) FloatFormField.FloatFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) IntFormField.IntFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) LongFormField.LongFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) ShortFormField.ShortFormFieldBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader) Constructors in com.github.tadukoo.view.form.field.number with parameters of type FontResourceLoaderModifierConstructorDescriptionprivateDoubleFormField(String key, Double defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Double minValue, Double maxValue, Double stepSize) Creates a new DoubleFormField with the given parameters.privateFloatFormField(String key, Float defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Float minValue, Float maxValue, Float stepSize) Creates a new FloatFormField with the given parameters.privateIntFormField(String key, Integer defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Integer minValue, Integer maxValue, Integer stepSize) Creates a new IntFormField with the given parameters.privateLongFormField(String key, Long defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Long minValue, Long maxValue, Long stepSize) Creates a new LongFormField with the given parameters.protectedNumberFormField(FieldType type, String key, Type defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Type minValue, Type maxValue, Type stepSize) Creates a new NumberFormField with the given parameters.privateShortFormField(String key, Short defaultValue, LabelType labelType, SizablePaint labelForegroundPaint, SizablePaint labelBackgroundPaint, FontFamily labelFontFamily, int labelFontStyle, int labelFontSize, ShapeInfo labelShape, Border labelBorder, int rowPos, int colPos, int rowSpan, int colSpan, boolean logFontResourceLoaderWarnings, com.github.tadukoo.util.logger.EasyLogger logger, GraphicsEnvironment graphEnv, String fontFolder, FontResourceLoader fontResourceLoader, Short minValue, Short maxValue, Short stepSize) Creates a new ShortFormField with the given parameters. -
Uses of FontResourceLoader in com.github.tadukoo.view.lookandfeel
Fields in com.github.tadukoo.view.lookandfeel declared as FontResourceLoaderModifier and TypeFieldDescriptionprivate FontResourceLoaderTadukooTheme.TadukooThemeBuilder.fontResourceLoaderTheFontResourceLoaderto use in loading fonts and/or ensuring they're in the systemMethods in com.github.tadukoo.view.lookandfeel with parameters of type FontResourceLoaderModifier and TypeMethodDescriptionTadukooTheme.TadukooThemeBuilder.fontResourceLoader(FontResourceLoader fontResourceLoader)