Class DataSelector.DataSourceWrapper

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
DataSelector

public static class DataSelector.DataSourceWrapper extends JPanel
Class DataSourceWrapper Holds the selector gui for a data source
Version:
$Revision: 1.87 $
Author:
IDV Development Team
See Also:
  • Constructor Details

    • DataSourceWrapper

      public DataSourceWrapper(DataSelector theDataSelector, DataSource dataSource)
      ctor
      Parameters:
      theDataSelector - parent
      dataSource - data source
  • Method Details

    • sort

      public void sort()
      Sort the tree
    • dataSourceChanged

      public void dataSourceChanged()
      update gui
    • doSearch

      public void doSearch(boolean andClear)
      Search the tree
      Parameters:
      andClear - Clear the search
    • getLabel

      public String getLabel()
      gert the data source label
      Returns:
      label
    • searchBtnPressed

      public void searchBtnPressed()
      Handle when search button is pressed. Show or hide the field.