|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionEmulator | |
|---|---|
| creamtec.webcream.examples | |
| creamtec.webcream.gui | |
| Uses of ActionEmulator in creamtec.webcream.examples |
|---|
| Classes in creamtec.webcream.examples that implement ActionEmulator | |
|---|---|
class |
CustomControlProcessor
Example of implementing a custom renderer, custom updater and action emulator See WebCream documentation and javadoc for more information. |
| Uses of ActionEmulator in creamtec.webcream.gui |
|---|
| Classes in creamtec.webcream.gui that implement ActionEmulator | |
|---|---|
class |
WindowUpdater
Used to update GUI windows with the data, received from HTTP request. |
| Methods in creamtec.webcream.gui with parameters of type ActionEmulator | |
|---|---|
void |
WindowUpdater.registerActionEmulator(ActionEmulator emulator)
Registers action emulator for all actions |
void |
WindowUpdater.registerActionEmulator(ActionEmulator emulator,
java.lang.String windowFilter)
Registers action emulator for windows whose title matches the specified filter string |
void |
WindowUpdater.unregisterActionEmulator(ActionEmulator emulator)
Removes the registration of action emulator |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||