Uses of Interface
com.github.tadukoo.view.form.Form
Packages that use Form
Package
Description
Contains special components that are made up via
Forms
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 programProvides
TabbedForm
(and
AbstractTabbedForm
) to be used for displaying
MappedPojos
to the user in a multi-tab layout-
Uses of Form in com.github.tadukoo.view.form
Subinterfaces of Form in com.github.tadukoo.view.formModifier and TypeInterfaceDescriptioninterface
Simple Form represents a form used in a program that the user can fill out and interact with.Classes in com.github.tadukoo.view.form that implement FormModifier and TypeClassDescriptionclass
Abstract Form is the default implementation ofSimpleForm
. -
Uses of Form in com.github.tadukoo.view.form.components
Classes in com.github.tadukoo.view.form.components that implement Form -
Uses of Form in com.github.tadukoo.view.form.main
Subinterfaces of Form in com.github.tadukoo.view.form.mainModifier and TypeInterfaceDescriptioninterface
Main Form represents the mainForm
in a program for a user to interact with.interface
Simple Main Form represents aMainForm
that extendsSimpleForm
, being just a single tabinterface
Tabbed Main Form represents aMainForm
that extendsTabbedForm
, being composed of multiple tabsClasses in com.github.tadukoo.view.form.main that implement FormModifier and TypeClassDescriptionclass
Abstract Simple Main Form is an abstract implementation ofSimpleMainForm
extendingJFrame
to provide a way for a program to have a single-tabbed main formclass
Abstract Tabbed Main Form is an abstract implementation ofTabbedMainForm
extendingJFrame
to provide a way for a program to have a multiple tab main formFields in com.github.tadukoo.view.form.main with type parameters of type FormMethods in com.github.tadukoo.view.form.main that return types with arguments of type Form -
Uses of Form in com.github.tadukoo.view.form.tabbed
Subinterfaces of Form in com.github.tadukoo.view.form.tabbedModifier and TypeInterfaceDescriptioninterface
Classes in com.github.tadukoo.view.form.tabbed that implement FormModifier and TypeClassDescriptionclass
Abstract Tabbed Form is a simple implementation ofTabbedForm
, extendingJTabbedPane
to create a simple tabbed form for users to input data and interact with.Fields in com.github.tadukoo.view.form.tabbed with type parameters of type FormMethods in com.github.tadukoo.view.form.tabbed that return types with arguments of type FormModifier and TypeMethodDescriptiondefault Collection<Form>
TabbedForm.getAllTabs()
AbstractTabbedForm.getTabMap()
TabbedForm.getTabMap()
Methods in com.github.tadukoo.view.form.tabbed with parameters of type FormModifier and TypeMethodDescriptiondefault void
Adds the givenForm
tab to this Tabbed Form, using the default tab label type fromTabbedForm.defaultTabLabelType()
with the given titledefault void
TabbedForm.addTab
(String title, Form tab, TabLabelType tabLabelType) Adds the givenForm
tab to this Tabbed Form, using the givenTabLabelType
with the given titledefault void
Adds the givenForm
tab to this Tabbed Form, using the given tab label component and the given title