|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PosController | |
org.zaval.lw | This is basic package of the light weight library. |
org.zaval.lw.grid | This is set of classes to implement the light weight grid and tree grid components. |
org.zaval.lw.mask | This is set of classes to implement masked text field component. |
org.zaval.misc | Different classes that can be useful for a different purposes. |
Uses of PosController in org.zaval.lw |
Methods in org.zaval.lw that return PosController | |
PosController |
LwTextField.getPosController()
Gets the pos controller that manages the text cursor position. |
PosController |
LwList.getPosController()
Gets the position controller. |
PosController |
LwScroll.getPosController()
Gets the position controller. |
Methods in org.zaval.lw with parameters of type PosController | |
void |
LwTextField.setPosController(PosController p)
Sets the specified pos controller to manage the text cursor position. |
static java.awt.Point |
LwTextField.getTextLocationAt(LwTextRender render,
PosController pos)
Calculates and gets a pixel location for the specified text render and the text cursor position. |
void |
LwList.setPosController(PosController c)
Sets the specified position controller. |
void |
LwScroll.setPosController(PosController p)
Sets the specified position controller. |
Uses of PosController in org.zaval.lw.grid |
Methods in org.zaval.lw.grid that return PosController | |
PosController |
LwGrid.getPosController()
Gets the position controller. |
Methods in org.zaval.lw.grid with parameters of type PosController | |
void |
LwGrid.setPosController(PosController p)
Sets the position controller. |
Uses of PosController in org.zaval.lw.mask |
Subclasses of PosController in org.zaval.lw.mask | |
class |
MaskPosController
This class is specific implementation of the pos controller for the masked text field component. |
Uses of PosController in org.zaval.misc |
Methods in org.zaval.misc with parameters of type PosController | |
static java.awt.Point |
PosController.getPointByOffset(int offset,
PosController pc)
Gets a line number and a column number by the specified text offset for the specified controller. |
static int |
PosController.getOffsetByPoint(int row,
int col,
PosController pc)
Gets an offset by the specified text line and column for the specified controller. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |