Uses of Class
jaxx.demo.feature.validation.Model

Packages that use Model
jaxx.demo.feature.validation   
 

Uses of Model in jaxx.demo.feature.validation
 

Fields in jaxx.demo.feature.validation declared as Model
protected  Model ValidationListDemo.model1
           
protected  Model ValidationTableDemo.model1
           
protected  Model ValidationListDemo.model2
           
protected  Model ValidationTableDemo.model2
           
 

Fields in jaxx.demo.feature.validation with type parameters of type Model
protected  SwingValidator<Model> ValidationListDemo.validator
           
protected  SwingValidator<Model> ValidationTableDemo.validator
           
protected  SwingValidator<Model> ValidationListDemo.validator2
           
protected  SwingValidator<Model> ValidationTableDemo.validator2
           
 

Methods in jaxx.demo.feature.validation that return Model
 Model ValidationListDemo.getModel1()
           
 Model ValidationTableDemo.getModel1()
           
 Model ValidationListDemo.getModel2()
           
 Model ValidationTableDemo.getModel2()
           
 

Methods in jaxx.demo.feature.validation that return types with arguments of type Model
 SwingValidator<Model> ValidationListDemo.getValidator()
           
 SwingValidator<Model> ValidationTableDemo.getValidator()
           
 SwingValidator<Model> ValidationListDemo.getValidator2()
           
 SwingValidator<Model> ValidationTableDemo.getValidator2()
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.