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

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.jface.ToolItemComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIElement, UIElementVisitorAcceptor

public class ToolItemComponent
extends AbstractItemComponent
implements EnablesDependable

ToolItem を表すコンポーネントです。

作成者:
bskuroneko

フィールドの概要
 String disabledImage
           
 String enabled
           
 String enablesDependingId
           
 String enablesFor
           
 String hotImage
           
 String selection
           
 String toolTipText
           
 String width
           
 
クラス org.seasar.uruma.component.base.AbstractItemComponent から継承されたフィールド
image, text
 
コンストラクタの概要
ToolItemComponent()
           
 
メソッドの概要
 String getEnablesDependingId()
          依存先コンポーネントの ID を返します。
 String getEnablesFor()
          依存方法を返します。
 void setEnablesDependingId(String enablesDependingId)
          依存先コンポーネントの ID を設定します。
 void setEnablesFor(String enablesFor)
          依存方法を設定します。
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
doPreRender, doRender, 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.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

フィールドの詳細

disabledImage

public String disabledImage

enabled

public String enabled

hotImage

public String hotImage

selection

public String selection

toolTipText

public String toolTipText

width

public String width

enablesDependingId

public String enablesDependingId

enablesFor

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

ToolItemComponent

public ToolItemComponent()
メソッドの詳細

getEnablesDependingId

public String getEnablesDependingId()
インタフェース EnablesDependable の記述:
依存先コンポーネントの ID を返します。

定義:
インタフェース EnablesDependable 内の getEnablesDependingId
戻り値:
依存先コンポーネントの ID

setEnablesDependingId

public void setEnablesDependingId(String enablesDependingId)
依存先コンポーネントの ID を設定します。

パラメータ:
enablesDependingId - 依存先コンポーネントの ID

getEnablesFor

public String getEnablesFor()
インタフェース EnablesDependable の記述:
依存方法を返します。

定義:
インタフェース EnablesDependable 内の getEnablesFor
戻り値:
依存方法

setEnablesFor

public void setEnablesFor(String enablesFor)
依存方法を設定します。

パラメータ:
enablesFor - 依存方法


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