public abstract class TextSourceListParameterPage extends SourceListParameterPage<org.eclipse.swt.widgets.Text> implements ParameterPage
Modifier | Constructor and Description |
---|---|
protected |
TextSourceListParameterPage(String pageName) |
protected |
TextSourceListParameterPage(String pageName,
String title,
org.eclipse.jface.resource.ImageDescriptor titleImage) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Text |
createAndLayoutTextField(org.eclipse.swt.widgets.Composite parent)
Create and text field and layout it.
|
protected String |
getText(org.eclipse.swt.widgets.Text textField)
Get the current text of the text field.
|
protected void |
insertTextAtCurrentPos(org.eclipse.swt.widgets.Text textField,
String insert)
Insert a given text at the current position of the given text field.
|
protected void |
setText(org.eclipse.swt.widgets.Text textField,
String value)
Set the text of the text field to the given value.
|
protected boolean |
useMultilineInput()
Subclasses can override this method to specify, that the text field
should have multiple lines.
|
configure, createContent, determineDefaultVariableNames, getConfiguration, getParameterName, getSourcePropertyName, getTextField, getVariableName, onShowPage, setParameter, sourcePropertiesChanged
createControl, dispose, getHelpContext, getWizard, performHelp
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setMessage, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getConfiguration, setParameter
protected TextSourceListParameterPage(String pageName, String title, org.eclipse.jface.resource.ImageDescriptor titleImage)
protected TextSourceListParameterPage(String pageName)
protected boolean useMultilineInput()
protected String getText(org.eclipse.swt.widgets.Text textField)
SourceListParameterPage
getText
in class SourceListParameterPage<org.eclipse.swt.widgets.Text>
textField
- the text fieldSourceListParameterPage.getText(Object)
protected void insertTextAtCurrentPos(org.eclipse.swt.widgets.Text textField, String insert)
SourceListParameterPage
insertTextAtCurrentPos
in class SourceListParameterPage<org.eclipse.swt.widgets.Text>
textField
- the text fieldinsert
- the text to insertSourceListParameterPage.insertTextAtCurrentPos(Object, String)
protected void setText(org.eclipse.swt.widgets.Text textField, String value)
SourceListParameterPage
setText
in class SourceListParameterPage<org.eclipse.swt.widgets.Text>
textField
- the text fieldvalue
- the value to set as textSourceListParameterPage.setText(Object, String)
protected org.eclipse.swt.widgets.Text createAndLayoutTextField(org.eclipse.swt.widgets.Composite parent)
SourceListParameterPage
createAndLayoutTextField
in class SourceListParameterPage<org.eclipse.swt.widgets.Text>
parent
- the parent composite, it has a one-column grid layoutSourceListParameterPage.createAndLayoutTextField(Composite)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a