Holger's
Java API

Uses of Interface
com.antelmann.util.gui.Form

Packages that use Form
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of Form in com.antelmann.util.gui
 

Classes in com.antelmann.util.gui that implement Form
 class FormDialog<T>
          allows easy display and handling of forms in a dialog.
 class FormFrame
          a Frame that takes some form along with a FormValidator to edit some data.
 class FormInternalFrame
          a JInternalFrame that takes some form along with a FormValidator to edit some data.
 class FormPanel
          uses a plain JPanel as a Form, where the given component is placed in the center while the control buttons are placed at one edge.
 

Methods in com.antelmann.util.gui with parameters of type Form
 Object MyAbstractAction.getFormValue(Form form, Object defaultValue)
           
static Object FormHelper.getFormValue(Form form, Object defaultValue, String dialogTitle)
           
 Object MyAbstractAction.getFormValue(Form form, ValueRetriever<?> retriever)
           
static Object FormHelper.getFormValue(Form form, ValueRetriever<?> retriever, String dialogTitle)
          convenience method that allows to retrieve a value from a form if applicable
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads