Uses of Class
org.pushingpixels.radiance.theming.extras.internal.tabbed.DeltaQueue.Deltable
-
Packages that use DeltaQueue.Deltable Package Description org.pushingpixels.radiance.theming.extras.internal.tabbed -
-
Uses of DeltaQueue.Deltable in org.pushingpixels.radiance.theming.extras.internal.tabbed
Subclasses of DeltaQueue.Deltable in org.pushingpixels.radiance.theming.extras.internal.tabbed Modifier and Type Class Description private static class
DeltaQueue.DeltableTest
Test class.static class
TabPreviewThread.TabPreviewInfo
Information for previewing a tabbed pane.Fields in org.pushingpixels.radiance.theming.extras.internal.tabbed with type parameters of type DeltaQueue.Deltable Modifier and Type Field Description protected java.util.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.Deltable Modifier and Type Method Description java.util.List<DeltaQueue.Deltable>
DeltaQueue. dequeue(int delay)
Returns all deltables that have at most specified delay left.private java.util.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.Deltable Modifier and Type Method Description boolean
DeltaQueue.DeltaMatcher. matches(DeltaQueue.Deltable deltable)
Returnstrue
if the specified delta matches some criteria.void
DeltaQueue. queue(DeltaQueue.Deltable deltable)
Queues the specified deltable.
-