|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathElementInterface | |
edu.ucsb.nceas.morpho.plugins.metadisplay |
Uses of PathElementInterface in edu.ucsb.nceas.morpho.plugins.metadisplay |
Methods in edu.ucsb.nceas.morpho.plugins.metadisplay that return PathElementInterface | |
PathElementInterface |
PathElementInterface.getPreviousElement()
gets the previous PathElementInterface from the path |
PathElementInterface |
Path.getLast()
Gets the PathElement that is currently at the end of the path |
Methods in edu.ucsb.nceas.morpho.plugins.metadisplay with parameters of type PathElementInterface | |
void |
PathElementInterface.setPreviousElement(PathElementInterface element)
sets the previous PathElementInterface in the path |
void |
Path.append(PathElementInterface element)
add the PathElement to the end of the path |
void |
MetaDisplayUI.addToPath(PathElementInterface pathElement)
add a PathElement object to the path |
Constructors in edu.ucsb.nceas.morpho.plugins.metadisplay with parameters of type PathElementInterface | |
Path(PathElementInterface firstEntry)
constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |