Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.mitre.cvw.ImagePanel

Uses of ImagePanel in org.mitre.cvw
 

Fields in org.mitre.cvw declared as ImagePanel
(package private)  ImagePanel ImageApp.iPanel
           
 

Methods in org.mitre.cvw that return ImagePanel
 ImagePanel ImagePanelCache.get(java.lang.String key)
          Returns the ImagePanel given an string representing object number
 ImagePanel ImagePanelCache.put(java.lang.String key, ImagePanel value)
          Add the ImagePanel to the hashtable using the object number string as a key.
 

Methods in org.mitre.cvw with parameters of type ImagePanel
 ImagePanel ImagePanelCache.put(java.lang.String key, ImagePanel value)
          Add the ImagePanel to the hashtable using the object number string as a key.
 void ImageApp.showMenu(ImagePanel ip, java.awt.Point p)
          Shows the menu for the image panel passed in.