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

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

public class TableCellComponent
extends AbstractUIElement

テーブルセルを表すコンポーネントです。

作成者:
bskuroneko

フィールドの概要
 String background
           
 String fontHeight
           
 String fontName
           
 String fontStyle
           
 String foreground
           
 String image
           
 String text
           
 
コンストラクタの概要
TableCellComponent()
           
 
メソッドの概要
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

background

public String background

fontHeight

public String fontHeight

fontName

public String fontName

fontStyle

public String fontStyle

foreground

public String foreground

image

public String image

text

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

TableCellComponent

public TableCellComponent()


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