Uses of Class
gate.creole.gazetteer.GazetteerList

Packages that use GazetteerList
com.ontotext.gate.gazetteer   
com.ontotext.gate.vr   
gate.creole.gazetteer   
gate.gui   
 

Uses of GazetteerList in com.ontotext.gate.gazetteer
 

Fields in com.ontotext.gate.gazetteer with type parameters of type GazetteerList
private  Map<LinearNode,GazetteerList> HashGazetteer.listsByNode
           
 

Uses of GazetteerList in com.ontotext.gate.vr
 

Fields in com.ontotext.gate.vr declared as GazetteerList
private  GazetteerList Gaze.gazList
          the gazetteer list currently selected
 

Uses of GazetteerList in gate.creole.gazetteer
 

Methods in gate.creole.gazetteer that return GazetteerList
 GazetteerList LinearDefinition.loadSingleList(String listName)
          Loads a single gazetteer list given a name
 

Uses of GazetteerList in gate.gui
 

Fields in gate.gui declared as GazetteerList
private  GazetteerList GazetteerEditor.ListTableModel.gazetteerList
           
private  GazetteerList GazetteerEditor.ListTableModel.gazetteerListFiltered
           
 

Methods in gate.gui with parameters of type GazetteerList
 void GazetteerEditor.ListTableModel.setGazetteerList(GazetteerList gazetteerList)