org.fife.rtext.plugins.filesystemtree
Class FileSystemTreePrefs

java.lang.Object
  extended byorg.fife.ui.app.Prefs
      extended byorg.fife.rtext.plugins.filesystemtree.FileSystemTreePrefs

public class FileSystemTreePrefs
extends Prefs

Preferences for the file system tree plugin.

Version:
0.8
Author:
Robert Futrell

Field Summary
 boolean active
          Whether the GUI plugin window is active (visible).
 int position
          The GUI plugin window 's position.
 javax.swing.KeyStroke windowVisibilityAccelerator
          Key stroke that toggles the task window's visibility.
 
Constructor Summary
FileSystemTreePrefs()
           
 
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, save, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

active

public boolean active
Whether the GUI plugin window is active (visible).


position

public int position
The GUI plugin window 's position.


windowVisibilityAccelerator

public javax.swing.KeyStroke windowVisibilityAccelerator
Key stroke that toggles the task window's visibility.

Constructor Detail

FileSystemTreePrefs

public FileSystemTreePrefs()
Method Detail

setDefaults

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

Specified by:
setDefaults in class Prefs