Uses of Class
jindent.Settings

Packages that use Settings
jindent   
 

Uses of Settings in jindent
 

Subclasses of Settings in jindent
 class JindentSettings
          This class contains the Jindent settings.
 

Methods in jindent that return Settings
static Settings Settings.createFromFile(String filename)
           
static Settings JindentSettings.createFromFile(String filename)
          Creates JindentSettings from xml file.
static Settings Settings.createFromResource(String filename)
           
static Settings JindentSettings.createFromResource(String filename)
          Creates JindentSettings from xml resource file.
 Settings Formatter.getSettings()
          Gets Jindent settings.
 

Methods in jindent with parameters of type Settings
 void Formatter.setSettings(Settings settings)
          Sets Jindent settings.