jas.jds.interfaces
Class CutProperties

java.lang.Object
  |
  +--jas.jds.interfaces.CutProperties
All Implemented Interfaces:
java.io.Serializable

public abstract class CutProperties
extends java.lang.Object
implements java.io.Serializable

Use a subclass of this class to send properties of Cut objects between the cut objects and the dialogs on the client machine. In subclasses, declare public member fields which describe all of the options the user has for a particular Cut subclass. Note that all data fields must be serializable.

See Also:
Serialized Form

Field Summary
 boolean m_hasPartition
           
 
Constructor Summary
CutProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_hasPartition

public boolean m_hasPartition
Constructor Detail

CutProperties

public CutProperties()