Grx3DViewPart.java
Go to the documentation of this file.
1 package com.generalrobotix.ui.view;
2 
3 import org.eclipse.swt.widgets.Composite;
4 
9 
10 public class Grx3DViewPart extends GrxBaseViewPart {
11 
12  public void createPartControl(Composite parent) {
13  // 3DViewは、一つしか開かない。。//
15  if(act != null){
17  if(manager != null){
18  GrxBaseView view = manager.getView(Grx3DView.class, false);
19  if(view == null)
20  createView( Grx3DView.class, "3DView", this, parent );
21  }
22  }
23  }
24 }
void createView(Class<?extends GrxBaseView > cls, String name, GrxBaseViewPart vp, Composite p)
#define null
our own NULL pointer
Definition: IceTypes.h:57
manager
GrxBaseView getView(Class<?extends GrxBaseView > cls, boolean active)
def act(evt)
Definition: swingTest.py:3
プラグイン管理クラス GrxUIの核になるクラス。プラグインのロード等の、初期化を実行する。 プラグインとそ...
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:37