public interface Namer<T>
boolean
canRename(T item)
java.lang.String
getName(T t)
void
setName(T t, java.lang.String name)
java.lang.String getName(T t)
boolean canRename(T item)
void setName(T t, java.lang.String name)
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.