edu.stanford.smi.protegex.owl.ui.code
Interface SyntaxConverter

All Known Implementing Classes:
OWLSyntaxConverter, SWRLSyntaxConverter

public interface SyntaxConverter

An interface for objects that can convert textual input such as "and" into other characters which are otherwise hard to enter.

Author:
Holger Knublauch

Method Summary
 void convertSyntax(JTextComponent textComponent)
           
 

Method Detail

convertSyntax

public void convertSyntax(JTextComponent textComponent)