Uses of Interface
com.github.tadukoo.view.form.main.MainForm
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 program-
Uses of MainForm in com.github.tadukoo.view.form.main
Modifier and TypeInterfaceDescriptioninterface
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