Package org.pentaho.di.ui.core
Class GetFieldsDialogOperation
- java.lang.Object
-
- org.pentaho.di.ui.core.GetFieldsDialogOperation
-
public class GetFieldsDialogOperation extends Object
Created by ddiroma on 8/15/18.
-
-
Constructor Summary
Constructors Constructor Description GetFieldsDialogOperation(org.eclipse.swt.widgets.Shell shell, int width, int height, String filename, String title, List<String> paths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilename()intgetHeight()List<String>getPaths()org.eclipse.swt.widgets.ShellgetShell()StringgetTitle()intgetWidth()voidsetFilename(String filename)voidsetHeight(int height)voidsetPaths(List<String> paths)voidsetShell(org.eclipse.swt.widgets.Shell shell)voidsetTitle(String title)voidsetWidth(int width)
-
-
-
Method Detail
-
getShell
public org.eclipse.swt.widgets.Shell getShell()
-
setShell
public void setShell(org.eclipse.swt.widgets.Shell shell)
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
getFilename
public String getFilename()
-
setFilename
public void setFilename(String filename)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
-