站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

EditorDebug (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor
Class EditorDebug

java.lang.Object
  extended by org.netbeans.editor.EditorDebug

public class EditorDebug
extends Object

Various internal tests


Method Summary
static void checkSettings(Class kitClass)
           
static String debugArray(int[] array)
           
static String debugArray(Object[] array)
           
static String debugBlocks(BaseDocument doc, int[] blocks)
           
static String debugChar(char ch)
           
static String debugChars(char[] chars)
           
static String debugChars(char[] chars, int offset, int len)
          Replace '\n', '\r' and '\t' in the char array so they are identifiable.
static String debugChars(Segment seg)
           
static String debugIterator(Iterator i)
           
static String debugList(List l)
           
static String debugPairs(int[] pairs)
           
static String debugString(String s)
          Replace '\n', '\r' and '\t' in the string so they are identifiable.
static void dumpPlanes(BaseDocument doc)
           
static void dumpSyntaxMarks(BaseDocument doc)
           
static void test(JTextComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dumpPlanes

public static void dumpPlanes(BaseDocument doc)

dumpSyntaxMarks

public static void dumpSyntaxMarks(BaseDocument doc)

test

public static void test(JTextComponent component)

checkSettings

public static void checkSettings(Class kitClass)
                          throws Exception
Throws:
Exception

debugString

public static String debugString(String s)
Replace '\n', '\r' and '\t' in the string so they are identifiable.


debugChars

public static String debugChars(Segment seg)

debugChars

public static String debugChars(char[] chars)

debugChars

public static String debugChars(char[] chars,
                                int offset,
                                int len)
Replace '\n', '\r' and '\t' in the char array so they are identifiable.


debugChar

public static String debugChar(char ch)

debugPairs

public static String debugPairs(int[] pairs)

debugArray

public static String debugArray(Object[] array)

debugArray

public static String debugArray(int[] array)

debugBlocks

public static String debugBlocks(BaseDocument doc,
                                 int[] blocks)

debugList

public static String debugList(List l)

debugIterator

public static String debugIterator(Iterator i)

org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.