|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LwCanvas | |
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.lw.tree | This is set of classes to implement the light weight tree component. |
Uses of LwCanvas in org.zaval.lw |
Subclasses of LwCanvas in org.zaval.lw | |
class |
LwActContainer
This class can be used for creating light weight containers that: Wants to have focus. Has a special child component that can be selected with rectangle frame if the container has focus (use setAsFocusComponent
method to define the child component. |
class |
LwBaseLayer
This layer class is basic implementation of the layer interface |
class |
LwBlankDialog
This class is "template" window component that can be used as the dialog window with the different content. |
class |
LwBorderPan
This is lightweight component that can be used to organize border panel. |
class |
LwButton
This is button component, that is a composite component, so it is possible to use any other component as the button label. |
class |
LwCheckbox
The class represents a switching GUI componenent that can have one of two states: "on" or "off". |
class |
LwColorPanel
This panel provides ability to cutomize color using different ways : By the specifying RGB color components in the text fields. By the specifying RGB color components using sliders. By the selecting one of the predefined color. |
class |
LwCombo
This is combobox component. |
class |
LwComboList
This is list component that is supposed to be used as the list of the combobox component. |
class |
LwFilePanel
|
class |
LwFontPanel
|
class |
LwImage
This light weight component is used to show an image. |
class |
LwLabel
This light weight component is used to show a text by using LwTextRender as the face view. |
class |
LwLine
|
class |
LwLink
This component is something like text links that are used by "html". |
class |
LwList
This is list component. |
class |
LwMenu
|
class |
LwMenuBar
|
class |
LwMenuButton
|
class |
LwNotebook
This is notebook container. |
class |
LwPanel
This is implementation of the light weight container interface that has to be used to develop own light weight containers. |
class |
LwPopupLayer
|
class |
LwProgress
This is progress bar light weight component that can be used to display progress status for some processes. |
class |
LwScroll
This is scrollbar component. |
class |
LwScrollPan
This is scroll panel component. |
class |
LwSlider
This is slider component that can be used to select a value from the specified integer interval. |
class |
LwSpeedButton
This is state button component that allows to customize acceleration for repeatable action event generation. |
class |
LwSpin
This is spin light weight component that can be used to input a bound integer value. |
class |
LwSplitPan
This split panel component is used to divide the container area into two resizeable areas. |
class |
LwStatusBar
This is status bar light weight component. |
class |
LwStButton
This is state button component. |
class |
LwTextField
This class is a text field component. |
class |
LwTracker
This is tracker component. |
class |
LwWindow
This class is window lightweight component that can be used as a desktop window. |
class |
LwWinLayer
This is housekeeping layer implementation that is used by LwRoot class as the internal windows container. |
Uses of LwCanvas in org.zaval.lw.grid |
Subclasses of LwCanvas in org.zaval.lw.grid | |
class |
LwGrid
This is light weight grid component. |
class |
LwGridCaption
This component is used as the top grid component caption with a custom views. |
class |
LwTreeGrid
This is light weight tree grid component. |
Uses of LwCanvas in org.zaval.lw.mask |
Subclasses of LwCanvas in org.zaval.lw.mask | |
class |
LwMaskTextField
This is masked text field lightweight component that is supposed to be used for masked input. |
Uses of LwCanvas in org.zaval.lw.tree |
Subclasses of LwCanvas in org.zaval.lw.tree | |
class |
LwTree
This is tree view component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |