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

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

public class CTabFolderComponent
extends CompositeComponent

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

作成者:
bskuroneko

フィールドの概要
 String borderVisible
           
 String marginHeight
           
 String marginWidth
           
 String maximized
           
 String maximizeVisible
           
 String minimized
           
 String minimizeVisible
           
 String minimumCharacters
           
 String mruVisible
           
 String selection
           
 String selectionBackground
           
 String selectionBackgroundImage
           
 String selectionForeground
           
 String simple
           
 String single
           
 String tabHeight
           
 String tabPosition
           
 String unselectedCloseVisible
           
 String unselectedImageVisible
           
 
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたフィールド
background, backgroundImage, enabled, enablesDependingId, enablesFor, fontHeight, fontName, fontStyle, foreground, height, menu, toolTipText, visible, width, x, y
 
コンストラクタの概要
CTabFolderComponent()
           
 
メソッドの概要
 GradientInfo getSelectionBackgroundGradient()
          選択タブの背景グラデーション色を取得します。
 void setSelectionBackgroundGradient(GradientInfo selectionBackgroundGradient)
          選択タブの背景グラデーション色を設定します。
 
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド
accept, addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo
 
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド
getEnablesDependingId, getEnablesFor, getLayoutDataInfo, setEnablesDependingId, setEnablesFor, setLayoutDataInfo
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
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.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

フィールドの詳細

selection

public String selection

marginHeight

public String marginHeight

marginWidth

public String marginWidth

borderVisible

public String borderVisible

maximized

public String maximized

maximizeVisible

public String maximizeVisible

minimized

public String minimized

minimizeVisible

public String minimizeVisible

minimumCharacters

public String minimumCharacters

mruVisible

public String mruVisible

selectionBackground

public String selectionBackground

selectionBackgroundImage

public String selectionBackgroundImage

selectionForeground

public String selectionForeground

simple

public String simple

single

public String single

tabHeight

public String tabHeight

tabPosition

public String tabPosition

unselectedCloseVisible

public String unselectedCloseVisible

unselectedImageVisible

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

CTabFolderComponent

public CTabFolderComponent()
メソッドの詳細

getSelectionBackgroundGradient

public GradientInfo getSelectionBackgroundGradient()
選択タブの背景グラデーション色を取得します。

戻り値:
選択タブの背景グラデーション色

setSelectionBackgroundGradient

public void setSelectionBackgroundGradient(GradientInfo selectionBackgroundGradient)
選択タブの背景グラデーション色を設定します。

パラメータ:
selectionBackgroundGradient - 選択タブの背景グラデーション色


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