Package no.hal.jex.ui

Examples of no.hal.jex.ui.JexManager.log()


    startupMessage = new Text(rightPane, SWT.WRAP);
    startupMessage.setText(JExerciseViewHelpString);
    try {
      exerciseDetailsView = new Browser(rightPane, styles);
    } catch (Throwable t) {
      manager.log("Could not instantiate Browser control", IStatus.ERROR, t);
    }
    IWorkbenchHelpSystem help = PlatformUI.getWorkbench().getHelpSystem();
    String helpContext = JexUiPlugin.getPlugin().getBundle().getSymbolicName() + ".ExerciseView";
    help.setHelp(sash, helpContext);
    help.setHelp(exerciseViewer.getControl(), helpContext);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.