|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectrobomin.ui.NetTansorTab
public class NetTansorTab
NetTansor用タブ
コンストラクタの概要 | |
---|---|
NetTansorTab(org.eclipse.swt.custom.CTabFolder tabFolder,
RobominInfo info)
コンストラクタ |
メソッドの概要 | |
---|---|
void |
attached(com.phidgets.event.AttachEvent event)
Phidgetセンサーが接続されたときに呼ばれる |
void |
detached(com.phidgets.event.DetachEvent event)
Phidgetセンサーが切断されたときに呼ばれる |
void |
error(com.phidgets.event.ErrorEvent event)
Phidgetセンサーがエラーの時に呼ばれる |
void |
inputChanged(com.phidgets.event.InputChangeEvent event)
Phidgetセンサーの入力が変わったときに呼ばれる |
void |
outputChanged(com.phidgets.event.OutputChangeEvent event)
Phidgetセンサーの出力が変わったときに呼ばれる |
void |
sensorChanged(com.phidgets.event.SensorChangeEvent event)
Phidgetセンサーの値が変わったときに呼ばれる |
void |
setRobotInfo(RobotInfo rInfo)
RobotInfoをセットする |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public NetTansorTab(org.eclipse.swt.custom.CTabFolder tabFolder, RobominInfo info)
tabFolder
- 親のタブフォルダinfo
- RobominInfoメソッドの詳細 |
---|
public void setRobotInfo(RobotInfo rInfo)
rInfo
- セットするRobotInfopublic void attached(com.phidgets.event.AttachEvent event)
com.phidgets.event.AttachListener
内の attached
public void detached(com.phidgets.event.DetachEvent event)
com.phidgets.event.DetachListener
内の detached
public void error(com.phidgets.event.ErrorEvent event)
com.phidgets.event.ErrorListener
内の error
public void inputChanged(com.phidgets.event.InputChangeEvent event)
com.phidgets.event.InputChangeListener
内の inputChanged
public void outputChanged(com.phidgets.event.OutputChangeEvent event)
com.phidgets.event.OutputChangeListener
内の outputChanged
public void sensorChanged(com.phidgets.event.SensorChangeEvent event)
com.phidgets.event.SensorChangeListener
内の sensorChanged
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |