Uses of Class
de.hunsicker.jalopy.storage.Convention

Packages that use Convention
de.hunsicker.jalopy.language Contains all classes related to the task of language recognition and processing. 
de.hunsicker.jalopy.printer Provides classes and interfaces for handling the AST output. 
de.hunsicker.jalopy.storage The Jalopy runtime and persistant state storage and configuration facility. 
de.hunsicker.jalopy.swing Provides some building blocks to make implementing a Swing-based, graphical user interface for the Jalopy code convention settings easy. 
 

Uses of Convention in de.hunsicker.jalopy.language
 

Fields in de.hunsicker.jalopy.language declared as Convention
protected static Convention CodeInspector._settings
          The code convention.
 

Uses of Convention in de.hunsicker.jalopy.printer
 

Fields in de.hunsicker.jalopy.printer declared as Convention
protected  Convention NodeWriter.settings
          The code convention settings that controls the output style.
 

Uses of Convention in de.hunsicker.jalopy.storage
 

Methods in de.hunsicker.jalopy.storage that return Convention
static Convention Convention.getInstance()
          Returns the sole instance of this object.
 

Uses of Convention in de.hunsicker.jalopy.swing
 

Fields in de.hunsicker.jalopy.swing declared as Convention
protected  Convention AbstractSettingsPage.settings
          The code convention to display/edit.
 

Methods in de.hunsicker.jalopy.swing that return Convention
 Convention AbstractSettingsPage.getConvention()
          Returns the current code convention.
 

Methods in de.hunsicker.jalopy.swing with parameters of type Convention
 void AbstractSettingsPage.setConvention(Convention convention)
          Sets the current code convention.
 



Copyright © 1997-2005 Jalopy. All Rights Reserved.