|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.editor.EditorDebug
public class EditorDebug
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 |
---|
public static void dumpPlanes(BaseDocument doc)
public static void dumpSyntaxMarks(BaseDocument doc)
public static void test(JTextComponent component)
public static void checkSettings(Class kitClass) throws Exception
Exception
public static String debugString(String s)
public static String debugChars(Segment seg)
public static String debugChars(char[] chars)
public static String debugChars(char[] chars, int offset, int len)
public static String debugChar(char ch)
public static String debugPairs(int[] pairs)
public static String debugArray(Object[] array)
public static String debugArray(int[] array)
public static String debugBlocks(BaseDocument doc, int[] blocks)
public static String debugList(List l)
public static String debugIterator(Iterator i)
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |