Class FindDialogResultsProvider

java.lang.Object
docking.ComponentProvider
docking.widgets.FindDialogResultsProvider
All Implemented Interfaces:
ActionContextProvider, HelpDescriptor, EventListener, TableModelListener

public class FindDialogResultsProvider extends ComponentProvider implements TableModelListener
  • Method Details

    • installRemoveItemsAction

      public void installRemoveItemsAction()
    • closeComponent

      public void closeComponent()
      Description copied from class: ComponentProvider
      This is the callback that will happen when the user presses the 'X' button of a provider. Transient providers will be removed from the tool completely. Non-transient providers will merely be hidden.

      Subclasses may override this method to prevent a provider from being closed; for example, if an editor has unsaved changes, then this method could prevent the close from happening.

      Overrides:
      closeComponent in class ComponentProvider
    • getComponent

      public JComponent getComponent()
      Description copied from class: ComponentProvider
      Returns the component to be displayed
      Specified by:
      getComponent in class ComponentProvider
      Returns:
      the component to be displayed
    • componentActivated

      public void componentActivated()
      Description copied from class: ComponentProvider
      Notifies the component provider that it is now the active provider
      Overrides:
      componentActivated in class ComponentProvider
    • componentDeactived

      public void componentDeactived()
      Description copied from class: ComponentProvider
      Notifies the component provider that it is no longer the active provider
      Overrides:
      componentDeactived in class ComponentProvider
    • tableChanged

      public void tableChanged(TableModelEvent ev)
      Specified by:
      tableChanged in interface TableModelListener
    • getTable

      public GTable getTable()
    • getResults

      public List<SearchLocation> getResults()