Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.pjsofts.eurobudget.DataModel

Uses of DataModel in com.pjsofts.eurobudget
 

Fields in com.pjsofts.eurobudget declared as DataModel
private  DataModel EuroBudget.dataModel
          current data
 

Methods in com.pjsofts.eurobudget that return DataModel
 DataModel EuroBudget.getDataModel()
          Getter for property dataModel.
static DataModel DataModel.getNewDataModel()
           
static DataModel DataModel.getDebugDataModel()
           
 

Methods in com.pjsofts.eurobudget with parameters of type DataModel
 void EuroBudget.setDataModel(DataModel dataModel)
          Setter for property dataModel.