;;;; -*- Mode: LISP; Syntax: Common-Lisp; Base: 10 -*- ;;;; --------------------------------------------------------------------------- ;;;; File name: zgraph-case-display-objects.lsp ;;;; System: ;;;; Author: Shawn Nicholson ;;;; Created: July 26, 2002 15:21:35 ;;;; Purpose: ;;;; --------------------------------------------------------------------------- ;;;; Modified: Monday, May 26, 2003 at 13:47:31 by nicholson ;;;; --------------------------------------------------------------------------- (in-package :zgraph-case-display) (defclass zgraph-case-display (fire-case-viewer::case-display-dialog zgraph::zgraph-window-class) () (:documentation "A case display dialog that operates on a graphical representation of the case")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; End of Code