GrxLoggerViewPart.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 GrxLoggerViewPart extends GrxBaseViewPart {
7 
8  public void createPartControl(Composite parent) {
9  createView( GrxLoggerView.class, "Logger View", this, parent );
10  }
11 
12 
13 }
com.generalrobotix.ui.view.GrxLoggerViewPart.createPartControl
void createPartControl(Composite parent)
Definition: GrxLoggerViewPart.java:8
com.generalrobotix.ui.GrxBaseViewPart.createView
void createView(Class<?extends GrxBaseView > cls, String name, GrxBaseViewPart vp, Composite p)
Definition: GrxBaseViewPart.java:22
com.generalrobotix.ui.view.GrxLoggerViewPart
Definition: GrxLoggerViewPart.java:6
com.generalrobotix
com
com.generalrobotix.ui.view.GrxLoggerView
Definition: GrxLoggerView.java:59
com.generalrobotix.ui
com.generalrobotix.ui.GrxBaseViewPart
Definition: GrxBaseViewPart.java:8


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Wed Sep 7 2022 02:51:03