Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refine AWTEDTExecutor.invoke(..): Allow control whether a non AWT-EDT may ↵ | Sven Gothel | 2012-12-28 | 1 | -15/+36 |
| | | | | | | | execute the runnable. For some 'rare' AWT/GL lifecycle actions, it is required to only run the command on the AWT-EDT, hence adding an argument determining the restriction. | ||||
* | AWTEDTExecutor: Add convenient "invoke(Object treeLock, boolean wait, ↵ | Sven Gothel | 2012-09-10 | 1 | -1/+25 |
| | | | | Runnable r)" to be used directly | ||||
* | Platform: Add AWT_AVAILABLE 'knowledge'; RunnableExecutor: Add AWTEDT impl. ↵ | Sven Gothel | 2012-03-26 | 1 | -0/+65 |
/ API doc cleanup; DynamicLibraryBundle: Add getDefaultRunnableExecutor() |