Search in sources :

Example 26 with WindowProperty

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

Example 27 with WindowProperty

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

Example 28 with WindowProperty

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

Example 29 with WindowProperty

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

Example 30 with WindowProperty

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();
}
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