The Meta-Environment API

nl.cwi.sen1.gui.plugin.editor
Class TextUtilities

java.lang.Object
  extended by nl.cwi.sen1.gui.plugin.editor.TextUtilities

public class TextUtilities
extends java.lang.Object


Constructor Summary
TextUtilities()
           
 
Method Summary
static int findMatchingBracket(javax.swing.text.Document doc, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextUtilities

public TextUtilities()
Method Detail

findMatchingBracket

public static int findMatchingBracket(javax.swing.text.Document doc,
                                      int offset)
                               throws javax.swing.text.BadLocationException
Throws:
javax.swing.text.BadLocationException

The Meta-Environment API