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

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

org.openide.text 6.9.22

org.openide.text
Interface CloneableEditorSupport.Pane

All Known Implementing Classes:
CloneableEditor
Enclosing class:
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.
 org.openide.windows.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

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


getComponent

org.openide.windows.CloneableTopComponent getComponent()
Get the TopComponent that contains the EditorPane


updateName

void updateName()

ensureVisible

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


org.openide.text 6.9.22

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