Searched refs:savedSessions (Results 1 – 3 of 3) sorted by relevance
511 settings.savedSessions.clear(); in prepareSessionLists()514 …settings.savedSessions.add(i, sessions[i]); // add an empty session to the saved session li… in prepareSessionLists()539 ListModelBinder.fillComboBox(cbSaveSettings, settings.savedSessions.items(), null); in fillLists()
232 settings.savedSessions.remove(selected[0] - 1); in delSession()874 ListModelBinder.fillComboBox(cbSaveSettings, settings.savedSessions.items(), null); in saveSession()
63 public ConfigSet savedSessions = new ConfigSet(CGSessionName.class); field in CGSettings