|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventAcceptor
An event acceptor is a canvas component object that is prepared to accept an AWT event, and then possibly process and consume it. This interface is also used as a tagging interface so that event-processing routines can tell whether certain objects are smart enough to handle events for themselves.
| Method Summary | |
|---|---|
void |
dispatchEvent(java.awt.AWTEvent event)
Dispatch an AWT event within this component. |
boolean |
isEnabled()
Test the enabled flag of this object. |
void |
setEnabled(boolean flag)
Set the enabled flag of this object. |
| Methods inherited from interface diva.canvas.CanvasComponent |
|---|
getParent, getTransformContext, repaint, repaint |
| Method Detail |
|---|
boolean isEnabled()
void setEnabled(boolean flag)
void dispatchEvent(java.awt.AWTEvent event)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||