Uses of Interface
org.jtheque.core.managers.view.able.components.IModel

Packages that use IModel
org.jtheque.core.managers.view.able Interfaces of the view. 
org.jtheque.core.managers.view.impl.frame.abstraction Contains the abstract frames. 
 

Uses of IModel in org.jtheque.core.managers.view.able
 

Methods in org.jtheque.core.managers.view.able that return IModel
 IModel IView.getModel()
          Return the model of the view.
 

Methods in org.jtheque.core.managers.view.able with parameters of type IModel
 void IView.setModel(IModel model)
          Set the model of the view.
 

Uses of IModel in org.jtheque.core.managers.view.impl.frame.abstraction
 

Methods in org.jtheque.core.managers.view.impl.frame.abstraction that return IModel
 IModel SwingFrameView.getModel()
           
 IModel SwingDialogView.getModel()
           
 

Methods in org.jtheque.core.managers.view.impl.frame.abstraction with parameters of type IModel
 void SwingFrameView.setModel(IModel model)
           
 void SwingDialogView.setModel(IModel model)
           
 



Copyright © 2009 JTheque. All Rights Reserved.