|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LwPanel | |
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. |
Uses of LwPanel in org.zaval.lw |
Subclasses of LwPanel 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 |
LwList
This is list component. |
class |
LwMenu
|
class |
LwMenuBar
|
class |
LwNotebook
This is notebook container. |
class |
LwPopupLayer
|
class |
LwScroll
This is scrollbar component. |
class |
LwScrollPan
This is scroll panel component. |
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 |
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 LwPanel in org.zaval.lw.grid |
Subclasses of LwPanel in org.zaval.lw.grid | |
class |
LwGrid
This is light weight grid component. |
class |
LwTreeGrid
This is light weight tree grid component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |