Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABOVE_BOTTOM - Enum constant in enum class com.github.tadukoo.view.lookandfeel.TitlePosition
-
Position the title above the border's bottom line.
- ABOVE_TOP - Enum constant in enum class com.github.tadukoo.view.lookandfeel.TitlePosition
-
Position the title above the border's top line.
- AbstractSimpleForm - Class in com.github.tadukoo.view.form
-
Abstract Form is the default implementation of
SimpleForm
. - AbstractSimpleForm(MappedPojo) - Constructor for class com.github.tadukoo.view.form.AbstractSimpleForm
-
Initializes the form.
- AbstractSimpleForm(Map<String, Object>) - Constructor for class com.github.tadukoo.view.form.AbstractSimpleForm
-
Initializes the form.
- AbstractSimpleMainForm - Class in com.github.tadukoo.view.form.main
-
Abstract Simple Main Form is an abstract implementation of
SimpleMainForm
extendingJFrame
to provide a way for a program to have a single-tabbed main form - AbstractSimpleMainForm(MappedPojo) - Constructor for class com.github.tadukoo.view.form.main.AbstractSimpleMainForm
-
Constructs a new Simple Main Form using the given
MappedPojo
for the default values (which are set so they can be used inSimpleForm.setDefaultFields()
) - AbstractSimpleMainForm(Map<String, Object>) - Constructor for class com.github.tadukoo.view.form.main.AbstractSimpleMainForm
-
Constructs a new Simple Main Form using the given default values (which are set so they can be used in
SimpleForm.setDefaultFields()
) - AbstractTabbedForm - Class in com.github.tadukoo.view.form.tabbed
-
Abstract Tabbed Form is a simple implementation of
TabbedForm
, extendingJTabbedPane
to create a simple tabbed form for users to input data and interact with. - AbstractTabbedForm(MappedPojo) - Constructor for class com.github.tadukoo.view.form.tabbed.AbstractTabbedForm
-
Initializes the form.
- AbstractTabbedForm(Map<String, Object>) - Constructor for class com.github.tadukoo.view.form.tabbed.AbstractTabbedForm
-
Initializes the form.
- AbstractTabbedMainForm - Class in com.github.tadukoo.view.form.main
-
Abstract Tabbed Main Form is an abstract implementation of
TabbedMainForm
extendingJFrame
to provide a way for a program to have a multiple tab main form - AbstractTabbedMainForm(MappedPojo) - Constructor for class com.github.tadukoo.view.form.main.AbstractTabbedMainForm
-
Constructs a new Tabbed Main Form using the given
MappedPojo
for default values (which are set to be used in theTabbedForm.setDefaultTabs()
method as needed) - AbstractTabbedMainForm(Map<String, Object>) - Constructor for class com.github.tadukoo.view.form.main.AbstractTabbedMainForm
-
Constructs a new Tabbed Main Form using the given default values (which are set to be used in the
TabbedForm.setDefaultTabs()
method as needed) - actionListener - Variable in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
-
The action to perform on click of the Button
- actionListener - Variable in class com.github.tadukoo.view.form.field.ButtonFormField
-
The action to perform on click of the Button
- actionListener - Variable in class com.github.tadukoo.view.form.field.ButtonFormField.ButtonFormFieldBuilder
-
The action to perform on click of the Button
- actionListener(ActionListener) - Method in class com.github.tadukoo.view.components.TadukooButton.TadukooButtonBuilder
- actionListener(ActionListener) - Method in class com.github.tadukoo.view.form.field.ButtonFormField.ButtonFormFieldBuilder
- addComponent(String, JComponent) - Method in interface com.github.tadukoo.view.form.SimpleForm
-
Adds the given
JComponent
to the Components map - addEmptyRow() - Method in class com.github.tadukoo.view.components.TadukooTable
-
Adds a new row to the end of the table with empty data
- addField(FormField<?>) - Method in interface com.github.tadukoo.view.form.SimpleForm
-
Adds the given
FormField
to this Form - addInsets(Insets, Insets) - Static method in class com.github.tadukoo.view.InsetsUtil
- addRow(OrderedMappedPojo) - Method in class com.github.tadukoo.view.components.TadukooTable
-
Adds a new row to the end of the table using values from the passed in pojo
- addTab(String, Form) - Method in interface com.github.tadukoo.view.form.tabbed.TabbedForm
-
Adds the given
Form
tab to this Tabbed Form, using the default tab label type fromTabbedForm.defaultTabLabelType()
with the given title - addTab(String, Form, TabLabelType) - Method in interface com.github.tadukoo.view.form.tabbed.TabbedForm
-
Adds the given
Form
tab to this Tabbed Form, using the givenTabLabelType
with the given title - addTab(String, Form, Component) - Method in interface com.github.tadukoo.view.form.tabbed.TabbedForm
-
Adds the given
Form
tab to this Tabbed Form, using the given tab label component and the given title - alternate - Variable in class com.github.tadukoo.view.font.FontFamily
-
The open source alternative font that can be substituted - may be null for open source fonts
- ARIAL - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
-
Proprietary Font: Arial - alternate is
FontFamilies.ARIMO
- ARIMO - Enum constant in enum class com.github.tadukoo.view.font.FontFamilies
-
Open Source Font: Arimo - made as an alternate to
FontFamilies.ARIAL
- asComponent() - Method in class com.github.tadukoo.view.form.AbstractSimpleForm
- asComponent() - Method in interface com.github.tadukoo.view.form.Form
- asComponent() - Method in class com.github.tadukoo.view.form.main.AbstractSimpleMainForm
- asComponent() - Method in class com.github.tadukoo.view.form.main.AbstractTabbedMainForm
- asComponent() - Method in interface com.github.tadukoo.view.form.SimpleForm
- asComponent() - Method in class com.github.tadukoo.view.form.tabbed.AbstractTabbedForm
- asComponent() - Method in interface com.github.tadukoo.view.form.tabbed.TabbedForm
- asFrame() - Method in class com.github.tadukoo.view.form.main.AbstractSimpleMainForm
- asFrame() - Method in class com.github.tadukoo.view.form.main.AbstractTabbedMainForm
- asFrame() - Method in interface com.github.tadukoo.view.form.main.MainForm
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form