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 classDeltaQueue.DeltableTestTest class.static classTabPreviewThread.TabPreviewInfoInformation 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. queueList 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 booleanDeltaQueue.DeltaMatcher. matches(DeltaQueue.Deltable deltable)Returnstrueif the specified delta matches some criteria.voidDeltaQueue. queue(DeltaQueue.Deltable deltable)Queues the specified deltable.
-