org.fife.rtext.plugins.sourcebrowser
Class SourceBrowserPrefs

java.lang.Object
  extended byorg.fife.ui.app.Prefs
      extended byorg.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs

public class SourceBrowserPrefs
extends Prefs

Preferences for the source browser.

Version:
0.8
Author:
Robert Futrell

Field Summary
 boolean active
          Whether the GUI plugin window is active (visible).
 java.lang.String ctagsExecutable
          The filename of the Exuberant CTags executable.
 java.lang.String ctagsType
          The type of ctags.
 int position
          The GUI plugin window 's position.
 boolean useHTMLToolTips
          Whether HTML should be used to make tool tips look nicer.
 javax.swing.KeyStroke windowVisibilityAccelerator
          Key stroke that toggles the dockable window's visibility.
 
Constructor Summary
SourceBrowserPrefs()
           
 
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 dockable window's visibility.


ctagsExecutable

public java.lang.String ctagsExecutable
The filename of the Exuberant CTags executable.


ctagsType

public java.lang.String ctagsType
The type of ctags.


useHTMLToolTips

public boolean useHTMLToolTips
Whether HTML should be used to make tool tips look nicer.

Constructor Detail

SourceBrowserPrefs

public SourceBrowserPrefs()
Method Detail

setDefaults

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

Specified by:
setDefaults in class Prefs