Uses of Interface
org.openide.cookies.LineCookie

Packages that use LineCookie
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of LineCookie in org.openide.cookies
 

Subinterfaces of LineCookie in org.openide.cookies
 interface EditorCookie
          Cookie defining standard operations with a text document and an editor that can display it.
static interface SourceCookie.Editor
          Extended source cookie permitting for bidirectional translation with Swing text elements.
 

Uses of LineCookie in org.openide.text
 

Classes in org.openide.text that implement LineCookie
 class EditorSupport
          Deprecated. Use DataEditorSupport instead
 



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