|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fife.ui.app.Prefs
org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
Preferences for the source browser.
| 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 |
public boolean active
public int position
public javax.swing.KeyStroke windowVisibilityAccelerator
public java.lang.String ctagsExecutable
public java.lang.String ctagsType
public boolean useHTMLToolTips
| Constructor Detail |
public SourceBrowserPrefs()
| Method Detail |
public void setDefaults()
setDefaults in class Prefs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||