|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
T
- 基本となる型。public interface JSToolBar<T>
JavaScriptから操作するためのツールバーです。
メソッドの概要 | |
---|---|
JSComponent<T> |
createSeparator()
ツールバーアイテムを生成します。 |
JSComponent<T> |
createToolBarItem(String text,
Object callable)
ツールバーアイテムを生成します。 |
メソッドの詳細 |
---|
JSComponent<T> createToolBarItem(String text, Object callable)
text
- ツールバータイトル。nullは不可。callable
- 関数。nullは不可。
JSComponent<T> createSeparator()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |