jp.carabiner.treeeditor.js
クラス JSWindow.ToolBarContainer
java.lang.Object
jp.carabiner.treeeditor.js.swing.JSSwingComponent
jp.carabiner.treeeditor.js.swing.JSSwingToolBar
jp.carabiner.treeeditor.js.JSWindow.ToolBarContainer
- すべての実装されたインタフェース:
- JSComponent<Component>, JSContainer<Component>, JSToolBar<Component>
- 含まれているクラス:
- JSWindow
public class JSWindow.ToolBarContainer
- extends JSSwingToolBar
- implements JSToolBar<Component>
ツールバーコンテナです。
JSWindow.ToolBarContainer
public JSWindow.ToolBarContainer(JSWindow owner,
jp.carabiner.treeeditor.ui.CustomToolBarGroup menuBar)
- 構築します。
- パラメータ:
owner
- オーナーウィンドウ。nullは不可。menuBar
- メニューバー。nullは不可。
createToolBarItem
public JSComponent<Component> createToolBarItem(String text,
Object Object)
- インタフェース
JSToolBar
の記述:
- ツールバーアイテムを生成します。
- 定義:
- インタフェース
JSToolBar<Component>
内の createToolBarItem
- パラメータ:
text
- ツールバータイトル。nullは不可。Object
- 関数。nullは不可。
- 戻り値:
- ツールバー。
createSeparator
public JSComponent<Component> createSeparator()
- インタフェース
JSToolBar
の記述:
- ツールバーアイテムを生成します。
- 定義:
- インタフェース
JSToolBar<Component>
内の createSeparator
createMenuContainer
public JSContainer<Component> createMenuContainer(String text)