public abstract class ValidationStatusProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disposed |
| Constructor and Description |
|---|
ValidationStatusProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes of this ValidationStatusProvider.
|
abstract IObservableList<IObservable> |
getModels()
Returns an
IObservableList containing the model observables (if
any) that are being tracked by this validation status provider. |
abstract IObservableList<IObservable> |
getTargets()
Returns an
IObservableList containing the target observables (if
any) that are being tracked by this validation status provider. |
abstract IObservableValue<IStatus> |
getValidationStatus() |
boolean |
isDisposed() |
public abstract IObservableValue<IStatus> getValidationStatus()
IObservableValue containing the current validation
statuspublic abstract IObservableList<IObservable> getTargets()
IObservableList containing the target observables (if
any) that are being tracked by this validation status provider.IObservableList (may be empty)public abstract IObservableList<IObservable> getModels()
IObservableList containing the model observables (if
any) that are being tracked by this validation status provider.IObservableList (may be empty)public void dispose()
public boolean isDisposed()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.