use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.
the class PreviewSelectDialog method dispose.
public void dispose() {
props.setScreen(new WindowProperty(shell));
shell.dispose();
}
use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.
the class ActionMysqlBulkFileDialog method dispose.
public void dispose() {
WindowProperty winprop = new WindowProperty(shell);
props.setScreen(winprop);
shell.dispose();
}
use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.
the class ActionMysqlBulkLoadDialog method dispose.
public void dispose() {
WindowProperty winprop = new WindowProperty(shell);
props.setScreen(winprop);
shell.dispose();
}
use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.
the class ActionMoveFilesDialog method dispose.
public void dispose() {
WindowProperty winprop = new WindowProperty(shell);
props.setScreen(winprop);
shell.dispose();
}
use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.
the class ActionMssqlBulkLoadDialog method dispose.
public void dispose() {
WindowProperty winprop = new WindowProperty(shell);
props.setScreen(winprop);
shell.dispose();
}
Aggregations