GrxUIonEclipse-project-0.9.8
src
com
generalrobotix
ui
view
GrxServerManagerViewPart.java
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008, AIST, the University of Tokyo and General Robotix Inc.
3
* All rights reserved. This program is made available under the terms of the
4
* Eclipse Public License v1.0 which accompanies this distribution, and is
5
* available at http://www.eclipse.org/legal/epl-v10.html
6
* Contributors:
7
* General Robotix Inc.
8
* National Institute of Advanced Industrial Science and Technology (AIST)
9
*/
10
11
package
com.generalrobotix.ui.view;
12
13
import
org
.eclipse.swt.widgets.Composite;
14
15
import
com
.
generalrobotix
.
ui
.
GrxBaseViewPart
;
16
17
public
class
GrxServerManagerViewPart
extends
GrxBaseViewPart
{
18
public
void
createPartControl
(Composite parent) {
19
createView
(
GrxServerManagerView
.class,
"Server Manager"
,
this
, parent );
20
}
21
}
com.generalrobotix.ui.GrxBaseViewPart
Definition:
GrxBaseViewPart.java:8
com.generalrobotix.ui
com.generalrobotix.ui.GrxBaseViewPart.createView
void createView(Class<?extends GrxBaseView > cls, String name, GrxBaseViewPart vp, Composite p)
Definition:
GrxBaseViewPart.java:22
com
com.generalrobotix.ui.view.GrxServerManagerViewPart
Definition:
GrxServerManagerViewPart.java:17
com.generalrobotix.ui.view.GrxServerManagerView
Definition:
GrxServerManagerView.java:55
com.generalrobotix.ui.view.GrxServerManagerViewPart.createPartControl
void createPartControl(Composite parent)
Definition:
GrxServerManagerViewPart.java:18
org
org
com.generalrobotix
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Sep 8 2022 02:24:03