org.seasar.uruma.component.jface
クラス CTabItemComponent

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.base.AbstractUIComponent
          上位を拡張 org.seasar.uruma.component.base.AbstractItemComponent
              上位を拡張 org.seasar.uruma.component.base.AbstractUIContainerItemComponent
                  上位を拡張 org.seasar.uruma.component.jface.CTabItemComponent
すべての実装されたインタフェース:
UIComponent, UIComponentContainer, UIElement, UIElementContainer, UIElementVisitorAcceptor

public class CTabItemComponent
extends AbstractUIContainerItemComponent

CTabItem に対応するコンポーネントです。

作成者:
bskuroneko

フィールドの概要
 String fontHeight
           
 String fontName
           
 String fontStyle
           
 String toolTipText
           
 
クラス org.seasar.uruma.component.base.AbstractItemComponent から継承されたフィールド
image, text
 
コンストラクタの概要
CTabItemComponent()
           
 
メソッドの概要
 
クラス org.seasar.uruma.component.base.AbstractUIContainerItemComponent から継承されたメソッド
addChild, doRender, getChild, getChildren
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
doPreRender, getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

フィールドの詳細

toolTipText

public String toolTipText

fontHeight

public String fontHeight

fontName

public String fontName

fontStyle

public String fontStyle
コンストラクタの詳細

CTabItemComponent

public CTabItemComponent()


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