Uses of Interface
com.github.tadukoo.view.form.main.MainForm
Packages that use 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
Subinterfaces of MainForm in com.github.tadukoo.view.form.mainModifier and TypeInterfaceDescriptioninterfaceSimple 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 MainFormModifier 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 form