GrxUIonEclipse-project-0.9.8
src
com
generalrobotix
ui
item
GrxRTSItem.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
/*
12
* GrxRTSlItem.java
13
*
14
* @author Yuichiro Kawasumi (General Robotix, Inc.)
15
* @author Shin'ichiro Nakaoka (AIST)
16
*/
17
18
package
com.generalrobotix.ui.item;
19
20
import
com
.
generalrobotix
.
ui
.
GrxBaseItem
;
21
import
com
.
generalrobotix
.
ui
.
GrxPluginManager
;
22
23
@SuppressWarnings(
"serial"
)
24
public class
GrxRTSItem
extends
GrxBaseItem
{
25
31
public
GrxRTSItem
(String
name
,
GrxPluginManager
manager) {
32
super(name, manager);
33
System.out.println(
"GrxRTSItem"
);
34
}
35
}
com.generalrobotix.ui
name
png_infop png_charpp name
Definition:
png.h:2382
com
com.generalrobotix.ui.item.GrxRTSItem.GrxRTSItem
GrxRTSItem(String name, GrxPluginManager manager)
Definition:
GrxRTSItem.java:31
com.generalrobotix.ui.item.GrxRTSItem
Definition:
GrxRTSItem.java:24
com.generalrobotix.ui.GrxBaseItem
Definition:
GrxBaseItem.java:35
com.generalrobotix.ui.GrxPluginManager
プラグイン管理クラス GrxUIの核になるクラス。プラグインのロード等の、初期化を実行する。 プラグインとそ...
Definition:
GrxPluginManager.java:79
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