Package org.pentaho.di.ui.util
Class DialogHelper
- java.lang.Object
-
- org.pentaho.di.ui.util.DialogHelper
-
public class DialogHelper extends Object
Created by bmorrise on 8/17/17.
-
-
Constructor Summary
Constructors Constructor Description DialogHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectionAdapterFileDialogTextVar
constructSelectionAdapterFileDialogTextVarForKettleFile(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType filterType, org.pentaho.di.repository.Repository repository)
static SelectionAdapterFileDialogTextVar
constructSelectionAdapterFileDialogTextVarForUserFile(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType[] filterTypes, FilterType defaultFilterType)
-
-
-
Method Detail
-
constructSelectionAdapterFileDialogTextVarForKettleFile
public static SelectionAdapterFileDialogTextVar constructSelectionAdapterFileDialogTextVarForKettleFile(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType filterType, org.pentaho.di.repository.Repository repository)
-
constructSelectionAdapterFileDialogTextVarForUserFile
public static SelectionAdapterFileDialogTextVar constructSelectionAdapterFileDialogTextVarForUserFile(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType[] filterTypes, FilterType defaultFilterType)
-
-