Method Summary |
|
public String | getInitialDefault() Return the folder to be used as a default if no other information
exists. |
public String[] | getRecentWorkspaces() Return an array of recent workspaces sorted with the most recently used at
the start. |
public String | getSelection() Return the currently selected workspace or null if nothing is selected. |
public boolean | getShowDialog() Return the currently selected workspace or null if nothing is selected. |
public static boolean | getShowDialogValue() Return the current (persisted) value of the "showDialog on startup"
preference. |
public boolean | readPersistedData() Look in the config area preference store for the list of recently used
workspaces. |
public static void | setShowDialogValue(boolean showDialog) Return the current (persisted) value of the "showDialog on startup"
preference. |
public void | toggleShowDialog() Toggle value of the showDialog persistent setting. |
public void | workspaceSelected(String dir) The argument workspace has been selected, update the receiver. |
public void | writePersistedData() Update the persistent store. |