|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDelayedResult | |
---|---|
com.taco.swinger | Provides utilities for programming with the Swing API, and specialized Swing components. |
com.taco.text | Provides converters to and from text, and other text processing and formatting capabilities. |
com.taco.util | Provides utility classes for a variety of purposes. |
Uses of IDelayedResult in com.taco.swinger |
---|
Classes in com.taco.swinger that implement IDelayedResult | |
---|---|
class |
SwingDelayedResult
A delayed result that is computed in the event dispatch thread. |
Uses of IDelayedResult in com.taco.text |
---|
Classes in com.taco.text that implement IDelayedResult | |
---|---|
static class |
CompositeConverter.DelayedConvertedResult
A delayed result that evaluates another delayed result and converts it. |
Fields in com.taco.text declared as IDelayedResult | |
---|---|
protected IDelayedResult |
CompositeConverter.DelayedConvertedResult._delayedResult
|
Constructors in com.taco.text with parameters of type IDelayedResult | |
---|---|
CompositeConverter.DelayedConvertedResult(IDelayedResult delayedResult,
IObjectMapper converter)
|
Uses of IDelayedResult in com.taco.util |
---|
Classes in com.taco.util that implement IDelayedResult | |
---|---|
class |
CachedDelayedResult
An implementation of IDelayedResult which caches the computed
result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |