Uses of Class
portaview.model.PortaViewModel

Packages that use PortaViewModel
portaview Package that contains the main PortaView application and the controllers, or "C" in the MVC pattern. 
portaview.model The models, or the "M" in the MVC pattern. 
portaview.server PortaView's server that both serves as a client (to retrieve the images from the master PortaView's server) and a server (to accept local modification as commanded by the master server). 
portaview.util General utilities used by PortaView. 
portaview.view The views, or "V" in the MVC pattern. 
 

Uses of PortaViewModel in portaview
 

Fields in portaview declared as PortaViewModel
protected  PortaViewModel AbstractViewer.model
           
 

Methods in portaview that return PortaViewModel
 PortaViewModel AbstractViewer.getModel()
           
 PortaViewModel PortaViewMain.getThisPortaViewModel()
           
 PortaViewModel RemoteUpdateController.getModel()
           
 

Methods in portaview with parameters of type PortaViewModel
 void AbstractViewer.setModel(PortaViewModel model)
          Changes the internal PortaView model for this view.
 void PortaViewMain.setThisPortaViewModel(PortaViewModel model)
           
 void RemoteUpdateController.setModel(PortaViewModel model)
           
 

Constructors in portaview with parameters of type PortaViewModel
AbstractViewer(PortaViewModel m)
          Constructs an AbstractViewer, given the model that that this view observes on.
Displayer(PortaViewModel model)
          Constructs a Displayer that observes on the PortaViewModel.
Previewer(PortaViewModel model)
          Constrcuts the previewer.
RemoteUpdateController(PortaViewModel pvm)
          Constructs the controller with a given PortaViewModel that it observes.
 

Uses of PortaViewModel in portaview.model
 

Methods in portaview.model with parameters of type PortaViewModel
 void PortaViewCollection.removePortaView(PortaViewModel pvm)
          Removes the PortaView and fire the event.
 void PortaViewCollection.addPortaView(PortaViewModel pvm)
          Adds the PortaView and fire the event.
 

Constructors in portaview.model with parameters of type PortaViewModel
PortaViewImageModel(PortaViewModel dmodel)
          Constructs the image model within the PortaViewModel.
 

Uses of PortaViewModel in portaview.server
 

Methods in portaview.server with parameters of type PortaViewModel
 void PortaViewClient.updatePortaViewModel(PortaViewModel model)
          Updates the remote PortaView model.
 void PortaViewClient.updateRemotePortaView(PortaViewModel pvm)
          Updates the remote portaview with the portaview's settings.
 

Uses of PortaViewModel in portaview.util
 

Methods in portaview.util with parameters of type PortaViewModel
static void ImageUtils.drawBorder(PortaViewModel pvm, java.awt.image.BufferedImage bi)
          Draw the image according to the specified settings.
 

Uses of PortaViewModel in portaview.view
 

Methods in portaview.view that return PortaViewModel
 PortaViewModel AbstractDisplayerView.getPortaViewModel()
           
 PortaViewModel PortaViewView.getPortaViewModel()
           
 

Methods in portaview.view with parameters of type PortaViewModel
 void AbstractDisplayerView.setPortaViewModel(PortaViewModel model)
          Sets the PortaViewModel
 void PortaViewView.setPortaViewModel(PortaViewModel model)
          Sets the model.
 

Constructors in portaview.view with parameters of type PortaViewModel
AbstractDisplayerView(PortaViewModel model, AbstractViewer viewer)
           
DisplayerView(PortaViewModel model, AbstractViewer viewer)
           
PortaViewView(PortaViewModel pview, PortaViewPanel pvp)
           
PreviewView(PortaViewModel model, AbstractViewer viewer)
          Constrctus the preview view with a given model.
SettingsDialog(javax.swing.JFrame parent, PortaViewModel m)
           
 



Copyright © 2003 The PortaView Team. All Rights Reserved.