Uses of Class
net.sf.sdedit.error.SyntaxError

Packages that use SyntaxError
net.sf.sdedit.diagram   
net.sf.sdedit.multipage   
net.sf.sdedit.text   
 

Uses of SyntaxError in net.sf.sdedit.diagram
 

Methods in net.sf.sdedit.diagram that throw SyntaxError
 void Diagram.generate()
          Generates the diagram, based on the data of the DiagramDataProvider passed to the constructor.
 Pair<Lifeline,Integer> DiagramDataProvider.getEventAssociation()
          Returns a pair consisting of a lifeline and the number of a description if the description is to be associated to the lifeline at the current position.
 Note DiagramDataProvider.getNote()
          If at the current position in the data a note is specified, returns it, otherwise null.
 MessageData DiagramDataProvider.nextMessage()
          Returns the next MessageData object specifying a message appearing on the diagram.
 Lifeline DiagramDataProvider.nextObject()
          Returns the next Lifeline object specifying an object or actor appearing on the diagram.
 boolean FragmentManager.readFragments()
          This method uses the provider of the diagram data (see DiagramDataProvider, Diagram.getDataProvider() and takes some action if the provider says that a fragment is opened or closed, or if the beginning of a new section is specified.
 boolean NoteManager.step()
           
 

Uses of SyntaxError in net.sf.sdedit.multipage
 

Methods in net.sf.sdedit.multipage that throw SyntaxError
 void MultipageExporter.init()
           
 

Uses of SyntaxError in net.sf.sdedit.text
 

Methods in net.sf.sdedit.text that throw SyntaxError
 Pair<Lifeline,Integer> TextHandler.getEventAssociation()
          If the current line specifies an association of a note to the current vertical position of a lifeline, this method returns a pair consisting of the lifeline and the note number.
 Note TextHandler.getNote()
          If there is a note specified at the current line and the subsequent lines, a Note representation is returned, otherwise null
 MessageData TextHandler.nextMessage()
          Returns the MessageData object made from the current line.
 Lifeline TextHandler.nextObject()
          Returns the Lifeline object made from the current line}.
 

Constructors in net.sf.sdedit.text that throw SyntaxError
TextBasedMessageData(String string)
          Creates a new MessageParser for parsing a string.
 



Copyright © 2011. All Rights Reserved.