org.nakedobjects.plugins.dnd.viewer.view.field
Class AbstractValueOption

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.action.AbstractUserAction
      extended by org.nakedobjects.plugins.dnd.viewer.view.field.AbstractValueOption
All Implemented Interfaces:
UserAction
Direct Known Subclasses:
ClearValueOption, CopyValueOption, PasteValueOption

public abstract class AbstractValueOption
extends AbstractUserAction


Field Summary
protected  AbstractField field
           
 
Fields inherited from interface org.nakedobjects.plugins.dnd.UserAction
DEBUG, EXPLORATION, USER
 
Method Summary
protected  NakedObject getValue(View view)
           
protected  boolean isEmpty(View view)
           
protected  void updateParent(View view)
           
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.action.AbstractUserAction
disabled, execute, getDescription, getHelp, getName, getType, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

field

protected final AbstractField field
Method Detail

getValue

protected NakedObject getValue(View view)

updateParent

protected void updateParent(View view)

isEmpty

protected boolean isEmpty(View view)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.