BioLegato 0.7.3 Core API

Uses of Class
org.biolegato.core.pcdmenu.parser.ParseException

Packages that use ParseException
org.biolegato.core.pcdmenu.parser   
 

Uses of ParseException in org.biolegato.core.pcdmenu.parser
 

Methods in org.biolegato.core.pcdmenu.parser that return ParseException
 ParseException PCDFile.generateParseException()
          Generate ParseException.
 

Methods in org.biolegato.core.pcdmenu.parser that throw ParseException
 boolean PCDFile.ArchList()
          Parses a list of supported system architectures in a PCD file The list is then compared with the current system architecture to see if it is supported by the PCD command.
 boolean PCDFile.ArchName()
          Matches an architecture name and returns whether it is supported by the current architecture.
 void PCDFile.assertIndent(int scope)
          Asserts indentation level (calls token_source.testIndent)
 boolean PCDFile.Bool()
          Parses a boolean token into a java boolean
 Widget PCDFile.buttonFields(int scope)
          Parses all of the fields that should be part of any button field
 Widget PCDFile.chooserFields(int scope)
          Parses all of the fields that should be part of any chooser object
 Widget PCDFile.comboFields(int scope)
          Parses all of the fields that should be part of any combobox object
 void PCDFile.ContentValue()
           
 double PCDFile.Decimal()
          Parses a decimal number from a PCD file into a Java double
 Widget PCDFile.decimalFields(int scope)
          Parses all of the fields that should be part of any decimal field
 java.lang.String PCDFile.Ident()
          Parses an identifier token from a PCD file into a Java String
 void PCDFile.inorsp(int scope)
          Parses an optional indent (this is useful for values that can be spaced or indented onto a new line (e.g.
 Widget PCDFile.listFields(int scope)
          Parses all of the fields that should be part of any list object
 int PCDFile.Number()
          Parses a non-decimal number from a PCD file into a Java integer
 Widget PCDFile.numberFields(int scope)
          Parses all of the fields that should be part of any number field
 void PCDFile.Param(int scope, WidgetContainer wcontainer)
          Generates a parameter component according to the PCD file's production(s).
 javax.swing.JMenuItem PCDFile.Parse()
          Parses PCD files The format for a PCD file is: [ Optional Blank Space ] [ PCD Options ] Tabs and Parameters
 void PCDFile.PCDOption()
          Parses a list of supported PCD options Currently supported options: Option name Description name the name of the PCD command tip the tool-tip text for the PCD command icon the path of the PCD command's icon file system a list of supported system configurations for the PCD command
 void PCDFile.SystemName()
          Parses a list of supported operating systems in a PCD file The list is then compared with the current operating system to see if it is supported by the PCD command.
 void PCDFile.Tab(int scope, WidgetContainer wcontainer)
          Generates a tabbed pane based on reading the tab tag from the PCD file.
 Widget PCDFile.tempfileFields(int scope)
          Parses all of the fields that should be part of any temporary file field
 boolean PCDFile.testIndent(int scope)
          Tests indentation (NOTE: this calls the token manager)
 java.lang.String PCDFile.Text()
          Parses a text token from a PCD file into a Java String
 Widget PCDFile.textFields(int scope)
          Parses all of the fields that should be part of any text field
 


BioLegato 0.7.3 Core API

Copyright © 2008-2010 University of Manitoba.