Examples of IViewerFactory


Examples of org.freeplane.view.swing.features.filepreview.IViewerFactory

    final String uriString = mapStyle.getProperty(model, MapStyle.RESOURCES_BACKGROUND_IMAGE);
    backgroundComponent = null;
    if (uriString != null) {
      URI uri = assignAbsoluteURI(uriString);
      final ViewerController vc = getModeController().getExtension(ViewerController.class);
      final IViewerFactory factory = vc.getCombiFactory();
      if (uri != null) {
        assignViewerToBackgroundComponent(factory, uri);
      }
    }
    repaint();
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.