ucar.unidata.idv
Class SystemPreference

java.lang.Object
  extended by ucar.unidata.idv.SystemPreference

public class SystemPreference
extends Object

Preferences for the "System" tab. Thanks to McV team for providing hints here. Note the slider is not always displayed because system memory is not always available.


Method Summary
 Component getComponent(boolean includeLabel)
          Get the JComponent that contains the system preferences.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComponent

public Component getComponent(boolean includeLabel)
Get the JComponent that contains the system preferences.

Parameters:
includeLabel - flag to return a label or just the widgets
Returns:
the system preferences UI.