Uses of Class
tico.board.TBoardModel

Packages that use TBoardModel
tico.board Package that contains all the board and project classes. 
 

Uses of TBoardModel in tico.board
 

Methods in tico.board that return TBoardModel
static TBoardModel TBoardModel.XMLDecode(org.w3c.dom.Element element)
          Returns a TBoardModel object from the data contained in the XML Element.
 

Constructors in tico.board with parameters of type TBoardModel
TBoard(TBoardModel model)
          Creates a new TBoard with the specified initial model.
TBoard(TBoardModel model, java.lang.String name)
          Creates a new TBoard with the specified initial model and name.