Interface ModifiedIndicatorFactory

All Known Implementing Classes:
UnderlineModifiedIndicatorFactory

public interface ModifiedIndicatorFactory
Provides a modified indicator for a component.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    enable(JComponent component, ObservableState modified)
    Enables the modified indicator for the given component, based on the given modified state
  • Method Details

    • enable

      void enable(JComponent component, ObservableState modified)
      Enables the modified indicator for the given component, based on the given modified state
      Parameters:
      component - the component
      modified - the modified state observer