HEADER

ru.biosoft.gui
Interface ModelValidator


public interface ModelValidator

Utility interface that can be used to define whether tsome data can be explored by corresponding view or editor part.


Method Summary
 booleancanExplore(Object model, ViewPart part)
           

Method Detail

canExplore

public boolean canExplore(Object model, ViewPart part)

FOOTER

BOTTOM