GrxRangeSensorViewPart.java
Go to the documentation of this file.
1 package com.generalrobotix.ui.view;
2 
3 import org.eclipse.swt.widgets.Composite;
5 
6 public class GrxRangeSensorViewPart extends GrxBaseViewPart {
7 
8  public void createPartControl(Composite parent) {
9  createView( GrxRangeSensorView.class, "Range Sensor View", this, parent );
10  }
11 
12 }
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