org.nakedobjects.plugins.dnd
Interface ObjectContent

All Superinterfaces:
Content
All Known Subinterfaces:
OneToManyFieldElement, OneToOneField
All Known Implementing Classes:
AbstractObjectContent, CollectionElement, ObjectActionContent, ObjectParameterImpl, OneToManyFieldElementImpl, OneToOneFieldImpl, RootObject

public interface ObjectContent
extends Content


Method Summary
 Consent canClear()
           
 Consent canSet(NakedObject dragSource)
           
 void clear()
           
 NakedObject getObject()
           
 void setObject(NakedObject object)
           
 
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

canClear

Consent canClear()

canSet

Consent canSet(NakedObject dragSource)

clear

void clear()

getObject

NakedObject getObject()

setObject

void setObject(NakedObject object)


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