站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

CloneableEditorSupport.Pane (NetBeans Text API) - NetBeans API Javadoc 5.0.0

 

org.openide.text
Interface CloneableEditorSupport.Pane

All Known Implementing Classes:
CloneableEditor
Enclosing interface:
CloneableEditorSupport

public static interface CloneableEditorSupport.Pane

Describes one existing editor.


Method Summary
 void ensureVisible()
          callback for the Pane implementation to adjust itself to the openAt() request.
 CloneableTopComponent getComponent()
          Get the TopComponent that contains the EditorPane
 JEditorPane getEditorPane()
          get the editor pane component represented by this wrapper.
 void updateName()
           
 

Method Detail

getEditorPane

public JEditorPane getEditorPane()
get the editor pane component represented by this wrapper.


getComponent

public CloneableTopComponent getComponent()
Get the TopComponent that contains the EditorPane


updateName

public void updateName()

ensureVisible

public void ensureVisible()
callback for the Pane implementation to adjust itself to the openAt() request.


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.