Last change
on this file was
12732,
checked in by Mark Evenson, 14 years ago
|
Make GUI examples buildable; putative attempt at a README.
|
File size:
599 bytes
|
Line | |
---|
1 | Graphical User Interface |
---|
2 | ======================== |
---|
3 | |
---|
4 | abcl.DialogPromptStream |
---|
5 | swing.SwingDialogPromptStream |
---|
6 | awt.AwtDialogPromptStream |
---|
7 | |
---|
8 | Provides an example of a GUI abstraction that serves as a drop-in |
---|
9 | replacement for *DEBUG-IO*. The concrete classes |
---|
10 | SwingDialogPromptStream and AwtDialogPromptStream provide |
---|
11 | implemntations in Swing and AWT respectively. |
---|
12 | |
---|
13 | |
---|
14 | awt.ActionListener |
---|
15 | awt.ComponentAdapter |
---|
16 | awt.KeyAdaptor |
---|
17 | awt.MouseAdaptor |
---|
18 | awt.MotionMouseAdaptor |
---|
19 | awt.WindowAdaptor |
---|
20 | |
---|
21 | How to map standard AWT listeners and adaptors to Lisp by using the |
---|
22 | org.armedbear.lisp.JHandler callback mechanism. |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.