|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PosInfo | |
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 PosInfo in org.zaval.lw |
Classes in org.zaval.lw that implement PosInfo | |
class |
LwGridLayout
This class implements layout manager interface. |
class |
LwListLayout
The class implements layout manager interface. |
class |
LwScroll
This is scrollbar component. |
class |
LwTextField
This class is a text field component. |
Uses of PosInfo in org.zaval.lw.grid |
Classes in org.zaval.lw.grid that implement PosInfo | |
class |
LwGrid
This is light weight grid component. |
class |
LwTreeGrid
This is light weight tree grid component. |
Uses of PosInfo in org.zaval.lw.mask |
Classes in org.zaval.lw.mask that implement PosInfo | |
class |
LwMaskTextField
This is masked text field lightweight component that is supposed to be used for masked input. |
Uses of PosInfo in org.zaval.misc |
Methods in org.zaval.misc that return PosInfo | |
PosInfo |
PosController.getPosInfo()
Gets the pos info. |
Methods in org.zaval.misc with parameters of type PosInfo | |
void |
PosController.setPosInfo(PosInfo p)
Sets the specified pos info. |
static int |
PosController.calcMaxOffset(PosInfo pi)
Calculates and returns the maximal offset for the specified pos info. |
Constructors in org.zaval.misc with parameters of type PosInfo | |
PosController(PosInfo pi)
Constructs the new instance of the class with the specified pos info. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |