Package org.brains2b.swingext.form

Interface Summary
Form Interface for use with FormAction to handle the actions following pressing Ok/Apply/Undo/Cancel
 

Class Summary
EasyForm EasyForm is a class for making standardized forms.
FormAction Sub panel for default [Ok][Cancel][Undo][Apply] buttons Can be used in any panel that implements org.brains2b.model.gui.Form To set the buttons you want to display add the constants of the buttons you want displayed when invoking the Constructor
for example: FormAction.BTN_OK_CANCEL+FormAction.UNDO
Shows the [Ok][Undo] and [Cancel] button but not the [Apply] button
FormAction.BTN_ALL is just a conveniance for displaying all buttons.