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

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

public class TableCellComponent
extends AbstractUIElement

作成者:
bskuroneko

コンストラクタの概要
TableCellComponent()
           
 
メソッドの概要
 String getBackground()
           
 String getFontHeight()
           
 String getFontName()
           
 String getFontStyle()
           
 String getForeground()
           
 String getImage()
           
 String getText()
           
 void setBackground(String background)
           
 void setFontHeight(String fontHeight)
           
 void setFontName(String fontName)
           
 void setFontStyle(String fontStyle)
           
 void setForeground(String foreground)
           
 void setImage(String image)
           
 void setText(String text)
           
 
クラス org.seasar.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TableCellComponent

public TableCellComponent()
メソッドの詳細

getBackground

public String getBackground()

setBackground

public void setBackground(String background)

getFontHeight

public String getFontHeight()

setFontHeight

public void setFontHeight(String fontHeight)

getFontName

public String getFontName()

setFontName

public void setFontName(String fontName)

getFontStyle

public String getFontStyle()

setFontStyle

public void setFontStyle(String fontStyle)

getForeground

public String getForeground()

setForeground

public void setForeground(String foreground)

getImage

public String getImage()

setImage

public void setImage(String image)

getText

public String getText()

setText

public void setText(String text)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.