Uses of Class
editor.model.Hotspot

Packages that use Hotspot
editor.gui   
xml   
 

Uses of Hotspot in editor.gui
 

Methods in editor.gui that return types with arguments of type Hotspot
 java.util.Vector<Hotspot> HotspotsPanel.getHotspotList()
          Returns a vector containing the interactive hotspots created with the editor
 

Uses of Hotspot in xml
 

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