GEF (MVC)
3.9.0.201308190730

org.eclipse.gef
Interface EditPartViewer.Conditional

All Known Implementing Classes:
AutoexposeHelper.Search
Enclosing interface:
EditPartViewer

public static interface EditPartViewer.Conditional

An object which evaluates an EditPart for an arbitrary property. Conditionals are used when querying a viewer for an editpart.


Method Summary
 boolean evaluate(EditPart editpart)
          Returns true if the editpart meets this condition.
 

Method Detail

evaluate

boolean evaluate(EditPart editpart)
Returns true if the editpart meets this condition.

Parameters:
editpart - the editpart being evaluated
Returns:
true if the editpart meets the condition

GEF (MVC)
3.9.0.201308190730

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.