Class BasePropertyPanel.IndexMapContains
- java.lang.Object
- 
- jadex.bpmn.editor.gui.propertypanels.BasePropertyPanel.IndexMapContains
 
- 
- All Implemented Interfaces:
- IFilter<java.lang.String>
 - Enclosing class:
- BasePropertyPanel
 
 public static final class BasePropertyPanel.IndexMapContains extends java.lang.Object implements IFilter<java.lang.String> Index Map containment filter.
- 
- 
Constructor SummaryConstructors Constructor Description IndexMapContains(IndexMap map)Creates a new filter.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfilter(java.lang.String obj)Test if an object passes the filter.
 
-