xml
Class XmlPlugin

java.lang.Object
  extended by org.gjt.sp.jedit.EditPlugin
      extended by org.gjt.sp.jedit.EBPlugin
          extended by xml.XmlPlugin
All Implemented Interfaces:
org.gjt.sp.jedit.EBComponent

public class XmlPlugin
extends org.gjt.sp.jedit.EBPlugin


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gjt.sp.jedit.EditPlugin
org.gjt.sp.jedit.EditPlugin.Broken, org.gjt.sp.jedit.EditPlugin.Deferred
 
Constructor Summary
XmlPlugin()
           
 
Method Summary
 void handleMessage(org.gjt.sp.jedit.EBMessage msg)
           
static boolean isDelegated(org.gjt.sp.jedit.textarea.JEditTextArea textArea)
          Returns if the caret is inside a delegated region in the specified text area.
static boolean isDelegated(org.gjt.sp.jedit.textarea.TextArea textArea)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.gjt.sp.jedit.EditPlugin
createBrowserMenuItems, createMenuItems, getClassName, getPluginHome, getPluginHome, getPluginHome, getPluginJAR, getResourceAsOutputStream, getResourceAsOutputStream, getResourceAsStream, getResourceAsStream, getResourcePath, getResourcePath
 
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()
Overrides:
start in class org.gjt.sp.jedit.EditPlugin

stop

public void stop()
Overrides:
stop in class org.gjt.sp.jedit.EditPlugin

handleMessage

public void handleMessage(org.gjt.sp.jedit.EBMessage msg)
Specified by:
handleMessage in interface org.gjt.sp.jedit.EBComponent
Overrides:
handleMessage in class org.gjt.sp.jedit.EBPlugin

isDelegated

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


isDelegated

public static boolean isDelegated(org.gjt.sp.jedit.textarea.TextArea textArea)