Uses of Class
org.pushingpixels.radiance.theming.extras.internal.tabbed.DeltaQueue.Deltable
Packages that use DeltaQueue.Deltable
-
Uses of DeltaQueue.Deltable in org.pushingpixels.radiance.theming.extras.internal.tabbed
Modifier and TypeClassDescriptionprivate static class
Test class.static class
Information for previewing a tabbed pane.Fields in org.pushingpixels.radiance.theming.extras.internal.tabbed with type parameters of type DeltaQueue.DeltableModifier and TypeFieldDescriptionprotected ArrayList
<DeltaQueue.Deltable> DeltaQueue.queue
List of entries.Methods in org.pushingpixels.radiance.theming.extras.internal.tabbed that return types with arguments of type DeltaQueue.DeltableModifier and TypeMethodDescriptionDeltaQueue.dequeue
(int delay) Returns all deltables that have at most specified delay left.private List
<DeltaQueue.Deltable> TabPreviewThread.dequeueTabPreviewRequest
(int delay) Removes the tab preview requests that have at most specified delay left.Methods in org.pushingpixels.radiance.theming.extras.internal.tabbed with parameters of type DeltaQueue.DeltableModifier and TypeMethodDescriptionboolean
DeltaQueue.DeltaMatcher.matches
(DeltaQueue.Deltable deltable) Returnstrue
if the specified delta matches some criteria.void
DeltaQueue.queue
(DeltaQueue.Deltable deltable) Queues the specified deltable.