org.nakedobjects.viewer.lightweight
Class ObjectViewState

java.lang.Object
  extended byorg.nakedobjects.viewer.lightweight.ObjectViewState
All Implemented Interfaces:
java.lang.Cloneable

public class ObjectViewState
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
ObjectViewState()
           
 
Method Summary
 boolean canDrop()
           
 boolean cantDrop()
           
 void clearObjectIdentified()
           
 void clearRootViewIdentified()
           
 void clearViewIdentified()
           
protected  java.lang.Object clone()
           
 boolean isObjectIdentified()
           
 boolean isRootViewIdentified()
           
 boolean isViewIdentified()
           
 void setCanDrop()
           
 void setCantDrop()
           
 void setObjectIdentified()
           
 void setRootViewIdentified()
           
 void setViewIdentified()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectViewState

public ObjectViewState()
Method Detail

setCanDrop

public void setCanDrop()

setCantDrop

public void setCantDrop()

setObjectIdentified

public void setObjectIdentified()

isObjectIdentified

public boolean isObjectIdentified()

setRootViewIdentified

public void setRootViewIdentified()

isRootViewIdentified

public boolean isRootViewIdentified()

setViewIdentified

public void setViewIdentified()

isViewIdentified

public boolean isViewIdentified()

canDrop

public boolean canDrop()

cantDrop

public boolean cantDrop()

clearObjectIdentified

public void clearObjectIdentified()

clearRootViewIdentified

public void clearRootViewIdentified()

clearViewIdentified

public void clearViewIdentified()

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException