|
||||||||||
| 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.console.ConsolePrefs
Preferences for the Console plugin.
| Field Summary | |
java.awt.Color |
exceptionFG
The color used for exceptions in consoles. |
java.awt.Color |
promptFG
The color used for prompts in consoles. |
java.awt.Color |
stderrFG
The color used for stderr in consoles. |
java.awt.Color |
stdoutFG
The color used for stdout in consoles. |
int |
windowPosition
The location of the dockable console output window. |
javax.swing.KeyStroke |
windowVisibilityAccelerator
Key stroke that toggles the console window's visibility. |
boolean |
windowVisible
Whether the GUI plugin window is active (visible). |
| Constructor Summary | |
ConsolePrefs()
|
|
| Method Summary | |
void |
load(java.io.InputStream in)
Overridden to validate the task identifiers value. |
void |
setDefaults()
Sets all fields in this class to their default values. |
| Methods inherited from class org.fife.ui.app.Prefs |
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 windowVisible
public int windowPosition
public javax.swing.KeyStroke windowVisibilityAccelerator
public java.awt.Color stdoutFG
public java.awt.Color stderrFG
public java.awt.Color exceptionFG
public java.awt.Color promptFG
| Constructor Detail |
public ConsolePrefs()
| Method Detail |
public void load(java.io.InputStream in)
throws java.io.IOException
load in class Prefsin - The input stream. It is the caller's responsibility to close
this stream.
java.io.IOException - If an IO error occurs.Prefs.load(File)public void setDefaults()
setDefaults in class Prefs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||