NWNFiles
Class NWNFile.FileState

java.lang.Object
  |
  +--NWNFiles.NWNFile.FileState
All Implemented Interfaces:
Cloneable
Enclosing class:
NWNFile

public static class NWNFile.FileState
extends Object
implements Cloneable


Constructor Summary
NWNFile.FileState(boolean _modified, String _operation, float _progress)
           
NWNFile.FileState(String _operation, float _progress)
           
 
Method Summary
 Object clone()
           
 String getOperation()
           
 float getProgress()
           
 boolean isModified()
           
protected  void setModified(boolean modified)
           
protected  void setOperation(String operation)
           
protected  void setProgress(float progress)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NWNFile.FileState

public NWNFile.FileState(String _operation,
                         float _progress)

NWNFile.FileState

public NWNFile.FileState(boolean _modified,
                         String _operation,
                         float _progress)
Method Detail

isModified

public boolean isModified()

getOperation

public String getOperation()

getProgress

public float getProgress()

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
CloneNotSupportedException

setModified

protected void setModified(boolean modified)

setOperation

protected void setOperation(String operation)

setProgress

protected void setProgress(float progress)