Interface CustomizableTool

    • Method Detail

      • applyOptions

        void applyOptions()
        Applies the options.
      • applyOptionsQuietly

        void applyOptionsQuietly()
        Applies the options quietly, i.e., doesn't trigger an event.
      • setInitialOptions

        void setInitialOptions​(Map<String,​Object> value)
        Supplies initial options to use.
        Parameters:
        value - the options to use
      • getCurrentOptions

        Map<String,​Object> getCurrentOptions()
        Returns the current options as a map.
        Returns:
        the options