GrxJythonPromptViewPart.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 import com.generalrobotix.ui.grxui.Activator;
00006 
00007 public class GrxJythonPromptViewPart extends GrxBaseViewPart {
00008 
00009     public void createPartControl(Composite parent) {
00010         createView( GrxJythonPromptView.class, "Jython Prompt", this, parent );
00011     }
00012     
00013 
00014 }


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Apr 11 2019 03:30:16