|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.plugins.dnd.viewer.content.AbstractContent
public abstract class AbstractContent
| Constructor Summary | |
|---|---|
AbstractContent()
|
|
| Method Summary | |
|---|---|
void |
contentMenuOptions(UserActionSet options)
Allows this content to add menu options to the set of menu options the user will see for this content. |
boolean |
isCollection()
Returns true if this content represents a NakedCollection. |
boolean |
isObject()
Returns true if this content represents a NakedObject. |
boolean |
isPersistable()
Returns true if the object represented by this content can be persisted. |
boolean |
isTextParseable()
|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nakedobjects.plugins.dnd.Content |
|---|
canDrop, debugDetails, drop, getDescription, getHelp, getIconName, getIconPicture, getId, getNaked, getOptions, getSpecification, isOptionEnabled, isTransient, parseTextEntry, title |
| Constructor Detail |
|---|
public AbstractContent()
| Method Detail |
|---|
public void contentMenuOptions(UserActionSet options)
Content
contentMenuOptions in interface ContentContent.viewMenuOptions(UserActionSet)public boolean isCollection()
Content
isCollection in interface Contentpublic boolean isObject()
Content
isObject in interface Contentpublic boolean isPersistable()
Content
isPersistable in interface Contentpublic boolean isTextParseable()
isTextParseable in interface Contentpublic void viewMenuOptions(UserActionSet options)
Content
viewMenuOptions in interface ContentContent.contentMenuOptions(UserActionSet)public java.lang.String windowTitle()
windowTitle in interface Content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||