public final class Selectors
extends java.lang.Object
Selector
implementationsModifier 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 java.lang.String relPath)
A selector returning the node at
relPath relative to
PARENT |
static @NotNull UniversalFilter.Selector |
fromThis(@NotNull java.lang.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 java.lang.String relPath)
relPath
relative to
THIS
relPath
- relative pathrelPath
from THIS
@NotNull public static @NotNull UniversalFilter.Selector fromParent(@NotNull @NotNull java.lang.String relPath)
relPath
relative to
PARENT
relPath
- relative pathrelPath
from PARENT
Copyright © 2010 - 2020 Adobe. All Rights Reserved