Package com.github.tadukoo.view.form.main
package com.github.tadukoo.view.form.main
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-
ClassDescriptionAbstract Simple Main Form is an abstract implementation of
SimpleMainFormextendingJFrameto provide a way for a program to have a single-tabbed main formAbstract Tabbed Main Form is an abstract implementation ofTabbedMainFormextendingJFrameto provide a way for a program to have a multiple tab main formMain Form represents the mainFormin a program for a user to interact with.Simple Main Form represents aMainFormthat extendsSimpleForm, being just a single tabTabbed Main Form represents aMainFormthat extendsTabbedForm, being composed of multiple tabs