Modifier and Type | Method and Description |
---|---|
static AsynchronousModelFilter.CALL |
AsynchronousModelFilter.CALL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsynchronousModelFilter.CALL[] |
AsynchronousModelFilter.CALL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Executor |
Models.CompoundModel.asynchronous(AsynchronousModelFilter.CALL asynchCall,
Object node) |
Executor |
AsynchronousModelFilter.asynchronous(Executor original,
AsynchronousModelFilter.CALL asynchCall,
Object node)
Change the threading information for view models method calls.
|
Executor |
CachedChildrenTreeModel.asynchronous(Executor original,
AsynchronousModelFilter.CALL asynchCall,
Object node) |