|
WUI : API |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.westofj.wui.WText
An implementation of WDisplayable that wraps a String
.
Constructor Summary | |
WText(String text)
Constructs a text instance with the specified text. |
Method Summary | |
boolean |
equals(Object object)
|
String |
getText()
Returns the text value. |
String |
getText(WRunner runner)
Returns the textual view of the instance. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WText(String text)
text
- the text value of the text instance.Method Detail |
public String getText(WRunner runner)
WDisplayable
getText
in interface WDisplayable
runner
- the current runner context.
public String getText()
public boolean equals(Object object)
public int hashCode()
public String toString()
|
Copyright (c) 2003 West of J - All rights reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |