Class SelectionAdapterFileDialogTextVar
- java.lang.Object
-
- org.eclipse.swt.events.SelectionAdapter
-
- org.pentaho.di.ui.core.events.dialog.SelectionAdapterFileDialog<TextVar>
-
- org.pentaho.di.ui.core.events.dialog.SelectionAdapterFileDialogTextVar
-
- All Implemented Interfaces:
EventListener,org.eclipse.swt.events.SelectionListener,org.eclipse.swt.internal.SWTEventListener
- Direct Known Subclasses:
ConditionSelectionAdapterFileDialogTextVar
public class SelectionAdapterFileDialogTextVar extends SelectionAdapterFileDialog<TextVar>
-
-
Constructor Summary
Constructors Constructor Description SelectionAdapterFileDialogTextVar(org.pentaho.di.core.logging.LogChannelInterface log, TextVar 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, getSelectionOptions, getTextWidget, isUrl, resolveFile, setFilter, widgetSelected
-
-
-
-
Constructor Detail
-
SelectionAdapterFileDialogTextVar
public SelectionAdapterFileDialogTextVar(org.pentaho.di.core.logging.LogChannelInterface log, TextVar 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<TextVar>- Returns:
- text from widget.
-
setText
protected void setText(String text)
Description copied from class:SelectionAdapterFileDialogSet text for widget.- Specified by:
setTextin classSelectionAdapterFileDialog<TextVar>- Parameters:
text- text to be set
-
-