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>

ツールバーコンテナです。


入れ子のクラスの概要
 
インタフェース jp.carabiner.treeeditor.js.JSComponent から継承された入れ子のクラス/インタフェース
JSComponent.AttachContext<T>
 
コンストラクタの概要
JSWindow.ToolBarContainer(JSWindow owner, jp.carabiner.treeeditor.ui.CustomToolBarGroup menuBar)
          構築します。
 
メソッドの概要
 JSContainer<Component> createMenuContainer(String text)
           
 JSComponent<Component> createSeparator()
          ツールバーアイテムを生成します。
 JSComponent<Component> createToolBarItem(String text, Object Object)
          ツールバーアイテムを生成します。
 
クラス jp.carabiner.treeeditor.js.swing.JSSwingToolBar から継承されたメソッド
appendChild, createWrapper, getChildNodes, insertBefore, removeChild
 
クラス jp.carabiner.treeeditor.js.swing.JSSwingComponent から継承されたメソッド
equals, getCore, getCoreForAttach, getCoreForDetach, getParentNode, getType, hashCode
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.carabiner.treeeditor.js.JSComponent から継承されたメソッド
getCore, getCoreForAttach, getCoreForDetach, getParentNode, getType
 

コンストラクタの詳細

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)