Interface MaskedPathEntry


public interface MaskedPathEntry
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Query if the adapted entry is currently masked via 'mask'.
    void
    Hides the adapted entry.
    void
    UnHides the adapted entry previously hidden via 'mask'.
  • Method Details

    • mask

      void mask()
      Hides the adapted entry.

      Applies to both overlaid, and original Entries.
      Applies even if Entry is added via overlay after mask invocation.

    • unMask

      void unMask()
      UnHides the adapted entry previously hidden via 'mask'.
      Has no effect if path is not masked.
    • isMasked

      boolean isMasked()
      Query if the adapted entry is currently masked via 'mask'.
      Returns:
      true if masked, false otherwise.