GrxOpenHRPViewPart.java
Go to the documentation of this file.
1 package com.generalrobotix.ui.view;
2 
3 import org.eclipse.swt.widgets.Composite;
4 
7 
8 public class GrxOpenHRPViewPart extends GrxBaseViewPart {
9 
10  public void createPartControl(Composite parent) {
11  createView( GrxOpenHRPView.class, "OpenHRP", this, parent );
12  }
13 
14 }
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