org.fife.rtext.plugins.tidy
Class PluginPrefs

java.lang.Object
  extended by org.fife.ui.app.Prefs
      extended by org.fife.rtext.plugins.tidy.PluginPrefs

public class PluginPrefs
extends Prefs

General preferences for the Tidy plugin.

Version:
1.0
Author:
Robert Futrell

Field Summary
 javax.swing.KeyStroke tidyActionAccelerator
          Accelerator key for the "pretty print source code" action.
 
Constructor Summary
PluginPrefs()
           
 
Method Summary
 void setDefaults()
          Sets all fields in this class to their default values.
 
Methods inherited from class org.fife.ui.app.Prefs
load, load, load, save, save, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tidyActionAccelerator

public javax.swing.KeyStroke tidyActionAccelerator
Accelerator key for the "pretty print source code" action.

Constructor Detail

PluginPrefs

public PluginPrefs()
Method Detail

setDefaults

public void setDefaults()
Sets all fields in this class to their default values.

Specified by:
setDefaults in class Prefs