Class DialogHelper

java.lang.Object
org.pentaho.di.ui.util.DialogHelper

public class DialogHelper extends Object
Created by bmorrise on 8/17/17.
  • 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)