|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This Interface is implemented by objects that may be added to a
edu.ucsb.nceas.morpho.plugins.metadisplay.Path
object
Method Summary | |
Command |
getCommand()
gets the edu.ucsb.nceas.morpho.util.Command for this item. |
java.lang.String |
getDisplayName()
gets the text display name for this item. |
Path |
getPathToRoot()
gets the edu.ucsb.nceas.morpho.plugins.metadisplay.Path
from this item to the root item. |
PathElementInterface |
getPreviousElement()
gets the previous PathElementInterface from the path |
void |
setCommand(Command cmd)
sets the edu.ucsb.nceas.morpho.util.Command for this item. |
void |
setDisplayName(java.lang.String name)
sets the text display name for this item. |
void |
setPreviousElement(PathElementInterface element)
sets the previous PathElementInterface in the path |
Method Detail |
public void setDisplayName(java.lang.String name)
name
- the display name to be usedpublic java.lang.String getDisplayName()
public void setCommand(Command cmd)
edu.ucsb.nceas.morpho.util.Command
for this item.
public Command getCommand()
edu.ucsb.nceas.morpho.util.Command
for this item.
public void setPreviousElement(PathElementInterface element)
PathElementInterface
in the path
element
- the PathElementInterface
to be usedpublic PathElementInterface getPreviousElement()
PathElementInterface
from the path
PathElementInterface
public Path getPathToRoot()
edu.ucsb.nceas.morpho.plugins.metadisplay.Path
from this item to the root item. Includes this item as the last Path
element.
edu.ucsb.nceas.morpho.plugins.metadisplay.Path
from
this item to the root item
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |