Uses of Class
com.togethersoft.openapi.ide.tools.IdeToolFilter

Packages that use IdeToolFilter
com.togethersoft.openapi.ide.tools 

Uses of IdeToolFilter in com.togethersoft.openapi.ide.tools
 

Methods in com.togethersoft.openapi.ide.tools that return IdeToolFilter
IdeToolFilterIdeTool.getToolFilter()
           Returns filter of this tool.
IdeToolFilterIdeToolManager.createDefaultToolFilter()
           Creates tool filter which recognizes filename pattern and assumes that first number not in file name is line and second is column.
IdeToolFilterIdeToolManager.createPatternToolFilter(String name)
           Creates pattern tool filter using patern saved in config under property name 'name' ( see tool.config for examples of such filters ).
IdeToolFilterIdeToolManager.createTransparentToolFilter()
           Creates filter that just echos all input into message window.
 

Methods in com.togethersoft.openapi.ide.tools with parameters of type IdeToolFilter
voidIdeTool.setToolFilter(IdeToolFilter filter)
           Assigns specified filter for this tool.