GrxUIonEclipse-project-0.9.8
src
com
generalrobotix
ui
view
GrxORBMonitorView.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
* GrxORBMonitorView.java
12
*
13
* Copyright (C) 2007 GeneralRobotix, Inc.
14
* All Rights Reserved
15
*
16
* @author Yuichiro Kawasumi (General Robotix, Inc.)
17
*/
18
19
package
com.generalrobotix.ui.view;
20
21
import
org
.eclipse.swt.SWT;
22
import
org
.eclipse.swt.widgets.Composite;
23
24
import
com
.
generalrobotix
.
ui
.
GrxBaseView
;
25
import
com
.
generalrobotix
.
ui
.
GrxBaseViewPart
;
26
import
com
.
generalrobotix
.
ui
.
GrxPluginManager
;
27
import
com
.
generalrobotix
.
ui
.
util
.
GrxORBMonitor
;
28
29
@SuppressWarnings(
"serial"
)
30
public class
GrxORBMonitorView
extends
GrxBaseView
{
31
public
static
final
String TITLE =
"NameService Monitor"
;
32
private
GrxORBMonitor
monitor_ =
null
;
33
34
public
GrxORBMonitorView
(String
name
,
GrxPluginManager
manager,
GrxBaseViewPart
vp, Composite parent) {
35
super(name, manager, vp, parent);
36
37
monitor_ =
new
GrxORBMonitor
(composite_, SWT.NULL);
38
setScrollMinSize(SWT.DEFAULT, SWT.DEFAULT);
39
}
40
41
public
String
getNSHost
() {
42
return
monitor_.
getNSHost
();
43
}
44
45
public
String
getNSPort
() {
46
return
monitor_.
getNSPort
();
47
}
48
}
com.generalrobotix.ui.view.GrxORBMonitorView.GrxORBMonitorView
GrxORBMonitorView(String name, GrxPluginManager manager, GrxBaseViewPart vp, Composite parent)
Definition:
GrxORBMonitorView.java:34
com.generalrobotix.ui.GrxBaseViewPart
Definition:
GrxBaseViewPart.java:8
com.generalrobotix.ui
com.generalrobotix.ui.util
Definition:
AlertBox.java:17
null
#define null
our own NULL pointer
Definition:
IceTypes.h:57
com.generalrobotix.ui.GrxBaseView
Definition:
GrxBaseView.java:38
name
png_infop png_charpp name
Definition:
png.h:2382
com
com.generalrobotix.ui.util.GrxORBMonitor
Definition:
GrxORBMonitor.java:33
com.generalrobotix.ui.view.GrxORBMonitorView
Definition:
GrxORBMonitorView.java:30
com.generalrobotix.ui.view.GrxORBMonitorView.getNSHost
String getNSHost()
Definition:
GrxORBMonitorView.java:41
com.generalrobotix.ui.GrxPluginManager
プラグイン管理クラス GrxUIの核になるクラス。プラグインのロード等の、初期化を実行する。 プラグインとそ...
Definition:
GrxPluginManager.java:79
org
org
com.generalrobotix.ui.view.GrxORBMonitorView.getNSPort
String getNSPort()
Definition:
GrxORBMonitorView.java:45
com.generalrobotix.ui.util.GrxORBMonitor.getNSPort
String getNSPort()
Definition:
GrxORBMonitor.java:148
com.generalrobotix
com.generalrobotix.ui.util.GrxORBMonitor.getNSHost
String getNSHost()
Definition:
GrxORBMonitor.java:144
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