Package de.fu_berlin.inf.dpp.ui.wizards

Examples of de.fu_berlin.inf.dpp.ui.wizards.JoinSessionWizard


    }

    public JoinSessionWizard showIncomingInvitationUI(
        IncomingSessionNegotiation process) {

        JoinSessionWizard sessionWizard = new JoinSessionWizard(process,
            dataTransferManager, preferenceUtils, manager);
        final WizardDialogAccessable wizardDialog = new WizardDialogAccessable(
            EditorAPI.getShell(), sessionWizard);

        // TODO Provide help :-)
        wizardDialog.setHelpAvailable(false);

        sessionWizard.setWizardDlg(wizardDialog);

        // Fixes #2727848: InvitationDialog is opened in the
        // background
        Utils.runSafeSWTAsync(log, new Runnable() {
            public void run() {
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.ui.wizards.JoinSessionWizard

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.