edu.udo.cs.miningmart.gui.util
Class CaseTrasher

java.lang.Object
  extended byedu.udo.cs.miningmart.gui.util.CaseTrasher

public class CaseTrasher
extends java.lang.Object

A class for trashing a case.

Version:
$Id: CaseTrasher.java,v 1.4 2006/04/11 14:10:18 euler Exp $
Author:
Daniel Hakenjos

Constructor Summary
CaseTrasher(MiningMartApplication application)
           
 
Method Summary
 int deleteCase()
          Deletes a selected Case.
 void init()
          Inits this CaseTrasher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseTrasher

public CaseTrasher(MiningMartApplication application)
Method Detail

init

public void init()
Inits this CaseTrasher.


deleteCase

public int deleteCase()
Deletes a selected Case.

Returns:
'0' if case was deleted, '-1' otherwise


Copyright © 2001-2005