Uses of Class
nl.coderight.jazz.View

Packages that use View
nl.coderight.jazz   
nl.coderight.jazz.dialog   
nl.coderight.jazz.event   
nl.coderight.jazz.form   
nl.coderight.jazz.help   
nl.coderight.jazz.menu   
 

Uses of View in nl.coderight.jazz
 

Methods in nl.coderight.jazz that return View
 View Application.getActiveView()
           
 View Controller.getView()
          Returns the View for this controller.
 

Methods in nl.coderight.jazz with parameters of type View
 void Template.addView(View view)
           
 void Template.removeView(View view)
           
 void Template.selectView(View view)
           
 void Controller.setView(View view)
          Sets the View for this controller.
 

Uses of View in nl.coderight.jazz.dialog
 

Constructors in nl.coderight.jazz.dialog with parameters of type View
FileChooser(View view)
           
FileDialog(View view)
           
InputDialog(View view)
           
MessageDialog(View view)
           
OptionDialog(View view)
           
 

Uses of View in nl.coderight.jazz.event
 

Methods in nl.coderight.jazz.event that return View
 View ViewEvent.getView()
           
 

Constructors in nl.coderight.jazz.event with parameters of type View
ViewEvent(ViewEvent.ViewEventType type, View view)
           
 

Uses of View in nl.coderight.jazz.form
 

Subclasses of View in nl.coderight.jazz.form
 class FormView
          Base class for form views.
 

Uses of View in nl.coderight.jazz.help
 

Methods in nl.coderight.jazz.help with parameters of type View
 void HelpAnnotationsProcesser.proccess(View view)
           
 

Uses of View in nl.coderight.jazz.menu
 

Constructors in nl.coderight.jazz.menu with parameters of type View
PopupMenu(View view)
           
 



Copyright 2010 CodeRight, All rights reserved.