Package org.pentaho.di.ui.util
Class DialogHelper
java.lang.Object
org.pentaho.di.ui.util.DialogHelper
Created by bmorrise on 8/17/17.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconstructSelectionAdapterFileDialogTextVarForKettleFile
(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
(org.pentaho.di.core.logging.LogChannel log, TextVar wPath, org.pentaho.di.base.AbstractMeta meta, SelectionOperation selectionOperation, FilterType[] filterTypes, FilterType defaultFilterType)
-
Constructor Details
-
DialogHelper
public DialogHelper()
-
-
Method Details
-
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)
-