Class AbstractSelectDatabaseFieldPanel<T extends AbstractField>

    • Field Detail

      • m_LabelManualFields

        protected JLabel m_LabelManualFields
        the label for the manual list.
      • m_TextManualFields

        protected BaseTextField m_TextManualFields
        the textfield for manually entering a list of fields (blank separated).
      • m_LabelDataType

        protected JLabel m_LabelDataType
        the label for the data type combobox.
      • m_ComboBoxDataType

        protected BaseComboBox m_ComboBoxDataType
        the data types to display.
      • m_FieldType

        protected FieldType m_FieldType
        the type of fields to display.
    • Constructor Detail

      • AbstractSelectDatabaseFieldPanel

        public AbstractSelectDatabaseFieldPanel()
        Default constructor.