org.nakedobjects.plugins.dnd
Interface ObjectParameter

All Superinterfaces:
Content, ParameterContent
All Known Implementing Classes:
ObjectParameterImpl

public interface ObjectParameter
extends ParameterContent


Method Summary
 Consent canSet(NakedObject dragSource)
           
 void setObject(NakedObject object)
           
 
Methods inherited from interface org.nakedobjects.plugins.dnd.ParameterContent
getParameterName, isRequired
 
Methods inherited from interface org.nakedobjects.plugins.dnd.Content
canDrop, contentMenuOptions, debugDetails, drop, getDescription, getHelp, getIconName, getIconPicture, getId, getNaked, getOptions, getSpecification, isCollection, isObject, isOptionEnabled, isPersistable, isTextParseable, isTransient, parseTextEntry, title, viewMenuOptions, windowTitle
 

Method Detail

canSet

Consent canSet(NakedObject dragSource)

setObject

void setObject(NakedObject object)


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