Uses of Class
edu.nrao.sss.html.HtmlTableCell.Type

Packages that use HtmlTableCell.Type
edu.nrao.sss.html HTML support. 
 

Uses of HtmlTableCell.Type in edu.nrao.sss.html
 

Methods in edu.nrao.sss.html that return HtmlTableCell.Type
 HtmlTableCell.Type HtmlTableCell.getType()
          Returns the type of this cell.
static HtmlTableCell.Type HtmlTableCell.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlTableCell.Type[] HtmlTableCell.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.html with parameters of type HtmlTableCell.Type
 void HtmlTableCell.setType(HtmlTableCell.Type newType)
          Sets the type of this cell.
 

Constructors in edu.nrao.sss.html with parameters of type HtmlTableCell.Type
HtmlTableCell(HtmlTableCell.Type cellType)
          Creates a new cell of the given type.
HtmlTableCell(HtmlTableCell.Type cellType, String contents)
          Creates a new cellType cell with the given contents.
 



Copyright © 2009. All Rights Reserved.