GrxPathPlanningViewPart.java
Go to the documentation of this file.
00001 package com.generalrobotix.ui.view;
00002 
00003 import org.eclipse.swt.widgets.Composite;
00004 import com.generalrobotix.ui.GrxBaseViewPart;
00005 
00006 public class GrxPathPlanningViewPart extends GrxBaseViewPart{
00007 
00008         public void createPartControl(Composite parent) {
00009                 createView( GrxPathPlanningView.class, "Path Planning", this, parent );
00010         }
00011 }


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sun Apr 2 2017 03:43:54