Uses of Class
spellcast.questions.Question

Packages that use Question
spellcast.client   
spellcast.event   
spellcast.questions   
spellcast.ui   
 

Uses of Question in spellcast.client
 

Methods in spellcast.client with parameters of type Question
 void Client.addQuery(Question query)
          Add a query to the view.
 

Uses of Question in spellcast.event
 

Methods in spellcast.event that return Question
 Question QueryEvent.getQuery()
          Get the value of query.
 

Methods in spellcast.event with parameters of type Question
 void QueryEvent.setQuery(Question v)
          Set the value of query.
 

Constructors in spellcast.event with parameters of type Question
QueryEvent(Question query)
           
 

Uses of Question in spellcast.questions
 

Subclasses of Question in spellcast.questions
 class SelectTargetQuestion
          Select a Target Question.
 

Uses of Question in spellcast.ui
 

Methods in spellcast.ui with parameters of type Question
 void SpellcastWindow.addQuery(Question query)
          Add a query to the view.
 void SpellcastView.addQuery(Question query)
          Add a query to the view.
 void QueryDisplay.addQuery(Question query)
          Add a query to be displayed to the client.
 



Copyright © 2001-2005 Spellcast. All Rights Reserved.