public class GridEditorDialog
extends org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, 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
Constructor and Description |
---|
GridEditorDialog(org.eclipse.swt.widgets.Shell shell,
GridEditorInput input)
The default constructor for a GridEditorDialog.
|
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
getSelectedLocations()
Gets a BitSet representing selected locations in the grid.
|
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText
getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
public GridEditorDialog(org.eclipse.swt.widgets.Shell shell, GridEditorInput input)
shell
- The parent shell.input
- The GridEditorInput that would normally be used with a
GridEditor.