Package com.simsilica.lemur.style
Class ContainsSelector
java.lang.Object
com.simsilica.lemur.style.ContainsSelector
- All Implemented Interfaces:
Selector
A style selector that matches any element with the
specified child ID and parent ID. For example, if
an element ID is "slider.thumb.button" then there
are several "parent"/"child" relationships:
- slider, thumb
- slider, button
- thumb, button
Note: mostly callers do not have to worry about the specifics of this class as there are methods on Styles that create these selectors internally.
-
Constructor Summary
Constructors -
Method Summary