Searched refs:savedSessions (Results 1 – 3 of 3) sorted by relevance
510 settings.savedSessions.clear(); in prepareSessionLists()513 …settings.savedSessions.add(i, sessions[i]); // add an empty session to the saved session list whic… in prepareSessionLists()538 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