Uses of Class
edu.rit.slides.Slide

Packages that use Slide
edu.rit.slides Package edu.rit.slides contains Slides, a service and collaborative application based on Many-to-Many Invocation (M2MI). 
 

Uses of Slide in edu.rit.slides
 

Methods in edu.rit.slides that return Slide
 Slide SlideShow.getSlide(Eoid theSlideID)
          Obtain the slide with the given slide ID in this slide show.
 Slide SlideIterator.next()
          Returns the next slide.
 

Methods in edu.rit.slides with parameters of type Slide
 void SlideSet.add(SlideDescriptor theSlideDescriptor, Slide theSlide)
          Add the given slide descriptor and associated slide to this slide set.
 void SlideShow.addSlideGroup(Slide[] theSlides)
          Add the given slide group to the end of this slide show.
 void ScreenObject.putSlide(Projector theProjector, Eoid theSlideID, Slide theSlide)
          Provide a slide from the given projector to this screen.
 void Screen.putSlide(Projector theProjector, Eoid theSlideID, Slide theSlide)
          Provide a slide from the given projector to this screen.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.