Class AbstractSimpleMainForm

All Implemented Interfaces:
com.github.tadukoo.util.pojo.MappedPojo, Form, MainForm, SimpleMainForm, SimpleForm, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public abstract class AbstractSimpleMainForm extends JFrame implements SimpleMainForm
Abstract Simple Main Form is an abstract implementation of SimpleMainForm extending JFrame to provide a way for a program to have a single-tabbed main form
Version:
Alpha v.0.3.3
Author:
Logan Ferree (Tadukoo)
See Also:
  • Field Details

  • Constructor Details

    • AbstractSimpleMainForm

      protected AbstractSimpleMainForm(Map<String,Object> defaultValues) throws Throwable
      Constructs a new Simple Main Form using the given default values (which are set so they can be used in SimpleForm.setDefaultFields())
      Parameters:
      defaultValues - The Map of default values for this Simple Main Form
      Throws:
      Throwable - If anything goes wrong (in setting default fields or creating components)
    • AbstractSimpleMainForm

      protected AbstractSimpleMainForm(com.github.tadukoo.util.pojo.MappedPojo pojo) throws Throwable
      Constructs a new Simple Main Form using the given MappedPojo for the default values (which are set so they can be used in SimpleForm.setDefaultFields())
      Parameters:
      pojo - The MappedPojo to use for default fields
      Throws:
      Throwable - If anything goes wrong (in setting default fields or creating components)
  • Method Details