org.eclipse.graphiti.ui.platform
Class AbstractPropertySectionFilter

java.lang.Object
  extended by org.eclipse.graphiti.ui.platform.AbstractPropertySectionFilter

public abstract class AbstractPropertySectionFilter
extends Object

The Class AbstractPropertySectionFilter.


Constructor Summary
AbstractPropertySectionFilter()
           
 
Method Summary
protected abstract  boolean accept(PictogramElement pictogramElement)
          Check the given pictogram element for acceptance.
 boolean select(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPropertySectionFilter

public AbstractPropertySectionFilter()
Method Detail

select

public final boolean select(Object object)

accept

protected abstract boolean accept(PictogramElement pictogramElement)
Check the given pictogram element for acceptance.

Parameters:
pictogramElement - the pictogram element
Returns:
true, if pictogram element is accepted, otherwise false


Copyright (c) SAP AG 2005, 2010.