Uses of Interface
org.eclipse.palamedes.gdl.core.model.IStatistic

Packages that use IStatistic
org.eclipse.palamedes.gdl.core.model   
org.eclipse.palamedes.gdl.core.model.utils   
org.eclipse.palamedes.ui.pages.statistic   
org.eclipse.palamedes.ui.views.statistic   
 

Uses of IStatistic in org.eclipse.palamedes.gdl.core.model
 

Methods in org.eclipse.palamedes.gdl.core.model that return IStatistic
 IStatistic IGame.getStatistic()
           
 

Uses of IStatistic in org.eclipse.palamedes.gdl.core.model.utils
 

Classes in org.eclipse.palamedes.gdl.core.model.utils that implement IStatistic
 class StatisticInfo
           
 

Methods in org.eclipse.palamedes.gdl.core.model.utils that return IStatistic
 IStatistic Game.getStatistic()
           
 

Uses of IStatistic in org.eclipse.palamedes.ui.pages.statistic
 

Methods in org.eclipse.palamedes.ui.pages.statistic with parameters of type IStatistic
protected  java.lang.String SPage.createDisplay(IStatistic stats)
           
 

Uses of IStatistic in org.eclipse.palamedes.ui.views.statistic
 

Methods in org.eclipse.palamedes.ui.views.statistic with parameters of type IStatistic
protected abstract  java.lang.String StatisticPage.createDisplay(IStatistic stats)