public interface Cell
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the primary name of this cell
|
java.lang.String[] |
getNames()
Returns the names of this cell
|
Cell |
getParent()
Returns the parent cell of the cell stack or
null if
this cell is the top most. |
java.lang.String |
getPath()
Returns the primary path of this cell.
|
java.lang.String[] |
getPaths()
Deprecated.
since 5.4. use
paths() instead. |
java.lang.String |
getSearchPath()
Returns an expression for the search path.
|
java.lang.String[] |
getSearchPaths()
Deprecated.
since 5.4. use
searchPaths() instead. |
java.util.Iterator<java.lang.String> |
paths()
Returns an iterator over all cell paths.
|
java.util.Iterator<java.lang.String> |
searchPaths()
Returns an iterator over the style search paths.
|
java.lang.String getName()
java.lang.String[] getNames()
java.lang.String[] getPaths()
paths()
instead.java.util.Iterator<java.lang.String> paths()
java.lang.String getPath()
java.lang.String[] getSearchPaths()
searchPaths()
instead.java.util.Iterator<java.lang.String> searchPaths()
java.lang.String getSearchPath()
Cell getParent()
null
if
this cell is the top most.null
Copyright © 2010 - 2020 Adobe. All Rights Reserved