Package org.apache.hop.ui.core.dialog
Class HopDescribedVariablesDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.core.dialog.HopDescribedVariablesDialog
-
public class HopDescribedVariablesDialog extends org.eclipse.swt.widgets.DialogAllows the user to edit the system settings of the hop.config file.
-
-
Constructor Summary
Constructors Constructor Description HopDescribedVariablesDialog(org.eclipse.swt.widgets.Shell parent, String message, List<DescribedVariable> describedVariables, String selectedVariable)Constructs a new dialog
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()Copy information from the meta-data input to the dialog fields.List<DescribedVariable>open()
-
-
-
Constructor Detail
-
HopDescribedVariablesDialog
public HopDescribedVariablesDialog(org.eclipse.swt.widgets.Shell parent, String message, List<DescribedVariable> describedVariables, String selectedVariable)Constructs a new dialog- Parameters:
parent- The parent shell to link toselectedVariable-
-
-
Method Detail
-
open
public List<DescribedVariable> open()
-
dispose
public void dispose()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-