Uses of Interface
com.github.tadukoo.view.form.tabbed.TabbedForm
Packages that use TabbedForm
Package
Description
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 TabbedForm in com.github.tadukoo.view.form.main
Subinterfaces of TabbedForm in com.github.tadukoo.view.form.mainModifier and TypeInterfaceDescriptioninterfaceTabbed Main Form represents aMainFormthat extendsTabbedForm, being composed of multiple tabsClasses in com.github.tadukoo.view.form.main that implement TabbedFormModifier and TypeClassDescriptionclassAbstract Tabbed Main Form is an abstract implementation ofTabbedMainFormextendingJFrameto provide a way for a program to have a multiple tab main form -
Uses of TabbedForm in com.github.tadukoo.view.form.tabbed
Classes in com.github.tadukoo.view.form.tabbed that implement TabbedFormModifier and TypeClassDescriptionclassAbstract Tabbed Form is a simple implementation ofTabbedForm, extendingJTabbedPaneto create a simple tabbed form for users to input data and interact with.