Class FindComponentDialog

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.apache.uima.taeconfigurator.editors.ui.dialogs.AbstractDialog
org.apache.uima.taeconfigurator.editors.ui.dialogs.FindComponentDialog
All Implemented Interfaces:
StandardStrings, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.widgets.Listener

public class FindComponentDialog extends AbstractDialog
The Class FindComponentDialog.
  • Field Details

  • Constructor Details

    • FindComponentDialog

      public FindComponentDialog(AbstractSection aSection, String title, String header, String[] componentHeaders)
      Instantiates a new find component dialog.
      Parameters:
      aSection - the a section
      title - the title
      header - the header
      componentHeaders - the component headers
  • Method Details

    • createDialogArea

      protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
      Overrides:
      createDialogArea in class AbstractDialog
    • createButtonsForButtonBar

      protected void createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent)
      Overrides:
      createButtonsForButtonBar in class AbstractDialog
    • buttonPressed

      protected void buttonPressed(int buttonId)
      Overrides:
      buttonPressed in class AbstractDialog
    • getMatchingDelegateComponentDescriptors

      public List getMatchingDelegateComponentDescriptors()
      Gets the matching delegate component descriptors.
      Returns:
      the matching delegate component descriptors
    • getMatchingDelegateComponentDescriptions

      public List getMatchingDelegateComponentDescriptions()
      Gets the matching delegate component descriptions.
      Returns:
      the matching delegate component descriptions
    • getStatusLabel1

      public org.eclipse.swt.widgets.Label getStatusLabel1()
      Gets the status label 1.
      Returns:
      the status label 1
    • getStatusLabel2

      public org.eclipse.swt.widgets.Label getStatusLabel2()
      Gets the status label 2.
      Returns:
      the status label 2
    • copyValuesFromGUI

      public void copyValuesFromGUI()
      Description copied from class: AbstractDialog
      Copy values from GUI.
      Specified by:
      copyValuesFromGUI in class AbstractDialog
    • isValid

      public boolean isValid()
      Description copied from class: AbstractDialog
      Checks if is valid.
      Specified by:
      isValid in class AbstractDialog
      Returns:
      true, if is valid
    • enableOK

      public void enableOK()
      Description copied from class: AbstractDialog
      Enable OK.
      Specified by:
      enableOK in class AbstractDialog