|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MovingImage
Moving images are used when a drag&drop operation is in progress, and an object has to be shown somehow on the screen.
| Method Summary | |
|---|---|
void |
bind()
Called before this image is displayed. |
java.awt.Component |
getComponent()
Gets a Component which represents the MovingImage. |
void |
unbind()
The reverse of bind(). |
| Method Detail |
|---|
java.awt.Component getComponent()
MovingImage.
This method must always return the same Component.
void bind()
void unbind()
bind(). The image should remove any connections
to other objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||