org.isqlviewer.swing.action |
|
Java Source File Name | Type | Comment |
CustomAction.java | Class | author: Mark A. |
EventTask.java | Class | Class for storing event delegation information.
This class stores the essential information to reflect swing event information back to the appropriate listeners
using the swing event manager.
author: Mark A. |
OverwriteToggleAction.java | Class | author: Mark A. |
RefreshViewAction.java | Class | Specialized action class for supporting a generic 'refresh' or 'reload' call.
author: Mark A. |
RunnableEventTask.java | Class | Runnable task for enqueuing runnable code into the swing event manager.
Essentially this class alliviate the needs of having to use the SwingUtilites.invokeLater() method, where that same
runnable can be enqueued in the the swing event manager instead.
author: Mark A. |
SharedActions.java | Class | author: Mark A. |
SwingEventManager.java | Class | Event delegate system to process events outside of the standard swing thread.
author: Mark A. |