public interface NamedObject extends java.lang.Comparable<NamedObject>, java.io.Serializable
AbstractNamedObject
has a name and tree position source and
provides an icon for display. AbstractNamedObject
is the super class
of FaceObject
and AnimationObject
.Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String |
getDisplayIconName()
Returns the face name of the display icon for this AbstractNamedObject.
|
@NotNull java.lang.String |
getName()
Get the name of this AbstractNamedObject.
|
@NotNull java.lang.String |
getPath()
Get the path of this AbstractNamedObject.
|
void |
setPath(@NotNull java.lang.String path)
Set the path of this AbstractNamedObject.
|
java.lang.String |
toString() |
@NotNull @NotNull java.lang.String getName()
@NotNull @NotNull java.lang.String getPath()
setPath(String)
void setPath(@NotNull @NotNull java.lang.String path)
path
- new path for this AbstractNamedObjectgetPath()
@NotNull @NotNull java.lang.String getDisplayIconName()
java.lang.String toString()
toString
in class java.lang.Object