|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Projector | |
---|---|
edu.rit.slides | Package edu.rit.slides contains Slides, a service and collaborative application based on Many-to-Many Invocation (M2MI). |
Uses of Projector in edu.rit.slides |
---|
Classes in edu.rit.slides that implement Projector | |
---|---|
class |
ProjectorObject
Class ProjectorObject provides an exported projector object in the Slides application. |
Methods in edu.rit.slides that return Projector | |
---|---|
Projector |
SlideDescriptor.getProjector()
Obtain this slide descriptor's projector object. |
Methods in edu.rit.slides with parameters of type Projector | |
---|---|
void |
ScreenObject.availableSlides(Projector theProjector,
Eoid[] theSlideIDs)
Notify this screen that a projector has the given slides available. |
void |
Screen.availableSlides(Projector theProjector,
Eoid[] theSlideIDs)
Notify this screen that a projector has the given slides available. |
void |
ScreenObject.displaySlides(Projector theProjector,
Eoid[] theSlideIDs)
Display the given slides on this screen. |
void |
Screen.displaySlides(Projector theProjector,
Eoid[] theSlideIDs)
Display the given slides on this screen. |
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. |
int |
SlideSet.remove(Projector theProjector)
Remove all slide descriptors for the given projector object, and associated slides if any, from this slide set. |
Constructors in edu.rit.slides with parameters of type Projector | |
---|---|
SlideDescriptor(Projector theProjector,
Eoid theSlideID)
Construct a new slide descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |