Class SelectionAdapterFileDialogText
- java.lang.Object
-
- org.eclipse.swt.events.SelectionAdapter
-
- org.pentaho.di.ui.core.events.dialog.SelectionAdapterFileDialog<org.eclipse.swt.widgets.Text>
-
- org.pentaho.di.ui.core.events.dialog.SelectionAdapterFileDialogText
-
- All Implemented Interfaces:
EventListener,org.eclipse.swt.events.SelectionListener,org.eclipse.swt.internal.SWTEventListener
public class SelectionAdapterFileDialogText extends SelectionAdapterFileDialog<org.eclipse.swt.widgets.Text>
-
-
Constructor Summary
Constructors Constructor Description SelectionAdapterFileDialogText(org.pentaho.di.core.logging.LogChannelInterface log, org.eclipse.swt.widgets.Text textUiWidget, org.pentaho.di.base.AbstractMeta meta, SelectionAdapterOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetText()Get text of widget.protected voidsetText(String text)Set text for widget.-
Methods inherited from class org.pentaho.di.ui.core.events.dialog.SelectionAdapterFileDialog
concat, getTextWidget, isUrl, resolveFile, setFilter, widgetSelected
-
-
-
-
Constructor Detail
-
SelectionAdapterFileDialogText
public SelectionAdapterFileDialogText(org.pentaho.di.core.logging.LogChannelInterface log, org.eclipse.swt.widgets.Text textUiWidget, org.pentaho.di.base.AbstractMeta meta, SelectionAdapterOptions options)
-
-
Method Detail
-
getText
protected String getText()
Description copied from class:SelectionAdapterFileDialogGet text of widget.- Specified by:
getTextin classSelectionAdapterFileDialog<org.eclipse.swt.widgets.Text>- Returns:
- text from widget.
-
setText
protected void setText(String text)
Description copied from class:SelectionAdapterFileDialogSet text for widget.- Specified by:
setTextin classSelectionAdapterFileDialog<org.eclipse.swt.widgets.Text>- Parameters:
text- text to be set
-
-