|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorReporter | |
---|---|
edu.hws.jcm.awt | |
edu.hws.jcm.draw |
Uses of ErrorReporter in edu.hws.jcm.awt |
---|
Classes in edu.hws.jcm.awt that implement ErrorReporter | |
---|---|
class |
MessagePopup
The class MessagePopup represents a Window that pops up to display an error message. |
Fields in edu.hws.jcm.awt declared as ErrorReporter | |
---|---|
protected ErrorReporter |
Controller.errorReporter
Used for reporting errors that occur in the compute() method of this controller. |
Methods in edu.hws.jcm.awt that return ErrorReporter | |
---|---|
ErrorReporter |
Controller.getErrorReporter()
Get the ErrorReporter for this Controller. |
Methods in edu.hws.jcm.awt with parameters of type ErrorReporter | |
---|---|
void |
Controller.setErrorReporter(ErrorReporter r)
Set the ErrorReporter used to report errors that occur when the compute() method of this Controller is executed. |
Uses of ErrorReporter in edu.hws.jcm.draw |
---|
Classes in edu.hws.jcm.draw that implement ErrorReporter | |
---|---|
class |
DisplayCanvas
A DisplayCanvas is a drawing area that can contain one or more CoordinateRects. |
Fields in edu.hws.jcm.draw declared as ErrorReporter | |
---|---|
protected ErrorReporter |
LimitControlPanel.errorReporter
For reporting errors in user input. |
Methods in edu.hws.jcm.draw that return ErrorReporter | |
---|---|
ErrorReporter |
LimitControlPanel.getErrorReporter()
Get the ErrorReporter that is used to report errors in the user's input. |
Methods in edu.hws.jcm.draw with parameters of type ErrorReporter | |
---|---|
void |
LimitControlPanel.setErrorReporter(ErrorReporter rep)
Set the ErrorReporter that is used to report errors in the user's input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |