| Interface | Description |
|---|---|
| ScalablePictureListener |
This interface allows an object to inform another object that the status it is listening on has
changed.
|
| SourcePictureListener |
This interface allows an object to inform another object that the status it is listening on has
changed.
|
| Class | Description |
|---|---|
| ImageViewPanel |
*
|
| LoadThread |
a class that moves all pictures of a group to a target directory
|
| PictureCache |
class that manages the cache of pictures
|
| ScalablePicture |
a class to load and scale an image either immediately or in a seperate thread.
|
| ScaleThread |
a thread object that calls the ScalablePicture scalePicture method
|
| SourcePicture |
a class to load and scale a picture either immediately or in a
seperate thread from a URL
|
| Tools |