|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.databinding.ValidationStatusProvider
A validation status provider tracks the state of zero or more target observables and zero or more model observables and produces a validation result.
Field Summary | |
protected boolean |
disposed
|
Constructor Summary | |
ValidationStatusProvider()
|
Method Summary | |
void |
dispose()
Disposes of this ValidationStatusProvider. |
abstract IObservableList |
getModels()
Returns the model observables (if any) that are being tracked by this validation status provider. |
abstract IObservableList |
getTargets()
Returns the list of target observables (if any) that are being tracked by this validation status provider. |
abstract IObservableValue |
getValidationStatus()
|
boolean |
isDisposed()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean disposed
Constructor Detail |
public ValidationStatusProvider()
Method Detail |
public abstract IObservableValue getValidationStatus()
public abstract IObservableList getTargets()
IObservable
s (may be empty)public abstract IObservableList getModels()
IObservable
s (may be empty)public void dispose()
public boolean isDisposed()
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.