Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse RCP で依存する設定をグレー表示する方法は? 依存する設定が無効になっている場合、設定を別の設定に依存するものとして定義して、グレー表示にすることはできますか?
設定は単なる SWT コントロールなので、呼び出すことができます
setEnabled(false)
メソッドを使用して、それらを無効 (グレーアウト) にします。FieldEditorPreferencePage の場合、おそらく呼び出す必要があります
***FieldEditor.setEnabled(false, getFieldEditorParent());