Uses of Class
tico.board.encoding.InvalidFormatException

Packages that use InvalidFormatException
tico.board Package that contains all the board and project classes. 
tico.board.components Package that contains the models of board components. 
tico.board.encoding Package that contains some classes used for XML encoding and decoding. 
tico.editor Package with the editor tool bars. 
 

Uses of InvalidFormatException in tico.board
 

Methods in tico.board that throw InvalidFormatException
static TBoard TBoard.XMLDecode(org.w3c.dom.Element element)
          Returns a TBoard object from the data contained in the XML Element.
static TBoardModel TBoardModel.XMLDecode(org.w3c.dom.Element element)
          Returns a TBoardModel object from the data contained in the XML Element.
static TProject TProject.XMLDecode(org.w3c.dom.Element element)
          Returns a TProject object from the data contained in the XML Element.
static TProject TProject.XMLDecode(org.w3c.dom.Element element, java.lang.String projectName)
          Returns a TProject object from the data contained in the XML Element.
 

Uses of InvalidFormatException in tico.board.components
 

Methods in tico.board.components that throw InvalidFormatException
static TCell TCell.XMLDecode(org.w3c.dom.Element element)
          Returns a TCell object from the data contained in the XML Element.
static TControllerCell TControllerCell.XMLDecode(org.w3c.dom.Element element)
          Returns a TCell object from the data contained in the XML Element.
static TGrid TGrid.XMLDecode(org.w3c.dom.Element element)
          Returns a TGrid object from the data contained in the XML Element.
static TGridCell TGridCell.XMLDecode(org.w3c.dom.Element element)
          Returns a TGridCell object from the data contained in the XML Element.
static TLabel TLabel.XMLDecode(org.w3c.dom.Element element)
          Returns a TLabel object from the data contained in the XML Element.
static TLine TLine.XMLDecode(org.w3c.dom.Element element)
          Returns a TLine object from the data contained in the XML Element.
static TOval TOval.XMLDecode(org.w3c.dom.Element element)
          Returns a TOval object from the data contained in the XML Element.
static TRectangle TRectangle.XMLDecode(org.w3c.dom.Element element)
          Returns a TRectangle object from the data contained in the XML Element.
static TRoundRect TRoundRect.XMLDecode(org.w3c.dom.Element element)
          Returns a TRoundRect object from the data contained in the XML Element.
static TTextArea TTextArea.XMLDecode(org.w3c.dom.Element element)
          Returns a TTextArea object from the data contained in the XML Element.
static TComponent TComponent.XMLDecodeType(org.w3c.dom.Element element)
          Returns a TComponent object from the data contained in the XML Element.
 

Uses of InvalidFormatException in tico.board.encoding
 

Methods in tico.board.encoding that throw InvalidFormatException
static org.jgraph.graph.AttributeMap TAttributeEncoder.XMLDecode(org.w3c.dom.Element element)
          Returns an attributeMap object from the data contained in the XML Element.
 

Uses of InvalidFormatException in tico.editor
 

Methods in tico.editor that throw InvalidFormatException
static TBoard TProjectHandler.loadBoard(java.io.File zipFile)
          Creates a board using the information contained in a zipFile.
static TProject TProjectHandler.loadProject(java.io.File zipFile)
          Creates an editor project using the information contained in a zipFile.
static TInterpreterProject TProjectHandler.loadProjectInterpreter(java.io.File zipFile)
          Creates an interpreter project using the information contained in a zipFile.