Package | Description |
---|---|
org.jvnet.lafwidget.tabbed | |
org.jvnet.lafwidget.utils |
Modifier and Type | Class and Description |
---|---|
static class |
TabPreviewThread.TabPreviewInfo
Information for previewing a tabbed pane.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<DeltaQueue.Deltable> |
DeltaQueue.queue
List of entries.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DeltaQueue.Deltable> |
DeltaQueue.dequeue(int delay)
Returns all deltables that have at most specified delay left.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DeltaQueue.DeltaMatcher.matches(DeltaQueue.Deltable deltable)
Returns
true if the specified delta matches some
criteria. |
void |
DeltaQueue.queue(DeltaQueue.Deltable deltable)
Queues the specified deltable.
|