Package uk.ac.ic.doc.automed.editor

Interface Summary
Drawable  
DrawableArc  
DrawableVertex  
Positionable Provide an interface that the Gui and EditorPanel will use for any repository object that it is expected to render by a DrawVertex implementation.
TextPopUpHelper.MouseContentHandler To be used by host components to create anonymous inner class for handling mouse events to provide content for display
 

Class Summary
CheckBoxEditor Cell editor class for cache table.
ComboEditor Cell editor class for cache table.
CommandLineDriver  
DefaultDrawConstraintArc  
DefaultDrawConstraintVertex  
DefaultDrawLinkArc  
DefaultDrawLinkNodalArc  
DefaultDrawLinkNodalVertex  
DefaultDrawLinkVertex  
DefaultDrawNodalVertex  
DetachedTextEditor Another editor class for displaying table's cell value.
DotExtensionFileFilter  
DrawArc  
DrawNetwork Draw a symbol the represents a Network in an AutoMed EditorPanel.
DrawSchema Draw a symbol the represents a Schema in an AutoMed EditorPanel.
DrawTransformation Draw a symbol the represents a Transformation in an AutoMed EditorPanel.
DrawVertex The default implementation of DrawableVertex that the editor will use to draw any vertex it does not know (or has been told) to draw otherwise.
Editor  
EditorPanel Provide a JPanel extension to display arcs and vertices using implementations of DrawableArc and DrawableVertex.
Gui Provide a GUI into the AutoMed repositories.
GUITool A GUITool instance provides a window in which as user make interact with the repository.
IDTool An IDTool instances provides a window in which all the mapping between gids and sids of the Schema are presented in a tabular form.
IQLTool An IQLTool instance provides a window in which a user may execute IQL queries on a particular schema.
LogConsole LogConsole.java A centralised console for logging messages
MatchingTool  
PathwayOptimiserTool A PathwayOptimiserTool instance provides a dialog box displaying the result of running pathway optimisation on the given pathway.
PathwayTool A PathwayTool instance provides a window in which a schema is displayed, together with the transformations that lead away from the schema.
PathwayWellformedTool  
PatternWritingTool A PatternWritingTool provides a window in which allows the users to define a yatta schema from a flat file and provides a pattern writing facility to help user in defining regular expression to extract information.
PinBoardLayout  
RedirectOutput  
ReportException A Window to display a Java Exception.
RepositoryTool A RepositoryTool instance provides a window in which as user view the key settings associated with database connection used for AutoMed repositories, and reinitialise one of those repositories
SchemaDialog A dialog to ask user choose a schema
SchemaTool A SchemaTool instance provides a window in which all the SchemaObjects of the Schema are presented in a tabular form.
Syntax  
Syntax.Token  
Syntax.Tokenizer  
TextEditor Cell editor class for cache table.
TextPopUpHelper  
TransformationTool  
TransformationView A TransformationView instance provides a window the primitive transformations in a pathway are displayed.
UserAction  
UserActionClass  
UserActionResult  
WrapperTool A WrapperTool instance provides a window in which as user may enter the details required to create an AccessMethod describing a data source, and then calls an AutoMedWrapper class to create a source oriented schema in the AutoMed repository that represents the data source.
WrapperToolDialog A WrapperTool instance provides a window in which as user may enter the details required to create an AccessMethod describing a data source, and then calls an AutoMedWrapper class to create a source oriented schema in the AutoMed repository that represents the data source.
XMLSchemaEditor  
 

Exception Summary
CommandLineException  
ConfigException  
EditorException  
SemanticException  
SyntaxException  
UnexpectedTokenException