org.openide.cookies
Interface SourceCookie.Editor

All Superinterfaces:
EditorCookie, LineCookie, Node.Cookie, SourceCookie
Enclosing class:
SourceCookie

public static interface SourceCookie.Editor
extends SourceCookie, EditorCookie

Extended source cookie permitting for bidirectional translation with Swing text elements.


Inner classes inherited from class org.openide.cookies.SourceCookie
SourceCookie.Editor
 
Method Summary
 Element findElement(int offset)
          Find the element at the specified offset in the document.
 Element sourceToText(Element element)
          Translate a source element to text.
 Element textToSource(Element element)
          Translate a text element to a source element, if it is possible to do so.
 
Methods inherited from interface org.openide.cookies.SourceCookie
getSource
 
Methods inherited from interface org.openide.cookies.EditorCookie
close, getDocument, getOpenedPanes, isModified, open, openDocument, prepareDocument, saveDocument
 
Methods inherited from interface org.openide.cookies.LineCookie
getLineSet
 

Method Detail

sourceToText

public Element sourceToText(Element element)
Translate a source element to text.
Parameters:
element - an element from the source hierarchy
Returns:
a text element

textToSource

public Element textToSource(Element element)
                     throws NoSuchElementException
Translate a text element to a source element, if it is possible to do so.
Parameters:
element - a text element
Returns:
the element from the source hierarchy
Throws:
NoSuchElementException - if the text element doesn't match any element from the source hierarchy

findElement

public Element findElement(int offset)
Find the element at the specified offset in the document.
Parameters:
offset - The position of the element
Returns:
the element at the position.


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.