JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class DefaultErrorHandler

java.lang.Object
  |
  +--com.klg.jclass.higrid.DefaultErrorHandler
All Implemented Interfaces:
EventListener, HiGridErrorHandler, HiGridErrorListener, Serializable

public class DefaultErrorHandler
extends Object
implements HiGridErrorHandler, Serializable

DefaultErrorHandler is the default error handler for HiGrid Error events.

See Also:
Serialized Form

Constructor Summary
DefaultErrorHandler(com.klg.jclass.higrid.HiGrid grid)
          Constructor
 
Method Summary
 void processError(com.klg.jclass.higrid.HiGridErrorEvent event)
          Invoked when a HiGrid Error event has occurred.
 void setErrorDialogTitle(String title)
          Sets the title to the error dialog.
 void setShowErrorDialog(boolean show)
          Sets the show error dialog indication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorHandler

public DefaultErrorHandler(com.klg.jclass.higrid.HiGrid grid)
Constructor

Method Detail

setShowErrorDialog

public void setShowErrorDialog(boolean show)
Sets the show error dialog indication. Default is show.

Specified by:
setShowErrorDialog in interface HiGridErrorHandler
Parameters:
show - True if to show error dialog.

setErrorDialogTitle

public void setErrorDialogTitle(String title)
Sets the title to the error dialog.

Specified by:
setErrorDialogTitle in interface HiGridErrorHandler
Parameters:
title - The title.

processError

public void processError(com.klg.jclass.higrid.HiGridErrorEvent event)
Invoked when a HiGrid Error event has occurred.

Specified by:
processError in interface HiGridErrorListener

Copyright © 2004 Quest Software Inc..
All rights reserved.