|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AlertEvent | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of AlertEvent in edu.neu.ccs.gui |
| Subclasses of AlertEvent in edu.neu.ccs.gui | |
class |
MalformedDataEvent
Class of s
encapsulating the designation that a graphical input object
has just been verified to have a malformed view state,
or has just had its previously malformed view state
restored to a well-formed state. |
| Methods in edu.neu.ccs.gui with parameters of type AlertEvent | |
void |
DisplayPanel.startAlert(AlertEvent evt)
Turns on alert status for this component and its children that are also AlertListeners. |
void |
DisplayPanel.endAlert(AlertEvent evt)
Turns off alert status for this component and its children that are also AlertListeners. |
void |
Annotation.startAlert(AlertEvent evt)
Turns on alert status for this component. |
void |
Annotation.endAlert(AlertEvent evt)
Turns off alert status for this component. |
void |
AlertListener.startAlert(AlertEvent evt)
Notifies this component that it should alter its appearance to signal that it has entered a user alert status. |
void |
AlertListener.endAlert(AlertEvent evt)
Notifies this component that it should alter its appearance to signal that it has exited a user alert status. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||