org.bounce.text.xml
Class XMLViewUtilities
java.lang.Object
org.bounce.text.xml.XMLViewUtilities
class XMLViewUtilities
- extends java.lang.Object
The XML View uses the XML scanner to determine the style (font, color) of the
text that it renders.
Note: The XML Editor package is based on the JavaEditorKit example as
described in the article 'Customizing a Text Editor' by Timothy
Prinzing . See:
http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/
- Version:
- $Revision: 1.5 $, $Date: 2009/01/22 22:14:59 $
- Author:
- Edwin Dankert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLViewUtilities
XMLViewUtilities()
updateScanner
public static void updateScanner(SyntaxHighlightingScanner scanner,
javax.swing.text.Document doc,
int start,
int end)
Copyright 2002-2002-2010 Edwin Dankert. All Rights Reserved.