Uses of Enum
org.gjt.sp.util.AwtRunnableQueue
Packages that use AwtRunnableQueue
Package
Description
Utility classes used by jEdit but that do not depend on jEdit
itself.
-
Uses of AwtRunnableQueue in org.gjt.sp.util
Subclasses with type arguments of type AwtRunnableQueue in org.gjt.sp.utilModifier and TypeClassDescriptionenumA queue for runnables that should run in the EDT after all pending IO tasks are finishedMethods in org.gjt.sp.util that return AwtRunnableQueueModifier and TypeMethodDescriptionstatic AwtRunnableQueueReturns the enum constant of this type with the specified name.static AwtRunnableQueue[]AwtRunnableQueue.values()Returns an array containing the constants of this enum type, in the order they are declared.