|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Content
| Method Summary | |
|---|---|
Consent |
canDrop(Content sourceContent)
Determines if the specified content can be drop on this content. |
void |
contentMenuOptions(UserActionSet options)
Allows this content to add menu options to the set of menu options the user will see for this content. |
void |
debugDetails(DebugString debug)
|
NakedObject |
drop(Content sourceContent)
Implements the response to the dropping of the specified content onto this content. |
java.lang.String |
getDescription()
|
java.lang.String |
getHelp()
|
java.lang.String |
getIconName()
The name of the icon to use to respresent the object represented by this content. |
Image |
getIconPicture(int iconHeight)
The icon to use to respresent the object represented by this content. |
java.lang.String |
getId()
|
NakedObject |
getNaked()
The object represented by this content. |
NakedObject[] |
getOptions()
|
NakedObjectSpecification |
getSpecification()
The specification of the object represented by this content. |
boolean |
isCollection()
Returns true if this content represents a NakedCollection. |
boolean |
isObject()
Returns true if this content represents a NakedObject. |
boolean |
isOptionEnabled()
|
boolean |
isPersistable()
Returns true if the object represented by this content can be persisted. |
boolean |
isTextParseable()
|
boolean |
isTransient()
Returns true if the object represented by this content is transient; has not been persisted yet. |
void |
parseTextEntry(java.lang.String entryText)
|
java.lang.String |
title()
|
void |
viewMenuOptions(UserActionSet options)
Allows this content to add menu options to the set of menu options the user will see for this view. |
java.lang.String |
windowTitle()
|
| Method Detail |
|---|
Consent canDrop(Content sourceContent)
void contentMenuOptions(UserActionSet options)
viewMenuOptions(UserActionSet)void debugDetails(DebugString debug)
NakedObject drop(Content sourceContent)
java.lang.String getDescription()
java.lang.String getHelp()
java.lang.String getIconName()
Image getIconPicture(int iconHeight)
java.lang.String getId()
NakedObject getNaked()
NakedObject[] getOptions()
NakedObjectSpecification getSpecification()
boolean isCollection()
boolean isObject()
boolean isPersistable()
boolean isOptionEnabled()
boolean isTransient()
boolean isTextParseable()
void parseTextEntry(java.lang.String entryText)
java.lang.String title()
void viewMenuOptions(UserActionSet options)
contentMenuOptions(UserActionSet)java.lang.String windowTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||