Class BooleanOption

    • Constructor Detail

      • BooleanOption

        public BooleanOption​(String preferenceKey,
                             String presentation,
                             IPreferenceManager manager,
                             org.eclipse.jface.preference.IPreferenceStore store)
        Creates new instance of BooleanOption
        Parameters:
        prefrenceKey - The associated to this option preference key, cannot be null
        presentation - The options presentation that describes its aim, cannot be null
        manager - The manager to write/read to local plug-in preferences, can be null
        store - The bound store with which this option is associated with, any read/write will be adjusted to it, can be null