org.nakedobjects.plugins.dnd
Interface TextParseableContent

All Superinterfaces:
Content
All Known Subinterfaces:
TextParseableField, TextParseableParameter
All Known Implementing Classes:
TextParseableFieldImpl, TextParseableParameterImpl

public interface TextParseableContent
extends Content


Method Summary
 boolean canClear()
           
 boolean canWrap()
           
 void clear()
           
 void entryComplete()
           
 int getMaximumLength()
           
 int getNoLines()
           
 int getTypicalLineLength()
           
 Consent isEditable()
           
 boolean isEmpty()
           
 java.lang.String titleString(NakedObject value)
           
 
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

clear

void clear()

canClear

boolean canClear()

canWrap

boolean canWrap()

entryComplete

void entryComplete()

getMaximumLength

int getMaximumLength()

getNoLines

int getNoLines()

getTypicalLineLength

int getTypicalLineLength()

isEditable

Consent isEditable()

isEmpty

boolean isEmpty()

titleString

java.lang.String titleString(NakedObject value)


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