org.seasar.uruma.viewer
クラス ContentsHolder

java.lang.Object
  上位を拡張 org.seasar.uruma.viewer.ContentsHolder
すべての実装されたインタフェース:
ContentsSettable
直系の既知のサブクラス:
GenericContentProvider

public abstract class ContentsHolder
extends Object
implements ContentsSettable

コンテンツプロバイダ用のコンテンツを保持するクラスです。

作成者:
y-komori

フィールドの概要
protected  Object[] contents
           
 
コンストラクタの概要
ContentsHolder()
           
 
メソッドの概要
 void setContents(List<?> contents)
          コンテンツを設定します。
 void setContents(Object[] contents)
          コンテンツを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

contents

protected Object[] contents
コンストラクタの詳細

ContentsHolder

public ContentsHolder()
メソッドの詳細

setContents

public void setContents(Object[] contents)
インタフェース ContentsSettable の記述:
コンテンツを設定します。

定義:
インタフェース ContentsSettable 内の setContents
パラメータ:
contents - コンテンツ

setContents

public void setContents(List<?> contents)
インタフェース ContentsSettable の記述:
コンテンツを設定します。

定義:
インタフェース ContentsSettable 内の setContents
パラメータ:
contents - コンテンツ


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