org.fife.rtext.plugins.heapindicator
Class HeapIndicatorPrefs

java.lang.Object
  extended by org.fife.ui.app.Prefs
      extended by org.fife.rtext.plugins.heapindicator.HeapIndicatorPrefs

public class HeapIndicatorPrefs
extends Prefs

Preferences for the heap indicator.

Version:
0.8
Author:
Robert Futrell

Field Summary
 java.awt.Color iconBorderColor
           
 java.awt.Color iconForeground
           
 int refreshInterval
           
 boolean useSystemColors
           
 boolean visible
           
 
Constructor Summary
HeapIndicatorPrefs()
           
 
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

visible

public boolean visible

refreshInterval

public int refreshInterval

useSystemColors

public boolean useSystemColors

iconForeground

public java.awt.Color iconForeground

iconBorderColor

public java.awt.Color iconBorderColor
Constructor Detail

HeapIndicatorPrefs

public HeapIndicatorPrefs()
Method Detail

setDefaults

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

Specified by:
setDefaults in class Prefs