Uses of Interface
com.github.tadukoo.view.form.tabbed.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
Modifier and TypeInterfaceDescriptioninterface
Tabbed Main Form represents aMainForm
that extendsTabbedForm
, being composed of multiple tabsModifier and TypeClassDescriptionclass
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 TabbedForm in com.github.tadukoo.view.form.tabbed
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.