org.argosfields.widget
Class MultiLineInputDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.argosfields.widget.MultiLineInputDialog
- public class MultiLineInputDialog
- extends org.eclipse.jface.dialogs.Dialog
MultiLineInputDialog.java
- Version:
- $Revision: 1.1 $ $Date: 2004/04/15 05:43:55 $
- Author:
- Xavier Cho
Nested classes inherited from class org.eclipse.jface.window.Window |
org.eclipse.jface.window.Window.IExceptionHandler |
Fields inherited from class org.eclipse.jface.dialogs.Dialog |
buttonBar, dialogArea, DLG_IMG_ERROR, DLG_IMG_INFO, DLG_IMG_LOCKED, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING |
Fields inherited from class org.eclipse.jface.window.Window |
CANCEL, OK |
Constructor Summary |
MultiLineInputDialog(org.eclipse.swt.widgets.Shell parentShell,
String dialogTitle,
String dialogMessage,
String initialValue,
org.eclipse.jface.dialogs.IInputValidator validator)
|
Methods inherited from class org.eclipse.jface.dialogs.Dialog |
applyDialogFont, cancelPressed, close, constrainShellSize, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonBar, createContents, dialogFontIsDefault, getButton, getButtonBar, getCancelButton, getDialogArea, getImage, getOKButton, initializeBounds, initializeDialogUnits, okPressed, setButtonLayoutData, setButtonLayoutFormData |
Methods inherited from class org.eclipse.jface.window.Window |
canHandleShellCloseEvent, createShell, getContents, getDefaultImage, getInitialLocation, getInitialSize, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setExceptionHandler, setReturnCode, setShellStyle, setWindowManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiLineInputDialog
public MultiLineInputDialog(org.eclipse.swt.widgets.Shell parentShell,
String dialogTitle,
String dialogMessage,
String initialValue,
org.eclipse.jface.dialogs.IInputValidator validator)
buttonPressed
protected void buttonPressed(int buttonId)
- Method declared on Dialog.
configureShell
protected void configureShell(org.eclipse.swt.widgets.Shell shell)
- Method declared in Window.
createButtonsForButtonBar
protected void createButtonsForButtonBar(org.eclipse.swt.widgets.Composite parent)
- Method declared on Dialog.
createDialogArea
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
- Method declared on Dialog.
getErrorMessageLabel
protected org.eclipse.swt.widgets.Label getErrorMessageLabel()
getOkButton
protected org.eclipse.swt.widgets.Button getOkButton()
getText
protected org.eclipse.swt.widgets.Text getText()
getValidator
protected org.eclipse.jface.dialogs.IInputValidator getValidator()
getValue
public String getValue()
validateInput
protected void validateInput()
Copyright © Gnome Korea. All Rights Reserved.