java - JFace - How to remove preference property? -


i'm wokring little jface preference store can add preferences straight forward enough, have trouble when want remove 1 of preferences i've put in.

i can't see in apis allows removal. correct way doing this?

assuming using ipreferencestore call settodefault("pref id") reset preference default value.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -