|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectto.tetramorph.starbase.chartparts.GComponentAdapter
public abstract class GComponentAdapter
GComponentListenerのアダプタークラス。
コンストラクタの概要 | |
---|---|
GComponentAdapter()
|
メソッドの概要 | |
---|---|
void |
componentClicked(GComponentEvent evt)
GComponentがクリックされた時に呼び出される。 |
void |
componentDoubleClicked(GComponentEvent evt)
GComponentがダブルクリックされた時に呼び出される。 |
void |
componentOnCursor(GComponentEvent evt)
GComponentにマウスカーソルが接触したときに呼び出される。 |
void |
componentOutCursor(GComponentEvent evt)
GComponentからマウスカーソルが離れたときに呼び出される。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public GComponentAdapter()
メソッドの詳細 |
---|
public void componentClicked(GComponentEvent evt)
GComponentListener
内の componentClicked
public void componentDoubleClicked(GComponentEvent evt)
GComponentListener
内の componentDoubleClicked
public void componentOnCursor(GComponentEvent evt)
GComponentListener
内の componentOnCursor
public void componentOutCursor(GComponentEvent evt)
GComponentListener
内の componentOutCursor
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |