Uses of Interface
com.github.tadukoo.view.form.Form
Packages that use Form
Package
Description
Contains special components that are made up via
FormsProvides
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 TypeInterfaceDescriptioninterfaceSimple 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 TypeClassDescriptionclassAbstract 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 TypeInterfaceDescriptioninterfaceMain Form represents the mainFormin a program for a user to interact with.interfaceSimple Main Form represents aMainFormthat extendsSimpleForm, being just a single tabinterfaceTabbed Main Form represents aMainFormthat extendsTabbedForm, being composed of multiple tabsClasses in com.github.tadukoo.view.form.main that implement FormModifier and TypeClassDescriptionclassAbstract Simple Main Form is an abstract implementation ofSimpleMainFormextendingJFrameto provide a way for a program to have a single-tabbed main formclassAbstract Tabbed Main Form is an abstract implementation ofTabbedMainFormextendingJFrameto 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 TypeInterfaceDescriptioninterfaceClasses in com.github.tadukoo.view.form.tabbed that implement FormModifier and TypeClassDescriptionclassAbstract Tabbed Form is a simple implementation ofTabbedForm, extendingJTabbedPaneto 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 voidAdds the givenFormtab to this Tabbed Form, using the default tab label type fromTabbedForm.defaultTabLabelType()with the given titledefault voidTabbedForm.addTab(String title, Form tab, TabLabelType tabLabelType) Adds the givenFormtab to this Tabbed Form, using the givenTabLabelTypewith the given titledefault voidAdds the givenFormtab to this Tabbed Form, using the given tab label component and the given title