インタフェース
org.seasar.uruma.component.UIContainer の使用

UIContainer を使用しているパッケージ
org.seasar.uruma.component   
org.seasar.uruma.component.impl   
 

org.seasar.uruma.component での UIContainer の使用
 

org.seasar.uruma.component での UIContainer のサブインタフェース
 interface UICompositeComponent
          子を持ち、レイアウト指定できる画面要素を表すインターフェースです。
 

UIContainer を返す org.seasar.uruma.component のメソッド
 UIContainer UIComponent.getParent()
          親となる UICompositeComponent を取得します。
 

UIContainer 型のパラメータを持つ org.seasar.uruma.component のメソッド
 void UIComponent.setParent(UIContainer parent)
          親となる UICompositeComponent を設定します。
 

org.seasar.uruma.component.impl での UIContainer の使用
 

UIContainer を実装している org.seasar.uruma.component.impl のクラス
 class AbstractUIContainerItemComponent
          UIContainer の子要素を表す基底クラスです。
 class CanvasComponent
          Canvas に対応するコンポーネントです。
 class ComboComponent
          Combo を表すコンポーネントです。
 class CompositeComponent
           
 class CoolBarComponent
          CoolBar に対応するコンポーネントです。
 class CoolItemComponent
          CoolItem に対応するコンポーネントです。
 class CTabFolderComponent
          CTabFolder に対応するコンポーネントです。
 class CTabItemComponent
          CTabItem に対応するコンポーネントです。
 class GroupComponent
          Group に関する情報を保持するクラスです。
 class MenuComponent
          メニュー情報を保持するためのコンポーネントです。
 class SashFormComponent
          SashForm を表すコンポーネントです。
 class SimpleItemCompositeComponent
           
 class SpinnerComponent
          Spinner を表すコンポーネントです。
 class TabFolderComponent
          TabFolder を表すコンポーネントです。
 class TabItemComponent
          TabItem を表すコンポーネントです。
 class TableComponent
          Table を表すコンポーネントです。
 class ToolBarComponent
          ToolBar を表すコンポーネントです。
 class TreeComponent
          Tree を表すコンポーネントです。
 class ViewPartComponent
          ViewPart のコンポーネント情報を保持するためのクラスです。
 class WindowComponent
          Window のコンポーネント情報を保持するためのクラスです。
 

UIContainer を返す org.seasar.uruma.component.impl のメソッド
 UIContainer AbstractUIComponent.getParent()
           
 

UIContainer 型のパラメータを持つ org.seasar.uruma.component.impl のメソッド
 void AbstractUIComponent.setParent(UIContainer parent)
           
 



Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.