Class FormPanel

    • Field Detail

      • gridBagPanel

        protected JPanel gridBagPanel
      • componentIndex

        protected int componentIndex
    • Constructor Detail

      • FormPanel

        public FormPanel​(int nrColumns)
      • FormPanel

        public FormPanel()
    • Method Detail

      • setEnabled

        public void setEnabled​(boolean onOff)
        Overrides:
        setEnabled in class JComponent
      • getNrComponents

        public int getNrComponents()
      • getCaptionFromName

        protected String getCaptionFromName​(String name)
        Given a configuration parameter name, this method returns a suitable field caption string. e.g. outputDir would return Output Dir:
        Parameters:
        name - The configuration parameter name
        Returns:
        The field caption string