vooga.devEnvironment.datapanel
Interface ObjectNamer


public interface ObjectNamer

This class is for use by the ListTab class. It takes a single object, and gives it a name. So, for example, the RenderablesTab class implements this interface with a method that gets the class name of the item and concatenates its position to the end.

Author:
Jacob Schmidt

Method Summary
 java.lang.String getObjectName(java.lang.Object obj)
           
 

Method Detail

getObjectName

java.lang.String getObjectName(java.lang.Object obj)