Uses of Class
editor.model.Exit

Packages that use Exit
editor.gui   
xml   
 

Uses of Exit in editor.gui
 

Methods in editor.gui that return types with arguments of type Exit
 java.util.Vector<Exit> ExitsPanel.getExitList()
          Returns a vector containing the exits created with the editor
 

Uses of Exit in xml
 

Method parameters in xml with type arguments of type Exit
 void LocationExporter.exportToXML(BasicGameLocation bgl, java.util.Vector<Exit> exits, java.util.Vector<Hotspot> hs)