org.seasar.jface.component.factory.handler
クラス SeparatorTagHandler

java.lang.Object
  上位を拡張 org.seasar.framework.xml.TagHandler
      上位を拡張 org.seasar.jface.component.factory.S2JFaceTagHandler
          上位を拡張 org.seasar.jface.component.factory.handler.S2JFaceGenericTagHandler
              上位を拡張 org.seasar.jface.component.factory.handler.MenuItemTagHandler
                  上位を拡張 org.seasar.jface.component.factory.handler.SeparatorTagHandler
すべての実装されたインタフェース:
Serializable

public class SeparatorTagHandler
extends MenuItemTagHandler

関連項目:
直列化された形式

コンストラクタの概要
SeparatorTagHandler()
           
 
メソッドの概要
 String getElementPath()
           
protected  void setAttributes(UIElement uiElement, Attributes attributes)
          UIElement へ属性の値をセットします。
 
クラス org.seasar.jface.component.factory.handler.MenuItemTagHandler から継承されたメソッド
setParent
 
クラス org.seasar.jface.component.factory.handler.S2JFaceGenericTagHandler から継承されたメソッド
createUIElement, end, setBasePath, setLocation, setProperty, setRenderer, start
 
クラス org.seasar.framework.xml.TagHandler から継承されたメソッド
appendBody
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SeparatorTagHandler

public SeparatorTagHandler()
メソッドの詳細

getElementPath

public String getElementPath()
オーバーライド:
クラス MenuItemTagHandler 内の getElementPath

setAttributes

protected void setAttributes(UIElement uiElement,
                             Attributes attributes)
クラス S2JFaceGenericTagHandler の記述:
UIElement へ属性の値をセットします。

オーバーライド:
クラス S2JFaceGenericTagHandler 内の setAttributes
パラメータ:
uiElement - UIElement オブジェクト
attributes - ComponentAttribute オブジェクト


Copyright © 2006 The Seasar Foundation. All Rights Reserved.