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