Class TableItemPopupDialog

  • All Implemented Interfaces:
    org.eclipse.jface.window.IShellProvider

    public class TableItemPopupDialog
    extends org.eclipse.jface.dialogs.PopupDialog
    Popup dialog which will be displayed below a table item and will span the whole table
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jface.window.Window

        org.eclipse.jface.window.Window.IExceptionHandler
    • Field Summary

      • Fields inherited from class org.eclipse.jface.dialogs.PopupDialog

        HOVER_SHELLSTYLE, INFOPOPUP_SHELLSTYLE, INFOPOPUPRESIZE_SHELLSTYLE, POPUP_HORIZONTALSPACING, POPUP_IMG_MENU, POPUP_IMG_MENU_DISABLED, POPUP_MARGINHEIGHT, POPUP_MARGINWIDTH, POPUP_VERTICALSPACING
      • Fields inherited from class org.eclipse.jface.window.Window

        CANCEL, OK
    • Constructor Summary

      Constructors 
      Constructor Description
      TableItemPopupDialog​(org.eclipse.swt.widgets.TableItem tableItem, String title, String description)
      Default constructor
    • Method Summary

      • Methods inherited from class org.eclipse.jface.dialogs.PopupDialog

        close, open
      • Methods inherited from class org.eclipse.jface.window.Window

        create, getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
    • Constructor Detail

      • TableItemPopupDialog

        public TableItemPopupDialog​(org.eclipse.swt.widgets.TableItem tableItem,
                                    String title,
                                    String description)
        Default constructor
        Parameters:
        tableItem - Table item
        title - Title of dialog
        description - Information shown in dialog