ColumnFilterDialog
public class DialogWithEntry
extends org.eclipse.jface.dialogs.MessageDialog
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 | Description |
---|---|
DialogWithEntry(java.lang.String dialogTitle,
java.lang.String dialogMessage) |
|
DialogWithEntry(org.eclipse.swt.widgets.Shell parentShell,
java.lang.String dialogTitle,
org.eclipse.swt.graphics.Image dialogTitleImage,
java.lang.String dialogMessage,
int dialogImageType,
java.lang.String[] dialogButtonLabels,
int defaultIndex) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getEntry() |
|
void |
handleModified() |
|
boolean |
isEntryValid() |
override this method to make own checks on entry this will be called with every keystroke
|
boolean |
isFillVertically() |
|
void |
setEntry(java.lang.String entry) |
|
void |
setFillVertically(boolean fillVertically) |
|
void |
setInitialButtonState() |
|
void |
setModeless() |
Calling will enable dialog to loose focus
|
void |
setSelectionListener(org.eclipse.swt.events.SelectionListener listener) |
|
void |
setValidationErrorString(java.lang.String errorText) |
|
void |
setValidationRegularExpression(java.lang.String regExp) |
applyDialogFont, close, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, create, getBlockedHandler, getImage, setBlockedHandler, shortenText
getErrorImage, getInfoImage, getQuestionImage, getWarningImage
getImage, open, open, openConfirm, openError, openInformation, openQuestion, openWarning
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultImage, getDefaultImages, getDefaultOrientation, getReturnCode, getShell, getWindowManager, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setWindowManager
public DialogWithEntry(java.lang.String dialogTitle, java.lang.String dialogMessage)
public DialogWithEntry(org.eclipse.swt.widgets.Shell parentShell, java.lang.String dialogTitle, org.eclipse.swt.graphics.Image dialogTitleImage, java.lang.String dialogMessage, int dialogImageType, java.lang.String[] dialogButtonLabels, int defaultIndex)
public void setInitialButtonState()
public void handleModified()
public java.lang.String getEntry()
public void setEntry(java.lang.String entry)
public boolean isEntryValid()
public void setValidationRegularExpression(java.lang.String regExp)
public void setValidationErrorString(java.lang.String errorText)
public void setModeless()
public void setSelectionListener(org.eclipse.swt.events.SelectionListener listener)
public boolean isFillVertically()
public void setFillVertically(boolean fillVertically)