public interface MaskedPathEntry
Modifier and Type | Method and Description |
---|---|
boolean |
isMasked()
Query if the adapted entry is currently masked via 'mask'.
|
void |
mask()
Hides the adapted entry.
|
void |
unMask()
UnHides the adapted entry previously hidden via 'mask'.
|
void mask()
Applies to both overlaid, and original Entries.
Applies even if Entry is added via overlay after mask invocation.
void unMask()
boolean isMasked()