|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorHandlerInterface | |
---|---|
com.sas.awt | Provides extensions of java.awt components which implement com.sas.ComponentInterface |
com.sas.util | Utility classes for com.sas.servlet. |
com.sas.util.errorhandlers | An interface and class for general purpose error handlers, normally bound to text fields. |
com.sas.util.validators | Interface and some implementations of input data validators. |
com.sas.visuals | Additional user interface components not provided in AWT. |
com.sas.visuals.adapters | Adapters and helper classes for visual components. |
Uses of ErrorHandlerInterface in com.sas.awt |
---|
Fields in com.sas.awt declared as ErrorHandlerInterface | |
---|---|
protected ErrorHandlerInterface |
TextField.errorHandler
|
ErrorHandlerInterface |
ContainerInterfaceSupportInfo.errorHandler
|
Methods in com.sas.awt that return ErrorHandlerInterface | |
---|---|
ErrorHandlerInterface |
TextField.getErrorHandler()
Returns the errorHandler or null if none is set |
ErrorHandlerInterface |
TextArea.getErrorHandler()
Returns the name of the errorHandler or null if none if set |
ErrorHandlerInterface |
ScrollPaneContainerComponent.getErrorHandler()
|
ErrorHandlerInterface |
PanelContainerComponent.getErrorHandler()
|
ErrorHandlerInterface |
FrameContainerComponent.getErrorHandler()
|
ErrorHandlerInterface |
DialogContainerComponent.getErrorHandler()
|
ErrorHandlerInterface |
ContainerContainerComponent.getErrorHandler()
|
static ErrorHandlerInterface |
ContainerInterfaceSupport.getErrorHandler(com.sas.ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
Returns the error handler for the specified component. |
Methods in com.sas.awt with parameters of type ErrorHandlerInterface | |
---|---|
static void |
ContainerInterfaceSupport.setErrorHandler(com.sas.ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
ErrorHandlerInterface errorHandler)
Sets the error handler for the specified component. |
void |
TextField.setErrorHandler(ErrorHandlerInterface errorHandler)
Sets the errorHandler for the textArea. |
void |
TextArea.setErrorHandler(ErrorHandlerInterface errorHandler)
Sets the errorHandler for the textArea. |
void |
ScrollPaneContainerComponent.setErrorHandler(ErrorHandlerInterface errorHandler)
|
void |
PanelContainerComponent.setErrorHandler(ErrorHandlerInterface errorHandler)
|
void |
FrameContainerComponent.setErrorHandler(ErrorHandlerInterface errorHandler)
|
void |
DialogContainerComponent.setErrorHandler(ErrorHandlerInterface errorHandler)
|
void |
ContainerContainerComponent.setErrorHandler(ErrorHandlerInterface errorHandler)
|
Uses of ErrorHandlerInterface in com.sas.util |
---|
Classes in com.sas.util that implement ErrorHandlerInterface | |
---|---|
class |
SystemLog
SystemLog provides a consistent way for applications and applets to report and/or record errors, warnings, and notable conditions that occur. |
Fields in com.sas.util declared as ErrorHandlerInterface | |
---|---|
protected ErrorHandlerInterface |
CommandDispatcher.errHandler
|
Methods in com.sas.util that return ErrorHandlerInterface | |
---|---|
ErrorHandlerInterface |
CommandDispatcher.getErrorHandler()
Get the error handler that is set on the command if it implements the SupportsErrorHandlerInterface. |
Methods in com.sas.util with parameters of type ErrorHandlerInterface | |
---|---|
void |
CommandDispatcher.setErrorHandler(ErrorHandlerInterface errorHandler)
Set the error handler that is set on the command if it implements the SupportsErrorHandlerInterface. |
Uses of ErrorHandlerInterface in com.sas.util.errorhandlers |
---|
Classes in com.sas.util.errorhandlers that implement ErrorHandlerInterface | |
---|---|
class |
CompositeErrorHandler
CompositeErrorHandler is a composite errorhandler. |
class |
MessageBoxErrorHandler
MessageBoxErrorHandler is an error handler which displays a MessageBox when handleError() is called. |
class |
PrintlnErrorHandler
PrintlnErrorHandler is an error handler which prints the message to System.err or the specified stream when handleError() is called. |
class |
StringDataErrorHandler
StringDataErrorHandler is an ErrorHandlerInterface implementation that sends the error message to a StringDataInterface object. |
Methods in com.sas.util.errorhandlers that return ErrorHandlerInterface | |
---|---|
ErrorHandlerInterface |
SupportsErrorHandlerInterface.getErrorHandler()
|
ErrorHandlerInterface |
CompositeErrorHandler.getFirst()
Get the first errorhandler called in handleError. |
ErrorHandlerInterface |
CompositeErrorHandler.getSecond()
Get the second errorhandler called in handleError. |
Methods in com.sas.util.errorhandlers with parameters of type ErrorHandlerInterface | |
---|---|
void |
SupportsErrorHandlerInterface.setErrorHandler(ErrorHandlerInterface errorHandler)
|
void |
CompositeErrorHandler.setFirst(ErrorHandlerInterface firstErrorHandler)
Set the first errorhandler called in handleError. |
void |
CompositeErrorHandler.setSecond(ErrorHandlerInterface secondErrorHandler)
Set the second errorhandler called in handleError. |
Constructors in com.sas.util.errorhandlers with parameters of type ErrorHandlerInterface | |
---|---|
CompositeErrorHandler(ErrorHandlerInterface firstErrorHandler,
ErrorHandlerInterface secondErrorHandler)
Default Constructor. |
Uses of ErrorHandlerInterface in com.sas.util.validators |
---|
Methods in com.sas.util.validators that return ErrorHandlerInterface | |
---|---|
ErrorHandlerInterface |
ValidatorInterface.getErrorHandler()
|
Methods in com.sas.util.validators with parameters of type ErrorHandlerInterface | |
---|---|
void |
ValidatorInterface.setErrorHandler(ErrorHandlerInterface errorHandler)
|
Uses of ErrorHandlerInterface in com.sas.visuals |
---|
Methods in com.sas.visuals that return ErrorHandlerInterface | |
---|---|
ErrorHandlerInterface |
NodeStyle.getErrorHander()
|
Methods in com.sas.visuals with parameters of type ErrorHandlerInterface | |
---|---|
void |
UnitsBox.setErrorHandler(ErrorHandlerInterface errorHandler)
Set the errorHandler for the validator of the text in the textField of the SpinBox. |
void |
SpinBox.setErrorHandler(ErrorHandlerInterface errorHandler)
Set the errorHandler for the validator of the text in the textField of the SpinBox. |
void |
NodeStyle.setErrorHandler(ErrorHandlerInterface newValue)
|
Uses of ErrorHandlerInterface in com.sas.visuals.adapters |
---|
Fields in com.sas.visuals.adapters declared as ErrorHandlerInterface | |
---|---|
protected ErrorHandlerInterface |
PopupMenuAdapter.errHandler
|
Methods in com.sas.visuals.adapters that return ErrorHandlerInterface | |
---|---|
ErrorHandlerInterface |
PopupMenuAdapter.getErrorHandler()
Get the error handler used by all commands that implement the SupportsErrorHandlerInterface. |
Methods in com.sas.visuals.adapters with parameters of type ErrorHandlerInterface | |
---|---|
void |
PopupMenuAdapter.setErrorHandler(ErrorHandlerInterface errorHandler)
Set the error handler used by all commands that implement the SupportsErrorHandlerInterface. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |