|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditableText
This interface must be implemented by all classes representing text that can be edited by JETERS.
Method Summary | |
---|---|
java.lang.String |
getLabel()
get the "label" of the text, i.e. some kind of name (title of wiki article, filename, ...) |
java.lang.String |
getText()
get the text represented by this object |
void |
setLabel(java.lang.String newText)
changes the label of the text |
void |
setText(java.lang.String newText)
changes the text to a new String |
Method Detail |
---|
java.lang.String getText()
void setText(java.lang.String newText)
newText
- the String containing the new textjava.lang.String getLabel()
void setLabel(java.lang.String newText)
newText
- the String containing the new label
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |