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 classTest class.static classInformation 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.queueList 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 TypeMethodDescriptionbooleanDeltaQueue.DeltaMatcher.matches(DeltaQueue.Deltable deltable) Returnstrueif the specified delta matches some criteria.voidDeltaQueue.queue(DeltaQueue.Deltable deltable) Queues the specified deltable.