UndoRedo V1.2
by Matthew Ford
2005/06/27

au.com.forward.undoRedo
Interface IDisplayText

All Known Implementing Classes:
UndoRedoManager.DisplayTextArea, UndoRedoManager.TextAreaWrapper

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

setText

void setText(java.lang.String text)
Displays the string argument

Parameters:
text - The text to be displayed.

©2005, Forward Computing and Control Pty. Ltd
ACN 003 669 994   NSW Australia
All Rights Reserved.