Klasse DialogFindReplace

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
org.eclipse.jface.dialogs.TitleAreaDialog
org.deidentifier.arx.gui.view.impl.menu.DialogFindReplace
Alle implementierten Schnittstellen:
org.eclipse.jface.window.IShellProvider

public class DialogFindReplace extends org.eclipse.jface.dialogs.TitleAreaDialog
A dialog for finding and replacing data items
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.eclipse.jface.window.Window

    org.eclipse.jface.window.Window.IExceptionHandler
  • Feldübersicht

    Von Klasse geerbte Felder org.eclipse.jface.dialogs.TitleAreaDialog

    DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGE

    Von Klasse geerbte Felder org.eclipse.jface.dialogs.Dialog

    blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS

    Von Klasse geerbte Felder org.eclipse.jface.window.Window

    CANCEL, OK, resizeHasOccurred
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    DialogFindReplace(org.eclipse.swt.widgets.Shell parentShell, Model model, DataHandle handle, int column)
    Creates a new instance
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected void
    buttonPressed(int buttonId)
     
    protected void
    configureShell(org.eclipse.swt.widgets.Shell newShell)
     
    protected void
    createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent)
     
    protected org.eclipse.swt.widgets.Control
    createContents(org.eclipse.swt.widgets.Composite parent)
     
    protected org.eclipse.swt.widgets.Control
    createDialogArea(org.eclipse.swt.widgets.Composite parent)
     
    protected org.eclipse.swt.events.ShellListener
     
    org.apache.commons.math3.util.Pair<String,String>
    Returns a pair containing the string to be found and the string with which it is to be replaced
    void
     

    Von Klasse geerbte Methoden org.eclipse.jface.dialogs.TitleAreaDialog

    getErrorMessage, getInitialSize, getMessage, getTitleArea, getTitleImageLabel, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImage

    Von Klasse geerbte Methoden org.eclipse.jface.dialogs.TrayDialog

    closeTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailable

    Von Klasse geerbte Methoden org.eclipse.jface.dialogs.Dialog

    applyDialogFont, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText

    Von Klasse geerbte Methoden org.eclipse.jface.window.Window

    canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • DialogFindReplace

      public DialogFindReplace(org.eclipse.swt.widgets.Shell parentShell, Model model, DataHandle handle, int column)
      Creates a new instance
      Parameter:
      parentShell -
      handle -
      column -
  • Methodendetails

    • getValue

      public org.apache.commons.math3.util.Pair<String,String> getValue()
      Returns a pair containing the string to be found and the string with which it is to be replaced
      Gibt zurück:
      the value
    • setErrorMessage

      public void setErrorMessage(String message)
      Setzt außer Kraft:
      setErrorMessage in Klasse org.eclipse.jface.dialogs.TitleAreaDialog
    • buttonPressed

      protected void buttonPressed(int buttonId)
      Setzt außer Kraft:
      buttonPressed in Klasse org.eclipse.jface.dialogs.Dialog
    • configureShell

      protected void configureShell(org.eclipse.swt.widgets.Shell newShell)
      Setzt außer Kraft:
      configureShell in Klasse org.eclipse.jface.window.Window
    • createButtonsForButtonBar

      protected void createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent)
      Setzt außer Kraft:
      createButtonsForButtonBar in Klasse org.eclipse.jface.dialogs.Dialog
    • createContents

      protected org.eclipse.swt.widgets.Control createContents(org.eclipse.swt.widgets.Composite parent)
      Setzt außer Kraft:
      createContents in Klasse org.eclipse.jface.dialogs.TitleAreaDialog
    • createDialogArea

      protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
      Setzt außer Kraft:
      createDialogArea in Klasse org.eclipse.jface.dialogs.TitleAreaDialog
    • getShellListener

      protected org.eclipse.swt.events.ShellListener getShellListener()
      Setzt außer Kraft:
      getShellListener in Klasse org.eclipse.jface.window.Window