Uses of Class
com.melloware.jukes.gui.view.validation.AbstractValidationModel

Packages that use AbstractValidationModel
com.melloware.jukes.gui.view.editor   
com.melloware.jukes.gui.view.validation   
 

Uses of AbstractValidationModel in com.melloware.jukes.gui.view.editor
 

Fields in com.melloware.jukes.gui.view.editor declared as AbstractValidationModel
protected  AbstractValidationModel AbstractEditor.validationModel
           
 

Methods in com.melloware.jukes.gui.view.editor that return AbstractValidationModel
protected  AbstractValidationModel AbstractEditor.getValidationModel()
          Gets the validationModel.
 

Uses of AbstractValidationModel in com.melloware.jukes.gui.view.validation
 

Subclasses of AbstractValidationModel in com.melloware.jukes.gui.view.validation
 class ArtistValidationModel
          Provides all models to bind an artist editor to its domain model, an instance of Artist.
 class DiscValidationModel
          Provides all models to bind an artist editor to its domain model, an instance of Disc.
 class TrackValidationModel
          Provides all models to bind an artist editor to its domain model, an instance of Track.
 



Copyright © 1999-2010 Melloware Inc. All Rights Reserved.