GrxItemViewPart.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 GrxItemViewPart extends GrxBaseViewPart{
7 
8  public void createPartControl(Composite parent) {
9  createView( GrxItemView.class, "Item View", this, parent );
10  }
11 }
void createView(Class<?extends GrxBaseView > cls, String name, GrxBaseViewPart vp, Composite p)
This view shows tree of various items.
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