|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cursorable | |
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. |
Uses of Cursorable in org.zaval.lw |
Classes in org.zaval.lw that implement Cursorable | |
class |
LwBlankDialog
This class is "template" window component that can be used as the dialog window with the different content. |
class |
LwLink
This component is something like text links that are used by "html". |
class |
LwSplitPan
This split panel component is used to divide the container area into two resizeable areas. |
class |
LwTextField
This class is a text field component. |
class |
LwWindow
This class is window lightweight component that can be used as a desktop window. |
Methods in org.zaval.lw that return Cursorable | |
Cursorable |
LwCursorManager.getCursorable(LwComponent target)
Gets the current cursorable interface for the given component. |
Methods in org.zaval.lw with parameters of type Cursorable | |
void |
LwCursorManager.setCursorable(LwComponent target,
Cursorable c)
Sets the specified cursorable interface for the given component. |
Uses of Cursorable in org.zaval.lw.grid |
Classes in org.zaval.lw.grid that implement Cursorable | |
class |
LwGridCaption
This component is used as the top grid component caption with a custom views. |
Uses of Cursorable in org.zaval.lw.mask |
Classes in org.zaval.lw.mask that implement Cursorable | |
class |
LwMaskTextField
This is masked text field lightweight component that is supposed to be used for masked input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |