Uses of Enum Class
com.bc.ceres.glayer.support.LayerUtils.SearchMode
Packages that use LayerUtils.SearchMode
Package
Description
Various support classes for the
com.bc.ceres.glayer
API.-
Uses of LayerUtils.SearchMode in com.bc.ceres.glayer.support
Fields in com.bc.ceres.glayer.support declared as LayerUtils.SearchModeModifier and TypeFieldDescriptionstatic final LayerUtils.SearchMode
LayerUtils.SEARCH_DEEP
static final LayerUtils.SearchMode
LayerUtils.SEARCH_FLAT
Methods in com.bc.ceres.glayer.support that return LayerUtils.SearchModeModifier and TypeMethodDescriptionstatic LayerUtils.SearchMode
Returns the enum constant of this class with the specified name.static LayerUtils.SearchMode[]
LayerUtils.SearchMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bc.ceres.glayer.support with parameters of type LayerUtils.SearchModeModifier and TypeMethodDescriptionstatic Layer
LayerUtils.getChildLayer
(Layer root, LayerUtils.SearchMode mode, LayerFilter filter) static int
LayerUtils.getChildLayerIndex
(Layer root, LayerUtils.SearchMode mode, int defaultIndex, LayerFilter filter) LayerUtils.getChildLayers
(Layer root, LayerUtils.SearchMode mode, LayerFilter filter)