use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.
the class ActionWriteToFileDialog 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 ActionTableExistsDialog 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 ActionTelnetDialog 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 ActionWaitForFileDialog 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 ActionWaitForSqlDialog method dispose.
public void dispose() {
WindowProperty winprop = new WindowProperty(shell);
props.setScreen(winprop);
shell.dispose();
}
Aggregations