Class ConfigPanelManager


  • public class ConfigPanelManager
    extends Object
    • Constructor Detail

      • ConfigPanelManager

        public ConfigPanelManager()
    • Method Detail

      • getComponent

        public JComponent getComponent​(String key)
        Parameters:
        key - The key of the config
        Returns:
        The component for the given key. For Selector's, this is a JComboBox, for TextField's, this is a JTextField, and for CheckBox's this is a JCheckBox.
      • setVisible

        public void setVisible​(String key,
                               boolean visible)
        Parameters:
        key - The key of the config
        visible - true to set the component visible, false otherwise