|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunnableQueue.RunHandler | |
|---|---|
| org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
| org.apache.batik.util | Provides some useful classes. |
| Uses of RunnableQueue.RunHandler in org.apache.batik.bridge |
|---|
| Classes in org.apache.batik.bridge that implement RunnableQueue.RunHandler | |
|---|---|
protected class |
UpdateManager.UpdateManagerRunHander
|
| Fields in org.apache.batik.bridge declared as RunnableQueue.RunHandler | |
|---|---|
protected RunnableQueue.RunHandler |
UpdateManager.runHandler
The RunHandler for the RunnableQueue. |
| Methods in org.apache.batik.bridge that return RunnableQueue.RunHandler | |
|---|---|
protected RunnableQueue.RunHandler |
UpdateManager.createRunHandler()
|
| Uses of RunnableQueue.RunHandler in org.apache.batik.util |
|---|
| Classes in org.apache.batik.util that implement RunnableQueue.RunHandler | |
|---|---|
static class |
RunnableQueue.RunHandlerAdapter
This is an adapter class that implements the RunHandler interface. |
| Fields in org.apache.batik.util declared as RunnableQueue.RunHandler | |
|---|---|
protected RunnableQueue.RunHandler |
RunnableQueue.runHandler
The object which handle run events. |
| Methods in org.apache.batik.util that return RunnableQueue.RunHandler | |
|---|---|
RunnableQueue.RunHandler |
RunnableQueue.getRunHandler()
Returns the RunHandler or null. |
| Methods in org.apache.batik.util with parameters of type RunnableQueue.RunHandler | |
|---|---|
void |
RunnableQueue.setRunHandler(RunnableQueue.RunHandler rh)
Sets the RunHandler for this queue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||