Index

A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

family - Variable in enum class com.github.tadukoo.view.font.FontFamilies
The FontFamily contained in this enum value
fields - Variable in class com.github.tadukoo.view.form.AbstractSimpleForm
The map of FormFields on this form
fields - Variable in class com.github.tadukoo.view.form.main.AbstractSimpleMainForm
The map of FormFields on this form
FieldType - Enum Class in com.github.tadukoo.view.form.field
Field Type is used in FormField for what type of field it is.
FieldType() - Constructor for enum class com.github.tadukoo.view.form.field.FieldType
 
FileDownloader - Class in com.github.tadukoo.view.form.components
File Downloader is used to give a File Download option dialog to the user for them to be able to download files and watch the progress of the download(s).
FileDownloader(Component, EasyLogger, Collection<Pair<String, String>>) - Constructor for class com.github.tadukoo.view.form.components.FileDownloader
Creates a new File Downloader, which will be an Option Dialog for the user from the given parent component
files - Variable in class com.github.tadukoo.view.font.FontFamily
The font files (includes all variants, such as bold, italic, etc.) - may be null for non-open source fonts
FLOAT - Enum constant in enum class com.github.tadukoo.view.form.field.FieldType
A float field
FloatFormField - Class in com.github.tadukoo.view.form.field.number
A Float Form Field is a FormField used to store floats.
FloatFormField(String, Float, LabelType, SizablePaint, SizablePaint, FontFamily, int, int, ShapeInfo, Border, int, int, int, int, boolean, EasyLogger, GraphicsEnvironment, String, FontResourceLoader, Float, Float, Float) - Constructor for class com.github.tadukoo.view.form.field.number.FloatFormField
Creates a new FloatFormField with the given parameters.
FloatFormField.FloatFormFieldBuilder - Class in com.github.tadukoo.view.form.field.number
Builder to be used to create an FloatFormField.
FloatFormFieldBuilder() - Constructor for class com.github.tadukoo.view.form.field.number.FloatFormField.FloatFormFieldBuilder
Can't create outside of FloatFormField
focusPaint - Variable in class com.github.tadukoo.view.components.TadukooButton
The SizablePaint to use for when this Button is focused
focusPaint - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
The SizablePaint to use for when the Button is focused
focusPaint(SizablePaint) - Method in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
 
font(FontFamily, int, int) - Method in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
Specifies the font to use on the Button
font(FontFamily, int, int) - Method in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
Specifies the font to use on the Label
FontConstants - Interface in com.github.tadukoo.view.font
Contains constants for common strings found in font file names
fontDirectoryPath - Variable in class com.github.tadukoo.view.font.FontResourceLoader
The path to the directory where the fonts are stored
FontFamilies - Enum Class in com.github.tadukoo.view.font
Contains an enumeration of FontFamilies supported via use of the Tadukoo Fonts project.
FontFamilies(FontFamily) - Constructor for enum class com.github.tadukoo.view.font.FontFamilies
Creates a FontFamily enumeration with the given FontFamily
fontFamily - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
The FontFamily to use on the font of the Button
fontFamily - Variable in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
The FontFamily to use on the font of the Label
FontFamily - Class in com.github.tadukoo.view.font
Represents a single font family.
FontFamily(String) - Constructor for class com.github.tadukoo.view.font.FontFamily
This constructor is used for the logical fonts provided by Java.
FontFamily(String, FontFamily) - Constructor for class com.github.tadukoo.view.font.FontFamily
This constructor is used for proprietary fonts, and provides an open source alternative.
FontFamily(String, String, List<String>) - Constructor for class com.github.tadukoo.view.font.FontFamily
This constructor is used for open sources fonts included in a project.
fontFolder - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
The path to the fonts folder to find font files in if needed in the FontResourceLoader - can be ignored if you specify your own FontResourceLoader
fontFolder - Variable in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
The path to the fonts folder to find font files in if needed in the FontResourceLoader - can be ignored if you specify your own FontResourceLoader
fontFolder - Variable in class com.github.tadukoo.view.form.field.FormField
The path to the fonts folder to find font files in if needed in the FontResourceLoader - can be ignored if you specify your own FontResourceLoader
fontFolder - Variable in class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
The path to the fonts folder to find font files in if needed in the FontResourceLoader - can be ignored if you specify your own FontResourceLoader
fontFolder - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
The path to the fonts folder to find font files in if needed in the FontResourceLoader - can be ignored if you specify your own FontResourceLoader
fontFolder(String) - Method in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
 
fontFolder(String) - Method in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
 
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.BooleanFormField.BooleanFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.ButtonFormField.ButtonFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.DateFormField.DateFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.DropDownFormField.DropDownFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
 
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.FormFormField.FormFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.number.DoubleFormField.DoubleFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.number.FloatFormField.FloatFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.number.IntFormField.IntFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.number.LongFormField.LongFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.number.ShortFormField.ShortFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.StringFormField.StringFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.form.field.TableFormField.TableFormFieldBuilder
fontFolder(String) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
 
fontResourceLoader - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
The FontResourceLoader to use in loading a font and/or ensuring they're in the system
fontResourceLoader - Variable in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
The FontResourceLoader to use in loading a font and/or ensuring they're in the system
fontResourceLoader - Variable in class com.github.tadukoo.view.form.field.FormField
The FontResourceLoader to use for fonts on this field
fontResourceLoader - Variable in class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
The FontResourceLoader to use in loading a font and/or ensuring they're in the system
fontResourceLoader - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
The FontResourceLoader to use in loading fonts and/or ensuring they're in the system
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
 
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
 
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.BooleanFormField.BooleanFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.ButtonFormField.ButtonFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.DateFormField.DateFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.DropDownFormField.DropDownFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
 
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.FormFormField.FormFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.number.DoubleFormField.DoubleFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.number.FloatFormField.FloatFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.number.IntFormField.IntFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.number.LongFormField.LongFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.number.ShortFormField.ShortFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.StringFormField.StringFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.form.field.TableFormField.TableFormFieldBuilder
fontResourceLoader(FontResourceLoader) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
 
FontResourceLoader - Class in com.github.tadukoo.view.font
Font Resource Loader is used to load Font Families.
FontResourceLoader(boolean, EasyLogger, GraphicsEnvironment, String) - Constructor for class com.github.tadukoo.view.font.FontResourceLoader
Constructs a new FontResourceLoader with the given EasyLogger, GraphicsEnvironment, and fonts directory
fontSize - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
The font size to use on the font of the Button
fontSize - Variable in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
The font size to use on the font of the Label
fontStyle - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
The font style to use on the font of the Button
fontStyle - Variable in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
The font style to use on the font of the Label
foregroundPaint - Variable in class com.github.tadukoo.view.components.TadukooButton
The SizablePaint to use for the foreground of the Button
foregroundPaint - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
The SizablePaint to use for the foreground of the Button
foregroundPaint - Variable in class com.github.tadukoo.view.components.TadukooLabel
The SizablePaint to use for the foreground of the Label
foregroundPaint - Variable in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
The SizablePaint to use for the foreground of the Label
foregroundPaint(SizablePaint) - Method in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
 
foregroundPaint(SizablePaint) - Method in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
 
Form - Interface in com.github.tadukoo.view.form
Form represents a form used in a program that the user can fill out and interact with.
FORM - Enum constant in enum class com.github.tadukoo.view.form.field.FieldType
A Form field
FormField<Type> - Class in com.github.tadukoo.view.form.field
Form Fields are fields used on Forms.
FormField(FieldType, String, Type, LabelType, SizablePaint, SizablePaint, FontFamily, int, int, ShapeInfo, Border, int, int, int, int, boolean, EasyLogger, GraphicsEnvironment, String, FontResourceLoader) - Constructor for class com.github.tadukoo.view.form.field.FormField
Creates a new FormField with the given parameters.
FormField.FormFieldBuilder<Type> - Class in com.github.tadukoo.view.form.field
Builder to be used to create a FormField.
FormFieldBuilder() - Constructor for class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
Constructs a new FormFieldBuilder (to be called in subclasses)
FormFormField - Class in com.github.tadukoo.view.form.field
Form Form Field is a FormField used to have a Form inside of a form.
FormFormField(String, AbstractSimpleForm, LabelType, SizablePaint, SizablePaint, FontFamily, int, int, ShapeInfo, Border, int, int, int, int, boolean, EasyLogger, GraphicsEnvironment, String, FontResourceLoader) - Constructor for class com.github.tadukoo.view.form.field.FormFormField
Creates a new FormFormField with the given parameters
FormFormField.FormFormFieldBuilder - Class in com.github.tadukoo.view.form.field
Builder to be used to create a FormFormField.
FormFormFieldBuilder() - Constructor for class com.github.tadukoo.view.form.field.FormFormField.FormFormFieldBuilder
Can't create FormFormFieldBuilder outside of FormFormField
fractions - Variable in class com.github.tadukoo.view.paint.gradient.GradientBuilder
The fractions involved in the Gradient
fractions - Variable in class com.github.tadukoo.view.paint.gradient.LinearGradient
The fractions involved in this LinearGradient
fractions - Variable in class com.github.tadukoo.view.paint.gradient.RadialGradient
The fractions involved in this LinearGradient
framePreferredSize() - Method in interface com.github.tadukoo.view.form.main.MainForm
 
fromName(String) - Static method in enum class com.github.tadukoo.view.font.FontFamilies
Grab a FontFamily from the enumeration matching the given name
A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form