Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.robrohan.editorkit
Class XMLKitTest  view XMLKitTest download XMLKitTest.java

java.lang.Object
  extended bycom.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)