This appendix contains a few complete example programs that illustrate some of the more complex features in Perspective for Java: | ||
n | Event Handling (See ListenAndRotate and FullMetalListen) | |
n | Tool Tips (See ToolTipDemoOne) |
This example program primarily illustrates the use of the following methods: | ||
n | addPerspectiveListener() | |
n | perspectiveEvent() | |
The addPerspectiveListener() and perspectiveEvent() methods are described in Chapter 8. Also see Chapter 3 for an overview of how events Perspective events are collected and reported to the listener interface. |
This example program illustrates the use of the following methods: | ||
n | addPerspectiveListener() | |
n | perspectiveEvent() | |
The addPerspectiveListener() and perspectiveEvent() methods are described in Chapter 8. Also see Chapter 3 for an overview of how events Perspective events are collected and reported to the listener interface. |
This example program illustrates the use of the following methods: | ||
n | setDeveloperToolTip() | |
n | setUserToolTip() | |
These methods are described in Chapter 8. |