Class AbstractDialogKeyVerify

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.AbstractDialogKeyVerify
All Implemented Interfaces:
EventListener, StandardStrings, org.eclipse.jface.window.IShellProvider, org.eclipse.swt.custom.VerifyKeyListener, org.eclipse.swt.internal.SWTEventListener, org.eclipse.swt.widgets.Listener
Direct Known Subclasses:
AbstractDialogKeyVerifyJavaNames, AddAllowedValueDialog, AddExternalResourceDialog, AddFeatureDialog, AddSofaDialog, CommonInputDialog

public abstract class AbstractDialogKeyVerify extends AbstractDialog implements org.eclipse.swt.custom.VerifyKeyListener
The Class AbstractDialogKeyVerify.
  • Constructor Details

    • AbstractDialogKeyVerify

      protected AbstractDialogKeyVerify(AbstractSection aSection, String title, String description)
      Instantiates a new abstract dialog key verify.
      Parameters:
      aSection - the a section
      title - the title
      description - the description
  • Method Details

    • newLabeledSingleLineStyledText

      protected org.eclipse.swt.custom.StyledText newLabeledSingleLineStyledText(org.eclipse.swt.widgets.Composite twoCol, String label, String tip)
      New labeled single line styled text.
      Parameters:
      twoCol - the two col
      label - the label
      tip - the tip
      Returns:
      the styled text
    • newSingleLineStyledText

      protected org.eclipse.swt.custom.StyledText newSingleLineStyledText(org.eclipse.swt.widgets.Composite parent, String tip)
      New single line styled text.
      Parameters:
      parent - the parent
      tip - the tip
      Returns:
      the styled text
    • verifyKey

      public void verifyKey(org.eclipse.swt.events.VerifyEvent event)
      Specified by:
      verifyKey in interface org.eclipse.swt.custom.VerifyKeyListener
    • verifyKeyChecks

      public boolean verifyKeyChecks(org.eclipse.swt.events.VerifyEvent event)
      Default verify key checks.
      Parameters:
      event - the event
      Returns:
      true, if successful