|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorReporter | |
|---|---|
| net.sourceforge.webcompmath.awt | |
| net.sourceforge.webcompmath.draw | |
| net.sourceforge.webcompmath.draw.beans | |
| Uses of ErrorReporter in net.sourceforge.webcompmath.awt |
|---|
| Classes in net.sourceforge.webcompmath.awt that implement ErrorReporter | |
|---|---|
class |
MessagePopup
The class MessagePopup represents a Window that pops up to display an error message. |
| Fields in net.sourceforge.webcompmath.awt declared as ErrorReporter | |
|---|---|
protected ErrorReporter |
Controller.errorReporter
Used for reporting errors that occur in the compute() method of this controller. |
| Methods in net.sourceforge.webcompmath.awt that return ErrorReporter | |
|---|---|
ErrorReporter |
Controller.getErrorReporter()
Get the ErrorReporter for this Controller. |
| Methods in net.sourceforge.webcompmath.awt with parameters of type ErrorReporter | |
|---|---|
void |
Controller.setAllErrorReporters(ErrorReporter r)
Method for recursively setting this controller's error reporter and all child controllers. |
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 net.sourceforge.webcompmath.draw |
|---|
| Classes in net.sourceforge.webcompmath.draw that implement ErrorReporter | |
|---|---|
class |
DisplayCanvas
A DisplayCanvas is a drawing area that can contain one or more CoordinateRects. |
| Fields in net.sourceforge.webcompmath.draw declared as ErrorReporter | |
|---|---|
protected ErrorReporter |
LimitControlPanel.errorReporter
For reporting errors in user input. |
| Methods in net.sourceforge.webcompmath.draw that return ErrorReporter | |
|---|---|
ErrorReporter |
LimitControlPanel.getErrorReporter()
Get the ErrorReporter that is used to report errors in the user's input. |
| Methods in net.sourceforge.webcompmath.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. |
| Uses of ErrorReporter in net.sourceforge.webcompmath.draw.beans |
|---|
| Classes in net.sourceforge.webcompmath.draw.beans that implement ErrorReporter | |
|---|---|
class |
WCMDisplayCanvasBean
This class extends DisplayCanvas and is primarily for use with GUI builders. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||