xml
Class XmlPlugin

java.lang.Object
  extended byEBPlugin
      extended byxml.XmlPlugin

public class XmlPlugin
extends EBPlugin

See Also:
Serialized Form

Constructor Summary
XmlPlugin()
           
 
Method Summary
 void handleMessage(EBMessage msg)
           
static boolean isDelegated(JEditTextArea textArea)
          Returns if the caret is inside a delegated region in the specified text area.
 void start()
           
 void stop()
           
static java.lang.String uriToFile(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPlugin

public XmlPlugin()
Method Detail

start

public void start()

stop

public void stop()

handleMessage

public void handleMessage(EBMessage msg)

isDelegated

public static boolean isDelegated(JEditTextArea textArea)
Returns if the caret is inside a delegated region in the specified text area. This is used in a few places.


uriToFile

public static java.lang.String uriToFile(java.lang.String uri)