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 String
getText()
Get text of widget.protected void
setText(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
-
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:SelectionAdapterFileDialog
Get text of widget.- Specified by:
getText
in classSelectionAdapterFileDialog<TextVar>
- Returns:
- text from widget.
-
setText
protected void setText(String text)
Description copied from class:SelectionAdapterFileDialog
Set text for widget.- Specified by:
setText
in classSelectionAdapterFileDialog<TextVar>
- Parameters:
text
- text to be set
-
-