public final class Selectors extends Object
Selector implementations| Modifier and Type | Field and Description |
|---|---|
static UniversalFilter.Selector |
PARENT
A selector returning the parent node of the item for which a call back
on
EventFilter was called. |
static UniversalFilter.Selector |
THIS
A selector returning the node for which a call back on
EventFilter was
called or a non existing node in the case of a property call back. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull UniversalFilter.Selector |
fromParent(@NotNull String relPath)
A selector returning the node at
relPath relative to
PARENT |
static @NotNull UniversalFilter.Selector |
fromThis(@NotNull String relPath)
A selector returning the node at
relPath relative to
THIS |
public static final UniversalFilter.Selector THIS
EventFilter was
called or a non existing node in the case of a property call back.public static final UniversalFilter.Selector PARENT
EventFilter was called.@NotNull public static @NotNull UniversalFilter.Selector fromThis(@NotNull @NotNull String relPath)
relPath relative to
THISrelPath - relative pathrelPath from THIS@NotNull public static @NotNull UniversalFilter.Selector fromParent(@NotNull @NotNull String relPath)
relPath relative to
PARENTrelPath - relative pathrelPath from PARENTCopyright © 2010 - 2020 Adobe. All Rights Reserved