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

M

MainForm - Interface in com.github.tadukoo.view.form.main
Main Form represents the main Form in a program for a user to interact with.
makeRegularList(String, String) - Static method in class com.github.tadukoo.view.font.FontFamily
Creates a List of font filenames that just contains {name}-Regular.{extension} (a common occurrence).
makeStandardList(String, String) - Static method in class com.github.tadukoo.view.font.FontFamily
Creates a list of font filenames containing the following: {name}-Regular.{extension} {name}-Bold.{extension} {name}-Italic.{extension} {name}-BoldItalic.{extension} This appears to be the most common list of filenames for fonts.
makeStandardListWithAdditions(String, String, List<String>) - Static method in class com.github.tadukoo.view.font.FontFamily
Creates a list of font filenames containing the 4 standard ones (by calling makeStandardList), plus additional ones specified in the format {name}-{addition}.{extension}
MAX_YEAR - Static variable in class com.github.tadukoo.view.form.components.DateForm
Key used for storing maximum year for passed-in values
maxValue - Variable in class com.github.tadukoo.view.form.field.number.NumberFormField
The maximum value allowed for this field
maxValue - Variable in class com.github.tadukoo.view.form.field.number.NumberFormField.NumberFormFieldBuilder
The maximum value allowed for the field
maxValue(Double) - Method in class com.github.tadukoo.view.form.field.number.DoubleFormField.DoubleFormFieldBuilder
maxValue(Float) - Method in class com.github.tadukoo.view.form.field.number.FloatFormField.FloatFormFieldBuilder
maxValue(Integer) - Method in class com.github.tadukoo.view.form.field.number.IntFormField.IntFormFieldBuilder
maxValue(Long) - Method in class com.github.tadukoo.view.form.field.number.LongFormField.LongFormFieldBuilder
maxValue(Short) - Method in class com.github.tadukoo.view.form.field.number.ShortFormField.ShortFormFieldBuilder
maxValue(Type) - Method in class com.github.tadukoo.view.form.field.number.NumberFormField.NumberFormFieldBuilder
 
maxYear - Variable in class com.github.tadukoo.view.form.field.DateFormField.DateFormFieldBuilder
The maximum year to allow on the field
maxYear - Variable in class com.github.tadukoo.view.form.field.DateFormField
The maximum year to allow on this field
maxYear(int) - Method in class com.github.tadukoo.view.form.field.DateFormField.DateFormFieldBuilder
 
MEDIUM - Static variable in interface com.github.tadukoo.view.font.FontConstants
"Medium" - used in several font file names
MEDIUM_ITALIC - Static variable in interface com.github.tadukoo.view.font.FontConstants
"MediumItalic" - used in several font file names
metalThemeBuilder() - Static method in class com.github.tadukoo.view.lookandfeel.TadukooThemeFactory
 
MIN_YEAR - Static variable in class com.github.tadukoo.view.form.components.DateForm
Key used for storing minimum year for passed-in values
minValue - Variable in class com.github.tadukoo.view.form.field.number.NumberFormField
The minimum value allowed for this field
minValue - Variable in class com.github.tadukoo.view.form.field.number.NumberFormField.NumberFormFieldBuilder
The minimum value allowed for the field
minValue(Double) - Method in class com.github.tadukoo.view.form.field.number.DoubleFormField.DoubleFormFieldBuilder
minValue(Float) - Method in class com.github.tadukoo.view.form.field.number.FloatFormField.FloatFormFieldBuilder
minValue(Integer) - Method in class com.github.tadukoo.view.form.field.number.IntFormField.IntFormFieldBuilder
minValue(Long) - Method in class com.github.tadukoo.view.form.field.number.LongFormField.LongFormFieldBuilder
minValue(Short) - Method in class com.github.tadukoo.view.form.field.number.ShortFormField.ShortFormFieldBuilder
minValue(Type) - Method in class com.github.tadukoo.view.form.field.number.NumberFormField.NumberFormFieldBuilder
 
minYear - Variable in class com.github.tadukoo.view.form.field.DateFormField.DateFormFieldBuilder
The minimum year to allow on the field
minYear - Variable in class com.github.tadukoo.view.form.field.DateFormField
The minimum year to allow on this field
minYear(int) - Method in class com.github.tadukoo.view.form.field.DateFormField.DateFormFieldBuilder
 
MONOSPACED - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Logical Font: Font.MONOSPACED
MONTH - Static variable in class com.github.tadukoo.view.form.components.DateForm
Key used for storing Month string in Drop-Down Field
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