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

C

CALADEA - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Open Source Font: Caladea - made as an alternate to FontFamilies.CAMBRIA
CALIBRI - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Proprietary Font: Calibri - alternate is FontFamilies.CARLITO
CALLIGRASERIF - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Open Source Font: Calligraserif
CAMBRIA - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Proprietary Font: Cambria - alternate is FontFamilies.CALADEA
CARLITO - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Open Source Font: Carlito - made as an alternate to FontFamilies.CALIBRI
CENTER - Enum constant in enum class com.github.tadukoo.view.constants.Orientation
Center the object (horizontally and vertically) on the specified coordinate
CENTER - Enum constant in enum class com.github.tadukoo.view.constants.Orientation.Horizontal
Orient to the center horizontally
CENTER - Enum constant in enum class com.github.tadukoo.view.constants.Orientation.Vertical
Orient to the center vertically
checkForErrors() - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
Checks for any errors in the parameters that were set
checkForErrors() - Method in class com.github.tadukoo.view.paint.gradient.GradientBuilder
Used to verify the given parameters for the Gradient to ensure nothing went wrong.
checkForSubclassErrors() - Method in class com.github.tadukoo.view.paint.gradient.GradientBuilder
Called by GradientBuilder.checkForErrors() when checking errors so subclasses can check for their own specific errors.
checkForSubclassErrors() - Method in class com.github.tadukoo.view.paint.gradient.LinearGradient.LinearGradientBuilder
checkForSubclassErrors() - Method in class com.github.tadukoo.view.paint.gradient.RadialGradient.RadialGradientBuilder
CIRCLE - Enum constant in enum class com.github.tadukoo.view.shapes.Shapes
Creates a circle centered in the space
circleFunc - Variable in class com.github.tadukoo.view.paint.gradient.RadialGradient
A function taking in the dimension of the space to determine the center, radius, and focus of the circle
circleFunc - Variable in class com.github.tadukoo.view.paint.gradient.RadialGradient.RadialGradientBuilder
A function taking in the dimension of the space to determine the center, radius, and focus of the circle
circleFunc(Function<Dimension, Triple<Point2D, Float, Point2D>>) - Method in class com.github.tadukoo.view.paint.gradient.RadialGradient.RadialGradientBuilder
 
classDefault(String, Class<?>) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
Adds a class default beyond those specified in the "Component UI Classes" section - this adds to the map instead of overwriting it
classDefaults - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme
Class defaults beyond those specified in the "Component UI Classes" section
classDefaults - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
Class defaults beyond those specified in the "Component UI Classes" section
classDefaults(Map<String, Class<?>>) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
 
CloseOperation - Enum Class in com.github.tadukoo.view.constants
Close Operation represents what to do on closure of a frame/window.
CloseOperation(int) - Constructor for enum class com.github.tadukoo.view.constants.CloseOperation
Constructs a new close operation with the given value
ColorPaintUIResource - Class in com.github.tadukoo.view.paint
ColorPaintUIResource is a PaintUIResource to be used in Tadukoo Look & Feel (or other custom Look & Feels if desired) for custom paints if you want a solid color.
ColorPaintUIResource(float, float, float) - Constructor for class com.github.tadukoo.view.paint.ColorPaintUIResource
Create a ColorPaintUIResource using the separate RGB components as floats.
ColorPaintUIResource(int) - Constructor for class com.github.tadukoo.view.paint.ColorPaintUIResource
Create a ColorPaintUIResource using the combined RGB components.
ColorPaintUIResource(int, int, int) - Constructor for class com.github.tadukoo.view.paint.ColorPaintUIResource
Create a ColorPaintUIResource using the separate RGB components.
ColorPaintUIResource(Color) - Constructor for class com.github.tadukoo.view.paint.ColorPaintUIResource
Create a ColorPaintUIResource using a Color.
ColorPaintUIResource(ColorUIResource) - Constructor for class com.github.tadukoo.view.paint.ColorPaintUIResource
Create a ColorPaintUIResource using a ColorUIResource.
colorPoint(float, Color) - Method in class com.github.tadukoo.view.paint.gradient.GradientBuilder
 
colorPoint(float, Color) - Method in class com.github.tadukoo.view.paint.gradient.LinearGradient.LinearGradientBuilder
colorPoint(float, Color) - Method in class com.github.tadukoo.view.paint.gradient.RadialGradient.RadialGradientBuilder
colors - Variable in class com.github.tadukoo.view.paint.gradient.GradientBuilder
The Colors involved in the Gradient
colors - Variable in class com.github.tadukoo.view.paint.gradient.LinearGradient
The Colors involved in this LinearGradient
colors - Variable in class com.github.tadukoo.view.paint.gradient.RadialGradient
The Colors involved in this LinearGradient
colorSpace - Variable in class com.github.tadukoo.view.paint.gradient.GradientBuilder
The color space involved in the Gradient
colorSpace - Variable in class com.github.tadukoo.view.paint.gradient.LinearGradient
The color space involved in this LinearGradient
colorSpace - Variable in class com.github.tadukoo.view.paint.gradient.RadialGradient
The color space involved in this LinearGradient
colorSpace(MultipleGradientPaint.ColorSpaceType) - Method in class com.github.tadukoo.view.paint.gradient.GradientBuilder
 
colorSpace(MultipleGradientPaint.ColorSpaceType) - Method in class com.github.tadukoo.view.paint.gradient.LinearGradient.LinearGradientBuilder
colorSpace(MultipleGradientPaint.ColorSpaceType) - Method in class com.github.tadukoo.view.paint.gradient.RadialGradient.RadialGradientBuilder
colPos - Variable in class com.github.tadukoo.view.form.field.FormField
The column position of this field
colPos - Variable in class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
The column position of the field
colPos(int) - Method in class com.github.tadukoo.view.form.field.BooleanFormField.BooleanFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.ButtonFormField.ButtonFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.DateFormField.DateFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.DropDownFormField.DropDownFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
 
colPos(int) - Method in class com.github.tadukoo.view.form.field.FormFormField.FormFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.number.DoubleFormField.DoubleFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.number.FloatFormField.FloatFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.number.IntFormField.IntFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.number.LongFormField.LongFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.number.ShortFormField.ShortFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.StringFormField.StringFormFieldBuilder
colPos(int) - Method in class com.github.tadukoo.view.form.field.TableFormField.TableFormFieldBuilder
colSpan - Variable in class com.github.tadukoo.view.form.field.FormField
The column span of this field
colSpan - Variable in class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
The column span of the field
colSpan(int) - Method in class com.github.tadukoo.view.form.field.BooleanFormField.BooleanFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.ButtonFormField.ButtonFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.DateFormField.DateFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.DropDownFormField.DropDownFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.FormField.FormFieldBuilder
 
colSpan(int) - Method in class com.github.tadukoo.view.form.field.FormFormField.FormFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.number.DoubleFormField.DoubleFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.number.FloatFormField.FloatFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.number.IntFormField.IntFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.number.LongFormField.LongFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.number.ShortFormField.ShortFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.StringFormField.StringFormFieldBuilder
colSpan(int) - Method in class com.github.tadukoo.view.form.field.TableFormField.TableFormFieldBuilder
columns - Variable in class com.github.tadukoo.view.form.field.StringFormField
Number of columns used to determine the width of this field
columns - Variable in class com.github.tadukoo.view.form.field.StringFormField.StringFormFieldBuilder
Number of columns used to determine the width of the field
columns(int) - Method in class com.github.tadukoo.view.form.field.StringFormField.StringFormFieldBuilder
 
com.github.tadukoo.view - package com.github.tadukoo.view
A collection of useful view-related utilities
com.github.tadukoo.view.border - package com.github.tadukoo.view.border
Contains Border classes that respect the Shape of components.
com.github.tadukoo.view.components - package com.github.tadukoo.view.components
Contains components that provide extra customizations via Tadukoo Look & Feel (e.g.
com.github.tadukoo.view.components.interfaces - package com.github.tadukoo.view.components.interfaces
Contains interfaces for use in Components containing customizations that could be used in Tadukoo Look & Feel or another custom Look & Feel if desired, or used in other ways potentially.
com.github.tadukoo.view.components.interfaces.paint - package com.github.tadukoo.view.components.interfaces.paint
Contains component paint-related interfaces
com.github.tadukoo.view.constants - package com.github.tadukoo.view.constants
Contains constants used in View settings
com.github.tadukoo.view.font - package com.github.tadukoo.view.font
Classes for dealing with Fonts.
com.github.tadukoo.view.form - package com.github.tadukoo.view.form
Provides Form (and AbstractForm) to be used for displaying MappedPojos to the user
com.github.tadukoo.view.form.components - package com.github.tadukoo.view.form.components
Contains special components that are made up via Forms
com.github.tadukoo.view.form.field - package com.github.tadukoo.view.form.field
Contains FormField, along with its default subclasses and enums.
com.github.tadukoo.view.form.field.number - package com.github.tadukoo.view.form.field.number
Contains NumberFormField and its subclasses.
com.github.tadukoo.view.form.main - package com.github.tadukoo.view.form.main
Provides MainForm (and abstract implementations) to be used for displaying MappedPojos to the user in a multi-tab layout for the main form of the program
com.github.tadukoo.view.form.tabbed - package com.github.tadukoo.view.form.tabbed
Provides TabbedForm (and AbstractTabbedForm) to be used for displaying MappedPojos to the user in a multi-tab layout
com.github.tadukoo.view.lookandfeel - package com.github.tadukoo.view.lookandfeel
Contains the TadukooLookAndFeel, which allows you to customize the Look & Feel more easily through the use of the TadukooTheme class and TadukooThemeFactory.
com.github.tadukoo.view.lookandfeel.componentui - package com.github.tadukoo.view.lookandfeel.componentui
Contains the Component UI classes used in Tadukoo Look & Feel
com.github.tadukoo.view.paint - package com.github.tadukoo.view.paint
Contains SizablePaint, to be used to create Paints that can vary based on the dimensions of the space they're to fill.
com.github.tadukoo.view.paint.gradient - package com.github.tadukoo.view.paint.gradient
Provides builders for making Gradients that can be used to span an arbitrary space (has a method to generate a Paint when given a Dimension, rather than making a gradient paint that only works for certain dimensions.
com.github.tadukoo.view.shapes - package com.github.tadukoo.view.shapes
Contains an enum of Shapes along with a functional interface for creating shapes when passed dimensions.
COMIC_RELIEF - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Open Source Font: Comic Relief - made as an alternate to FontFamilies.COMIC_SANS_MS
COMIC_SANS_MS - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Proprietary Font: Comic Sans MS - alternate is FontFamilies.COMIC_RELIEF
componentDefault(String, Object) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
Adds a component default beyond those specified in the above sections - this adds to the map instead of overwriting it
componentDefaults - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme
Component defaults beyond those specified in the other sections
componentDefaults - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
Component defaults beyond those specified in the above sections
componentDefaults(Map<String, Object>) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
 
components - Variable in class com.github.tadukoo.view.form.AbstractSimpleForm
The map of components on this form
components - Variable in class com.github.tadukoo.view.form.main.AbstractSimpleMainForm
The map of components on this form
configureFrameSettings() - Method in interface com.github.tadukoo.view.form.main.MainForm
Configures frame settings for this Main Form.
configureSettings() - Method in interface com.github.tadukoo.view.form.tabbed.TabbedForm
Configures settings for this Tabbed Form.
convertToType(Number) - Method in class com.github.tadukoo.view.form.field.number.DoubleFormField
Used in NumberFormField.getValue(JComponent) to convert the Number from the JSpinner into the type used in this particular FormField.
convertToType(Number) - Method in class com.github.tadukoo.view.form.field.number.FloatFormField
Used in NumberFormField.getValue(JComponent) to convert the Number from the JSpinner into the type used in this particular FormField.
convertToType(Number) - Method in class com.github.tadukoo.view.form.field.number.IntFormField
Used in NumberFormField.getValue(JComponent) to convert the Number from the JSpinner into the type used in this particular FormField.
convertToType(Number) - Method in class com.github.tadukoo.view.form.field.number.LongFormField
Used in NumberFormField.getValue(JComponent) to convert the Number from the JSpinner into the type used in this particular FormField.
convertToType(Number) - Method in class com.github.tadukoo.view.form.field.number.NumberFormField
Used in NumberFormField.getValue(JComponent) to convert the Number from the JSpinner into the type used in this particular FormField.
convertToType(Number) - Method in class com.github.tadukoo.view.form.field.number.ShortFormField
Used in NumberFormField.getValue(JComponent) to convert the Number from the JSpinner into the type used in this particular FormField.
copyMetalTheme(TadukooTheme.TadukooThemeBuilder, MetalTheme) - Static method in class com.github.tadukoo.view.lookandfeel.TadukooThemeFactory
Copies the colors and fonts from the given MetalTheme to the given TadukooThemeBuilder and returns the TadukooThemeBuilder to easily continue building the TadukooTheme.
COURIER - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Proprietary Font: Courier - alternate is FontFamilies.COUSINE
COURIER_NEW - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Proprietary Font: Courier New - alternate is FontFamilies.COUSINE
COUSINE - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
Open Source Font: Cousine - made as an alternate to FontFamilies.COURIER
createComponents() - Method in interface com.github.tadukoo.view.form.SimpleForm
This method should be called by the constructor (after calling SimpleForm.setDefaultFields()), and will create the components to be used on this Form
createDefaultMetalTheme() - Static method in class com.github.tadukoo.view.lookandfeel.TadukooThemeFactory
 
createDefaultTheme() - Static method in class com.github.tadukoo.view.lookandfeel.TadukooThemeFactory
 
createMetalTheme() - Static method in class com.github.tadukoo.view.lookandfeel.TadukooThemeFactory
 
createOceanTheme() - Static method in class com.github.tadukoo.view.lookandfeel.TadukooThemeFactory
 
createUI(JComponent) - Static method in class com.github.tadukoo.view.lookandfeel.componentui.TadukooButtonUI
Returns an instance of TadukooButtonUI.
createUI(JComponent) - Static method in class com.github.tadukoo.view.lookandfeel.componentui.TadukooLabelUI
Returns an instance of TadukooLabelUI.
CUSTOM - Enum constant in enum class com.github.tadukoo.view.form.field.FieldType
Used for fields not covered by this non-exhaustive list made outside of Tadukoo Form
cycleMethod - Variable in class com.github.tadukoo.view.paint.gradient.GradientBuilder
The cycle method involved in the Gradient
cycleMethod - Variable in class com.github.tadukoo.view.paint.gradient.LinearGradient
The cycle method involved in this LinearGradient
cycleMethod - Variable in class com.github.tadukoo.view.paint.gradient.RadialGradient
The cycle method involved in this LinearGradient
cycleMethod(MultipleGradientPaint.CycleMethod) - Method in class com.github.tadukoo.view.paint.gradient.GradientBuilder
 
cycleMethod(MultipleGradientPaint.CycleMethod) - Method in class com.github.tadukoo.view.paint.gradient.LinearGradient.LinearGradientBuilder
cycleMethod(MultipleGradientPaint.CycleMethod) - Method in class com.github.tadukoo.view.paint.gradient.RadialGradient.RadialGradientBuilder
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