org.zkoss.zkex.zul.impl |
Classes for Implementing ZUL Extension
Classes used to implement ZUL Component extension Set (implementation only).
|
Java Source File Name | Type | Comment |
JFreeChartEngine.java | Class | A chart engine implemented with JFreeChart.
This is the JFreeChart base chart engine implementation. |
JHLabsCaptchaEngine.java | Class | A captcha engine implemented with JH Labs libraries. |
Operation.java | Interface | |
OperationQueue.java | Class | A queue for storing
Operation and is thread-safe. |
OperationQueueListener.java | Interface | |
OperationThread.java | Class | This class is for model sharer developer only, you rarely need to use this class.
OperationThread has only one instance in each desktop, it store it-self in the desktop by setAttribute.
It create and monitor the
OperationQueue , if there are any operation in queue, it will consume it. |