Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- TabbedForm - Interface in com.github.tadukoo.view.form.tabbed
- TabbedMainForm - Interface in com.github.tadukoo.view.form.main
-
Tabbed Main Form represents a
MainForm
that extendsTabbedForm
, being composed of multiple tabs - tabbedPane - Variable in class com.github.tadukoo.view.form.main.AbstractTabbedMainForm
-
The inner
JTabbedPane
used in this form - TabLabelType - Enum Class in com.github.tadukoo.view.form.tabbed
-
Tab Label Type is used to tell what type of label should be used for a tab.
- TabLabelType() - Constructor for enum class com.github.tadukoo.view.form.tabbed.TabLabelType
- tabLayoutPolicy() - Method in interface com.github.tadukoo.view.form.tabbed.TabbedForm
- TabLayoutPolicy - Enum Class in com.github.tadukoo.view.constants
-
Tab Layout Policy represents what to do when there are too many tabs to fit in the given space on a Tabbed Form
- TabLayoutPolicy(int) - Constructor for enum class com.github.tadukoo.view.constants.TabLayoutPolicy
-
Constructs a new tab layout policy with the given value
- TABLE - Enum constant in enum class com.github.tadukoo.view.form.field.FieldType
-
A Table (List) field
- TableFormField - Class in com.github.tadukoo.view.form.field
- TableFormField(String, List<OrderedMappedPojo>, 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.TableFormField
-
Creates a new TableFormField with the given parameters
- TableFormField.TableFormFieldBuilder - Class in com.github.tadukoo.view.form.field
-
Builder to be used to create a
TableFormField
. - TableFormFieldBuilder() - Constructor for class com.github.tadukoo.view.form.field.TableFormField.TableFormFieldBuilder
-
Not allowed to create a TableFormFieldBuilder outside of TableFormField
- tabPlacement() - Method in interface com.github.tadukoo.view.form.tabbed.TabbedForm
- TabPlacement - Enum Class in com.github.tadukoo.view.constants
-
Tab Placement is used to determine where tabs should be placed in a Tabbed Form.
- TabPlacement(int) - Constructor for enum class com.github.tadukoo.view.constants.TabPlacement
-
Constructs a new Tab Placement with the given value
- tabs - Variable in class com.github.tadukoo.view.form.main.AbstractTabbedMainForm
-
The map of
Form
tabs on this form - tabs - Variable in class com.github.tadukoo.view.form.tabbed.AbstractTabbedForm
-
The map of
Form
tabs on this form - TadukooButton - Class in com.github.tadukoo.view.components
- TadukooButton(String, Icon, ActionListener, SizablePaint, SizablePaint, SizablePaint, SizablePaint, SizablePaint, Font, ShapeInfo, Border) - Constructor for class com.github.tadukoo.view.components.TadukooButton
-
Creates a new Button with the given parameters
- TadukooButton.TadukooButtonBuilder - Class in com.github.tadukoo.view.components
-
Builder to be used to create a
TadukooButton
. - TadukooButtonBuilder() - Constructor for class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
-
Can't create outside of Tadukoo Button
- TadukooButtonUI - Class in com.github.tadukoo.view.lookandfeel.componentui
-
A
ComponentUI
class for use withButton
s, used byTadukooLookAndFeel
to provide customizations for the Buttons beyond those present in existing Look & Feels. - TadukooButtonUI() - Constructor for class com.github.tadukoo.view.lookandfeel.componentui.TadukooButtonUI
- TadukooLabel - Class in com.github.tadukoo.view.components
- TadukooLabel(String, Icon, SizablePaint, SizablePaint, SizablePaint, Font, ShapeInfo, Border) - Constructor for class com.github.tadukoo.view.components.TadukooLabel
-
Constructs a new Tadukoo Label with the given parameters
- TadukooLabel.TadukooLabelBuilder - Class in com.github.tadukoo.view.components
-
Builder to be used to create a
TadukooLabel
. - TadukooLabelBuilder() - Constructor for class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
-
Can't create Tadukoo Label Builder outside of Tadukoo Label
- TadukooLabelUI - Class in com.github.tadukoo.view.lookandfeel.componentui
-
A
ComponentUI
class for use withLabel
s, used byTadukooLookAndFeel
to provide customizations for the Labels beyond those present in existing Look & Feels. - TadukooLabelUI() - Constructor for class com.github.tadukoo.view.lookandfeel.componentui.TadukooLabelUI
- TadukooLookAndFeel - Class in com.github.tadukoo.view.lookandfeel
-
Tadukoo Look & Feel is a Look & Feel currently extending
MetalLookAndFeel
that allows for easier customization of the Look & Feel. - TadukooLookAndFeel() - Constructor for class com.github.tadukoo.view.lookandfeel.TadukooLookAndFeel
-
Constructs a Tadukoo Look & Feel with the default
theme
. - TadukooLookAndFeel(TadukooTheme) - Constructor for class com.github.tadukoo.view.lookandfeel.TadukooLookAndFeel
-
Constructs a Tadukoo Look & Feel with the given
theme
. - TadukooTable - Class in com.github.tadukoo.view.components
-
Tadukoo Table is an extension of
JScrollPane
that contains aJTable
. - TadukooTable(List<String>, List<OrderedMappedPojo>) - Constructor for class com.github.tadukoo.view.components.TadukooTable
-
Creates a new Tadukoo Table using the given parameters
- TadukooTable.TadukooTableBuilder - Class in com.github.tadukoo.view.components
-
Builder to be used to create a
TadukooTable
. - TadukooTableBuilder() - Constructor for class com.github.tadukoo.view.components.TadukooTable.TadukooTableBuilder
-
Can't create outside of Tadukoo Table
- TadukooTheme - Class in com.github.tadukoo.view.lookandfeel
-
Theme class for
TadukooLookAndFeel
. - TadukooTheme(String, String, PaintUIResource, PaintUIResource, PaintUIResource, PaintUIResource, PaintUIResource, FontUIResource, ShapeInfoUIResource, BorderUIResource, PaintUIResource, PaintUIResource, PaintUIResource, FontUIResource, ShapeInfoUIResource, BorderUIResource, BorderUIResource, FontUIResource, ColorUIResource, int, Object[], Object[], Object[]) - Constructor for class com.github.tadukoo.view.lookandfeel.TadukooTheme
-
Constructs a new TadukooTheme with the given customizations.
- TadukooTheme.TadukooThemeBuilder - Class in com.github.tadukoo.view.lookandfeel
-
Builder for
TadukooTheme
. - TadukooThemeBuilder() - Constructor for class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
-
Cannot create TadukooThemeBuilder outside of TadukooTheme
- TadukooThemeFactory - Class in com.github.tadukoo.view.lookandfeel
-
Tadukoo Theme Factory provides some standard
TadukooTheme
s andTadukooThemeBuilders
, along with some util methods for making your ownTadukooTheme
. - TadukooThemeFactory() - Constructor for class com.github.tadukoo.view.lookandfeel.TadukooThemeFactory
-
Not allowed to build a Tadukoo Theme Factory
- TAHOMA - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
-
Proprietary Font: Tahoma - alternate is
FontFamilies.WINE_TAHOMA
- TButton - Interface in com.github.tadukoo.view.components.interfaces
-
This is a generic interface to be used in
Button
s. - TComponent - Interface in com.github.tadukoo.view.components.interfaces
-
Generic Interface to be used by Tadukoo Components.
- TComponentUIUtil - Interface in com.github.tadukoo.view.lookandfeel.componentui
-
This interface provides utilities for
TComponent
s - this interface is to be implemented in Component UI classes for them to utilize the methods present to help in accessing customizations from theTadukooTheme
and/or the components themselves and installing and uninstalling said customizations. - text - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
-
The text to use on the Button
- text - Variable in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
-
The text to use on the Label
- text(String) - Method in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
- text(String) - Method in class com.github.tadukoo.view.components.TadukooLabel.TadukooLabelBuilder
- theme - Variable in class com.github.tadukoo.view.lookandfeel.TadukooLookAndFeel
-
The
theme
to use in the Look & Feel - thickness - Variable in class com.github.tadukoo.view.border.ShapedLineBorder.ShapedLineBorderBuilder
-
The thickness of the line
- thickness - Variable in class com.github.tadukoo.view.border.ShapedLineBorder
-
The thickness of the line
- thickness(int) - Method in class com.github.tadukoo.view.border.ShapedLineBorder.ShapedLineBorderBuilder
- THIN - Static variable in interface com.github.tadukoo.view.font.FontConstants
-
"Thin" - used in several font file names
- THIN_ITALIC - Static variable in interface com.github.tadukoo.view.font.FontConstants
-
"ThinItalic" - used in several font file names
- TIMES - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
-
Proprietary Font: Times - alternate is
FontFamilies.TINOS
- TIMES_NEW_ROMAN - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
-
Proprietary Font: Times New Roman - alternate is
FontFamilies.TINOS
- TINOS - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
-
Open Source Font: Tinos - made as an alternate to
FontFamilies.TIMES_NEW_ROMAN
- TITLE - Enum constant in enum class com.github.tadukoo.view.form.field.StringFormField.StringFieldType
-
A
JLabel
- TITLED_BORDER - Enum constant in enum class com.github.tadukoo.view.form.field.LabelType
-
Use a Titled Border
- titledBorderBorder - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
-
The default
BorderUIResource
to use in Titled Borders - titledBorderBorder - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme
-
The default
BorderUIResource
to use in Titled Borders - titledBorderBorder(BorderUIResource) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
- titledBorderColor - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
-
The default color to use in Titled Borders
- titledBorderColor - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme
-
The default color to use in Titled Borders
- titledBorderColor(ColorUIResource) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
- titledBorderFont - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme
-
The default
FontUIResource
to use in Titled Borders - titledBorderFont(FontFamily, int, int) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
-
Specifies the default font to use for Titled Borders
- titledBorderFontFamily - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
-
The default
FontFamily
to use in Titled Borders - titledBorderFontSize - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
-
The default font size to use in Titled Borders
- titledBorderFontStyle - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
-
The default font style to use in Titled Borders
- titledBorderPosition - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
-
The default position for the title in Titled Borders
- titledBorderPosition - Variable in class com.github.tadukoo.view.lookandfeel.TadukooTheme
-
The default position for the title in Titled Borders
- titledBorderPosition(TitlePosition) - Method in class com.github.tadukoo.view.lookandfeel.TadukooTheme.TadukooThemeBuilder
- TitlePosition - Enum Class in com.github.tadukoo.view.lookandfeel
-
An enum used for Title Position (for Titled Borders)
- TitlePosition(int) - Constructor for enum class com.github.tadukoo.view.lookandfeel.TitlePosition
-
Constructs a new Title Position with the given value
- TLabel - Interface in com.github.tadukoo.view.components.interfaces
-
This is a generic interface to be used in
Label
s. - TOP - Enum constant in enum class com.github.tadukoo.view.constants.Orientation.Vertical
-
Orient to the top vertically
- TOP - Enum constant in enum class com.github.tadukoo.view.constants.TabPlacement
-
Tabs are placed at the top of the form
- TOP - Enum constant in enum class com.github.tadukoo.view.lookandfeel.TitlePosition
-
Position the title in the middle of the border's top line.
- TOP_CENTER - Enum constant in enum class com.github.tadukoo.view.constants.Orientation
-
Align the object to the top, centered horizontally
- TOP_LEFT - Enum constant in enum class com.github.tadukoo.view.constants.Orientation
-
Align the object to the top left
- TOP_RIGHT - Enum constant in enum class com.github.tadukoo.view.constants.Orientation
-
Align the object to the top right
- topLeftDrawFunc - Variable in class com.github.tadukoo.view.shapes.ShapeInfo
-
A
ShapeDrawingFunction
for the top-left half of the shape - TTF - Static variable in interface com.github.tadukoo.view.font.FontConstants
-
TrueType Font Format file extension
- type - Variable in class com.github.tadukoo.view.form.field.FormField
-
The
FieldType
of this field
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form