Uses of Interface
com.github.tadukoo.view.form.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
Modifier and TypeInterfaceDescriptioninterface
Simple Form represents a form used in a program that the user can fill out and interact with.Modifier and TypeClassDescriptionclass
Abstract Form is the default implementation ofSimpleForm
. -
Uses of Form in com.github.tadukoo.view.form.components
-
Uses of Form in com.github.tadukoo.view.form.main
Modifier 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 tabsModifier 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 form -
Uses of Form in com.github.tadukoo.view.form.tabbed
Modifier and TypeInterfaceDescriptioninterface
Modifier 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.Modifier and TypeMethodDescriptiondefault Collection<Form>
TabbedForm.getAllTabs()
AbstractTabbedForm.getTabMap()
TabbedForm.getTabMap()
Modifier 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