WUI : API


org.westofj.wui
Interface WDisplayable

All Known Implementing Classes:
WLabelWidget, WLocalizedText, WText

public interface WDisplayable

Defines the interface for displaying text to the display. Objects implement this interface in order to present a view to the display.

Version:
$Revision: 1.2 $, $Date: 2004/03/08 01:57:36 $
Author:
bill

Method Summary
 String getText(WRunner runner)
          Returns the textual view of the instance.
 

Method Detail

getText

public String getText(WRunner runner)
Returns the textual view of the instance.

Parameters:
runner - the current runner context.
Returns:
String the textual view of the instance.

Copyright (c) 2003 West of J - All rights reserved.