|
Revision 46, 462 bytes
(checked in by JJR, 4 years ago)
|
* 0.2 Branch added: New working DWT version submitted by Shawn Liu.
|
| Line | |
|---|
| 1 |
module swt.all; |
|---|
| 2 |
|
|---|
| 3 |
// Don't import any thing of internal package, |
|---|
| 4 |
// user code out side DWT not allowed to use internal module; |
|---|
| 5 |
public{ |
|---|
| 6 |
import swt.swt; |
|---|
| 7 |
import swt.accessibility.allaccessibility; |
|---|
| 8 |
import swt.browser.allbrowser; |
|---|
| 9 |
import swt.custom.allcustom; |
|---|
| 10 |
import swt.events.allevents; |
|---|
| 11 |
import swt.graphics.allgraphics; |
|---|
| 12 |
import swt.layout.alllayout; |
|---|
| 13 |
import swt.printing.allprinting; |
|---|
| 14 |
import swt.util.allutil; |
|---|
| 15 |
import swt.widgets.allwidgets; |
|---|
| 16 |
} |
|---|