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 UniversalFilter.Selector |
fromParent(String relPath)
A selector returning the node at
relPath relative to
PARENT |
static UniversalFilter.Selector |
fromThis(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.public static UniversalFilter.Selector fromThis(String relPath)
relPath relative to
THISrelPath - relative pathrelPath from THISpublic static UniversalFilter.Selector fromParent(String relPath)
relPath relative to
PARENTrelPath - relative pathrelPath from PARENT"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"