|
|||||||||
| Home >> All >> com >> robrohan >> [ editorkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.robrohan.editorkit
Class XMLKitTest

java.lang.Objectcom.robrohan.editorkit.XMLKitTest
- public class XMLKitTest
- extends java.lang.Object
Used to test out changes to the Jedit libraries - can remove from build if you want
| Field Summary | |
private javax.swing.Timer |
timer
|
| Constructor Summary | |
XMLKitTest()
Creates a new instance of XMLKitTest |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
runTest(java.lang.String filename)
Simple wrapper around JEditorPane to browse xsl text using the JEdit plug-in. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
timer
private javax.swing.Timer timer
| Constructor Detail |
XMLKitTest
public XMLKitTest()
- Creates a new instance of XMLKitTest
| Method Detail |
runTest
public void runTest(java.lang.String filename)
- Simple wrapper around JEditorPane to browse xsl text
using the JEdit plug-in.
java JavaKitTest filename
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> com >> robrohan >> [ editorkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.robrohan.editorkit.XMLKitTest