Package com.google.devtools.depan.eclipse.visualization.ogl

Examples of com.google.devtools.depan.eclipse.visualization.ogl.GLPanel


   */
  public View(
      Composite parent, int style, ViewEditor editor) {
    this.editor = editor;

    glPanel = new GLPanel(parent, changeReceiver, editor.getPartName());

    scrollHandler = new ScrollbarHandler(parent, glPanel);
    scrollHandler.acquireResources();
  }
View Full Code Here

TOP

Related Classes of com.google.devtools.depan.eclipse.visualization.ogl.GLPanel

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.