|
UndoRedo V1.2 by Matthew Ford 2005/06/27 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDisplayText
This interface marks a class as being able to display text using setText(str)
.
This interface is used by the IHaveDescription.getDescription(au.com.forward.undoRedo.IDisplayText, au.com.forward.undoRedo.UndoRedoTreeNode)
method to set a callback method that
will display the discription when it is available.
Method Summary | |
---|---|
void |
setText(java.lang.String text)
Displays the string argument |
Method Detail |
---|
void setText(java.lang.String text)
text
- The text to be displayed.
|
©2005, Forward Computing and Control Pty. Ltd ACN 003 669 994 NSW Australia All Rights Reserved. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |