Uses of Interface
vooga.devEnvironment.datapanel.ObjectNamer

Packages that use ObjectNamer
vooga.devEnvironment.datapanel   
 

Uses of ObjectNamer in vooga.devEnvironment.datapanel
 

Methods in vooga.devEnvironment.datapanel with parameters of type ObjectNamer
static boolean ListTabHelper.populateList(javax.swing.DefaultListModel listModel, java.util.List<java.lang.Object> objects, ObjectNamer namer)
          This method takes a DefaultListModel, a Collection of Objects, and an ObjectNamer to give the objects names, and updates the list model as necessary to reflect the List of Objects (as named by the ObjectNamer), returning true if anything in the list model was changed.