GrxGraphViewPart.java
Go to the documentation of this file.
1 package com.generalrobotix.ui.view;
2 
3 import org.eclipse.swt.widgets.Composite;
4 
6 
7 public class GrxGraphViewPart extends GrxBaseViewPart {
8 
9  public void createPartControl(Composite parent) {
10  createView( GrxGraphView.class, "Graph", this, parent );
11  }
12 
13 }
void createView(Class<?extends GrxBaseView > cls, String name, GrxBaseViewPart vp, Composite p)
org


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat May 8 2021 02:42:38