|
The SWT LwVCL version provides a flexible and powerful solution with a rich
set of different GUI components including complex components, like Grid,
Tree Grid, Tree, and the like. To start working with the library as soon as
it possible, the package includes about 60 various samples collected in the
sample central application, which can be easily viewed. There is not necessity
to enumerate all features of the version since they are the same as in J2SE LwVCL.
What does it mean "the same"?
It means:
- You get the same components set!
-
You get the same result! The components'
look and feel for both versions is practically identical.
-
Conception, API, documentation, samples
set is the same as in J2SE LwVCL. You don't need to spend time
on study.
It is necessary to note especially that the support of the version is very easy.
I use special LwVCL tools to get the new features and new components just
implemented in the J2SE LwVCL (main version) practically immediately in
this version. Moreover, I can help you port your J2SE LwVCL developed components
into the SWT version.
The branch has the following characteristics:
Provides more than 30 UI components:
| LwBorderPan |
bordered panel |
| LwLabel |
single line and multiline label |
| LwLine |
horizontal or vertical line |
| LwMenu |
popup menu component |
| LwMenuBar |
menu bar component |
| LwLink |
link-like button |
| LwButton |
complex button (supports images and
any other components as its content) |
| LwImage |
image component |
| LwTextField |
single line and multiline text field |
| LwCheckbox |
checkbox and radio button |
| LwStatusBar |
status bar panel |
| LwSplitPan |
splitter panel |
| LwList |
list component |
| LwCompList |
complex list component allows for any
other components as its items |
| LwTree |
tree component with customizable
and editable items |
| LwCombo |
combobox component |
| LwNotebook |
notebook component |
| LwScrollPan |
scroll panel |
| LwSlider |
slider component |
| LwProgress |
progress bar component |
| LwMaskTextField |
masked text field |
| LwSpin |
spin component |
| LwGrid |
grid component with customizable
and editable cells |
| LwTreeGrid |
tree grid component |
| LwColorPanel |
color panel to customize RGB color value |
| LwFontPanel |
font panel to customize font characteristics |
| LwFilePanel |
file panel to select a file |
| LwExtender |
the special container to show and hide the embedded child component |
| LwWindow |
internal window component |
| LwBlankDialog |
internal window component that is supposed to be
used as the dialog with the custom content |
|
and so on ...
To get more information, see the "LwVCL
basic ideas", "LwVCL
Tutorial" and other related chapters.
|