Search in sources :

Example 96 with WindowProperty

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();
}
Also used : WindowProperty(org.apache.hop.ui.core.gui.WindowProperty)

Example 97 with WindowProperty

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();
}
Also used : WindowProperty(org.apache.hop.ui.core.gui.WindowProperty)

Example 98 with WindowProperty

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();
}
Also used : WindowProperty(org.apache.hop.ui.core.gui.WindowProperty)

Example 99 with WindowProperty

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();
}
Also used : WindowProperty(org.apache.hop.ui.core.gui.WindowProperty)

Example 100 with WindowProperty

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();
}
Also used : WindowProperty(org.apache.hop.ui.core.gui.WindowProperty)

Aggregations

WindowProperty (org.apache.hop.ui.core.gui.WindowProperty)136 PropsUi (org.apache.hop.ui.core.PropsUi)2 Rectangle (org.eclipse.swt.graphics.Rectangle)2 MessagingException (javax.mail.MessagingException)1 FileSystemException (org.apache.commons.vfs2.FileSystemException)1 HopException (org.apache.hop.core.exception.HopException)1 AuditList (org.apache.hop.history.AuditList)1