Uses of Class
bluej.Preferences

Packages that use Preferences
bluej   
bluej.action   
 

Uses of Preferences in bluej
 

Constructors in bluej with parameters of type Preferences
MenuBuilder(Preferences p)
           
 

Uses of Preferences in bluej.action
 

Fields in bluej.action declared as Preferences
protected static Preferences AbstractEnvAction.prefs
           
 

Methods in bluej.action that return Preferences
static Preferences AbstractEnvAction.getPrefs()
           
 

Methods in bluej.action with parameters of type Preferences
static void AbstractEnvAction.setPrefs(Preferences myPrefs)