|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.databinding.ValidationStatusProvider
public abstract class 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 an IObservableList < IObservable >
containing the model observables (if any) that are being tracked by this
validation status provider. |
abstract IObservableList |
getTargets()
Returns an IObservableList < IObservable >
containing the 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()
IObservableValue
< IStatus
> containing
the current validation statuspublic abstract IObservableList getTargets()
IObservableList
< IObservable
>
containing the target observables (if any) that are being tracked by this
validation status provider.
IObservableList
< IObservable
> (may be
empty)public abstract IObservableList getModels()
IObservableList
< IObservable
>
containing the model observables (if any) that are being tracked by this
validation status provider.
IObservableList
< IObservable
> (may be
empty)public void dispose()
public boolean isDisposed()
|
Eclipse Platform Release 3.6 |
|||||||||
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, 2010. All rights reserved.