Package org.criticalfailure.torchlight.core.domain.builder

Examples of org.criticalfailure.torchlight.core.domain.builder.IParticipantBuilderDialog


        Participant p = participantFactory.createParticipant(false);
        logger.trace("p: " + p);

        try {
            // create a dialog to get information from the user
            IParticipantBuilderDialog dialog = (IParticipantBuilderDialog)appContext.getBean(
                    "participantBuilderDialog", new Object[] { PlatformUI.getWorkbench().getActiveWorkbenchWindow()
                            .getShell() });

            participantBuilder.setDialog(dialog);
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.core.domain.builder.IParticipantBuilderDialog

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.