Klasse DialogHelp

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.DialogHelp
Alle implementierten Schnittstellen:
IDialog, org.eclipse.jface.window.IShellProvider

public class DialogHelp extends org.eclipse.jface.dialogs.TitleAreaDialog implements IDialog
A help dialog.
  • 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
    DialogHelp(org.eclipse.swt.widgets.Shell parentShell, Controller controller, boolean modal, String id)
    Constructor.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
     
    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.graphics.Point
     
    protected String
    getUrlOf(int index)
    Returns the url for an index.
    boolean
    Returns whether the dialog is modal
    protected boolean
     
    boolean
    Returns whether the dialog is visible
    void
    Navigate to a certain help entry

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

    getErrorMessage, getMessage, getTitleArea, getTitleImageLabel, setErrorMessage, 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, buttonPressed, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getOKButton, initializeBounds, initializeDialogUnits, 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, getShellListener, 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

    • DialogHelp

      public DialogHelp(org.eclipse.swt.widgets.Shell parentShell, Controller controller, boolean modal, String id)
      Constructor.
      Parameter:
      parentShell -
      controller -
      modal -
      id -
  • Methodendetails

    • close

      public boolean close()
      Setzt außer Kraft:
      close in Klasse org.eclipse.jface.dialogs.Dialog
    • isModal

      public boolean isModal()
      Returns whether the dialog is modal
      Gibt zurück:
    • isVisible

      public boolean isVisible()
      Returns whether the dialog is visible
      Gibt zurück:
    • 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
    • getInitialSize

      protected org.eclipse.swt.graphics.Point getInitialSize()
      Setzt außer Kraft:
      getInitialSize in Klasse org.eclipse.jface.dialogs.TitleAreaDialog
    • getUrlOf

      protected String getUrlOf(int index)
      Returns the url for an index.
      Parameter:
      index -
      Gibt zurück:
    • isResizable

      protected boolean isResizable()
      Setzt außer Kraft:
      isResizable in Klasse org.eclipse.jface.dialogs.Dialog