Class MarkerTypeEditor

    • Constructor Detail

      • MarkerTypeEditor

        public MarkerTypeEditor()
        The constructor.
    • Method Detail

      • mustBeExcluded

        protected boolean mustBeExcluded​(Object value)
        Description copied from class: EnumValueEditor
        Checks if value must be excluded from editor's items. Base implementation in EnumValueEditor always returns false.
        Overrides:
        mustBeExcluded in class EnumValueEditor
        Parameters:
        value - The value.
        Returns:
        true if value must be excluded.