0
일부 라디오 버튼이 RadioGroupFieldEditor
으로 제어되는 환경 설정 페이지가 있습니다.Eclipse RCP - PreferenceStore에서 RadioGroupFieldEditor가 프로그래밍 방식으로 저장 한 환경 설정을 검색하는 방법은 무엇입니까?
setPreferenceStore(Activator.getDefault().getPreferenceStore());
....
addField(new RadioGroupFieldEditor("CHOICE",
"An example of a multiple-choice preference", 1,
new String[][] { { "&Choice 1", "choice1" },
{ "C&hoice 2", "choice2" } }, getFieldEditorParent()));
질문 :
어떻게 프로그래밍 PreferenceStore에서합니다 (fieldEditor 저장) 데이터를 검색 할 수 있습니까? 스토리지 구조는 어떻게 생겼습니까?