Package es.iiia.sgi.actions

Examples of es.iiia.sgi.actions.ZoomInAction


  @Override
  public void init(IActionBars bars, IWorkbenchPage page) {
    this.page = page;

    zoomIn = new ZoomInAction(page);
    zoomIn.setImageDescriptor(AbstractUIPlugin.imageDescriptorFromPlugin(
        "es.iiia.sgi", "icons/magnifier_zoom_in.png"));

    zoomOut = new ZoomOutAction(page);
    zoomOut.setImageDescriptor(AbstractUIPlugin.imageDescriptorFromPlugin(
View Full Code Here

TOP

Related Classes of es.iiia.sgi.actions.ZoomInAction

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.