@Deprecated public class EditorDebug extends Object
Modifier and Type | Method and Description |
---|---|
static void |
checkSettings(Class kitClass)
Deprecated.
|
static String |
debugArray(int[] array)
Deprecated.
|
static String |
debugArray(Object[] array)
Deprecated.
|
static String |
debugBlocks(BaseDocument doc,
int[] blocks)
Deprecated.
|
static String |
debugChar(char ch)
Deprecated.
|
static String |
debugChars(char[] chars)
Deprecated.
|
static String |
debugChars(char[] chars,
int offset,
int len)
Deprecated.
Replace '\n', '\r' and '\t' in the char array so they are identifiable.
|
static String |
debugChars(Segment seg)
Deprecated.
|
static String |
debugIterator(Iterator i)
Deprecated.
|
static String |
debugList(List l)
Deprecated.
|
static String |
debugPairs(int[] pairs)
Deprecated.
|
static String |
debugString(String s)
Deprecated.
Replace '\n', '\r' and '\t' in the string so they are identifiable.
|
static void |
dumpPlanes(BaseDocument doc)
Deprecated.
|
static void |
dumpSyntaxMarks(BaseDocument doc)
Deprecated.
|
static void |
test(JTextComponent component)
Deprecated.
|
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(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(int[] array)
public static String debugBlocks(BaseDocument doc, int[] blocks)