com.japisoft.xmlpad.elementview
Interface ElementViewContext


public interface ElementViewContext

Version:
1.0
Author:
(c) 2003 JAPISoft / Alexandre Brillant

Method Summary
 boolean isEditable()
           
 java.awt.Point update(java.lang.String startPart, java.lang.String endPart, int startOffset, int stopOffset)
          Update the view content with this xml open part, xml end part and location
 

Method Detail

update

public java.awt.Point update(java.lang.String startPart,
                             java.lang.String endPart,
                             int startOffset,
                             int stopOffset)
Update the view content with this xml open part, xml end part and location


isEditable

public boolean isEditable()
Returns:
true if this element view can be edited