Uses of Class
org.xmlhammer.model.project.Parser

Packages that use Parser
org.xmlhammer.gui.parser   
org.xmlhammer.model.project   
 

Uses of Parser in org.xmlhammer.gui.parser
 

Methods in org.xmlhammer.gui.parser that return Parser
 Parser ParserPage.getParser(java.net.URI base)
           
 

Methods in org.xmlhammer.gui.parser with parameters of type Parser
 void ParserPage.setParser(java.net.URI base, Parser parser)
          Sets the input model.
 

Uses of Parser in org.xmlhammer.model.project
 

Fields in org.xmlhammer.model.project declared as Parser
protected  Parser Project.parser
           
 

Methods in org.xmlhammer.model.project that return Parser
 Parser ObjectFactory.createParser()
          Create an instance of Parser
 Parser Project.getParser()
          Gets the value of the parser property.
 

Methods in org.xmlhammer.model.project with parameters of type Parser
 void Project.setParser(Parser value)
          Sets the value of the parser property.
 



Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.