Uses of Class
com.togethersoft.openapi.ide.IdeErrorCheck

Packages that use IdeErrorCheck
com.togethersoft.openapi.ide 
com.togethersoft.openapi.ide.inspector.util.table 

Uses of IdeErrorCheck in com.togethersoft.openapi.ide
 

Methods in com.togethersoft.openapi.ide with parameters of type IdeErrorCheck
IdeErrorInfoIdeManager.performCheck(IdeErrorCheck check)
          Calls run() method of the specified IdeErrorCheck object and returns
IdeErrorInfo containing the information about possible errors that occurred.
 

Uses of IdeErrorCheck in com.togethersoft.openapi.ide.inspector.util.table
 

Methods in com.togethersoft.openapi.ide.inspector.util.table with parameters of type IdeErrorCheck
voidPropertyTableModel.Validator.validate(IdeErrorCheck errorCheck, IdeInspectorProperty property, int row, Object obj)