|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextModel | |
org.zaval.data | Different interfaces and classes used for data representation. |
org.zaval.lw | This is basic package of the light weight library. |
org.zaval.lw.mask | This is set of classes to implement masked text field component. |
Uses of TextModel in org.zaval.data |
Classes in org.zaval.data that implement TextModel | |
class |
SingleLineTxt
This class is an impl ementation of TextModel interface. |
class |
Text
This class is an implementation of TextModel interface. |
Uses of TextModel in org.zaval.lw |
Methods in org.zaval.lw that return TextModel | |
TextModel |
LwLabel.getTextModel()
Gets the text model that is shown with the class. |
TextModel |
LwSpin.getTextModel()
Gets the text model. |
TextModel |
LwTextRender.getTextModel()
Gets the target object as the text model. |
Methods in org.zaval.lw with parameters of type TextModel | |
protected LwTextRender |
LwLabel.makeTextRender(TextModel t)
The method gets default text render that will be used to render the specified text model. |
protected LwTextRender |
LwTextField.makeTextRender(TextModel t)
|
static java.awt.Point |
LwTextField.findNextWord(TextModel t,
int line,
int col,
int d)
Finds starting from the specified line and column next word in the given text model and returns the found word location. |
static java.lang.String |
LwTextField.getSubString(TextModel t,
java.awt.Point start,
java.awt.Point end)
Returns a substring of the specified text model, at the given start and last position. |
Constructors in org.zaval.lw with parameters of type TextModel | |
LwLabel(TextModel t)
Constructs the component with the specified text model. |
|
LwTextField(TextModel model)
Constructs a text field component with the specified text model. |
|
LwTextRender(TextModel text)
Constructs the render with the specified target text model. |
|
LwPasswordText(TextModel text)
Constructs the render with the specified target text model. |
|
LwWrappedText(TextModel t)
Constructs the render with the specified target text model. |
|
LwAdvTextRender(TextModel text)
Constructs the render with the specified target text model. |
Uses of TextModel in org.zaval.lw.mask |
Classes in org.zaval.lw.mask that implement TextModel | |
class |
MaskedText
This class implements text model interface for masked text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |