Class Preferences

java.lang.Object
  extended by Preferences

 class Preferences
extends java.lang.Object

Creates the panel for the preferences of this extension


Field Summary
static java.lang.String lastOpened
           
static java.lang.String PROFILE_LABEL
           
 
Constructor Summary
Preferences(BlueJ bluej)
          The Constructor
 
Method Summary
 javax.swing.JPanel getPanel()
          Returns the panel
 void loadValues()
          Loads the values from the bluej.properties
 void saveValues()
          Saves the values to the bluej.properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastOpened

public static java.lang.String lastOpened

PROFILE_LABEL

public static final java.lang.String PROFILE_LABEL
See Also:
Constant Field Values
Constructor Detail

Preferences

public Preferences(BlueJ bluej)
The Constructor

Method Detail

getPanel

public javax.swing.JPanel getPanel()
Returns the panel


loadValues

public void loadValues()
Loads the values from the bluej.properties


saveValues

public void saveValues()
Saves the values to the bluej.properties