|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectto.tetramorph.starbase.chartparts.GComponentEvent
public class GComponentEvent
GComponentのイベント情報クラス。
コンストラクタの概要 | |
---|---|
GComponentEvent()
GComponentEvent オブジェクトを作成する |
|
GComponentEvent(GComponent component,
MouseEvent mouseEvent,
Object source)
AspectCircleEvent オブジェクトを作成する |
メソッドの概要 | |
---|---|
GComponent |
getGComponent()
マウスイベントの起きたGComponentオブジェクトを返す。 |
MouseEvent |
getMouseEvent()
マウスイベント情報を返す。 |
Object |
getSource()
イベントの起きたオブジェクトを返す。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GComponentEvent()
public GComponentEvent(GComponent component, MouseEvent mouseEvent, Object source)
component
- イベントの発生したGComponentオブジェクトmouseEvent
- マウスイベントsource
- イベントの起きたオブジェクトを返す。メソッドの詳細 |
---|
public GComponent getGComponent()
public MouseEvent getMouseEvent()
public Object getSource()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |