Class FormWindow

All Implemented Interfaces:
FormSelectable

public class FormWindow extends FormContainer
A form window represents a Window in the form model. This class must be used instead of FormContainer for all Swing components derived from Window. Form windows are only allowed as children of FormRoot.
  • Constructor Details

    • FormWindow

      public FormWindow(String className)
      Constructs a form window for the specified class.
    • FormWindow

      public FormWindow(String className, FormLayoutManager layout)
      Constructs a form window for the specified class and form layout manager.
  • Method Details