Search in sources :

Example 1 with WindowProperty

use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.

the class ActionFileExistsDialog 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 2 with WindowProperty

use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.

the class ActionEvalFilesMetricsDialog 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 3 with WindowProperty

use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.

the class ActionFolderIsEmptyDialog 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 4 with WindowProperty

use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.

the class ActionGetPOPDialog method dispose.

public void dispose() {
    closeMailConnection();
    WindowProperty winprop = new WindowProperty(shell);
    props.setScreen(winprop);
    shell.dispose();
}
Also used : WindowProperty(org.apache.hop.ui.core.gui.WindowProperty)

Example 5 with WindowProperty

use of org.apache.hop.ui.core.gui.WindowProperty in project hop by apache.

the class SelectFolderDialog method dispose.

public void dispose() {
    if (this.folder != null) {
        try {
            this.folder.close(false);
        } catch (Exception e) {
        /* Ignore */
        }
    }
    props.setScreen(new WindowProperty(shell));
    shell.dispose();
}
Also used : WindowProperty(org.apache.hop.ui.core.gui.WindowProperty) MessagingException(javax.mail.MessagingException)

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