public class BranchSelectionDialog
extends org.eclipse.jface.dialogs.TitleAreaDialog
BranchSelectionDialog.Creation and BranchSelectionDialog.CheckoutSelection| Modifier and Type | Class and Description |
|---|---|
static class |
BranchSelectionDialog.CheckoutSelection
Alternative version of this dialog for Checkout Selection.
|
static class |
BranchSelectionDialog.Creation
Alternative version of this dialog for Branch Creation.
|
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGEblockedHandler, 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 |
|---|
BranchSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
List<BranchInfo> branches)
Create the dialog.
|
| Modifier and Type | Method and Description |
|---|---|
BranchInfo |
getResult()
Returns a
BranchInfo as result or null for certain dialogs. |
getErrorMessage, getMessage, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImagecloseTray, getTray, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailableapplyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenTextgetDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManagerpublic BranchSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
List<BranchInfo> branches)
parentShell - parent shellbranches - list of branchespublic BranchInfo getResult()
BranchInfo as result or null for certain dialogs.BranchInfoCopyright © 2017. All rights reserved.