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

FileEditorSupport (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.util
Class FileEditorSupport

java.lang.Object
  extended byorg.openide.windows.CloneableOpenSupport
      extended byorg.openide.text.CloneableEditorSupport
          extended byorg.netbeans.modules.vcscore.util.FileEditorSupport

public class FileEditorSupport
extends CloneableEditorSupport


Nested Class Summary
static class FileEditorSupport.FileEnvironment
           
 
Nested classes inherited from class org.openide.text.CloneableEditorSupport
CloneableEditorSupport.Env, CloneableEditorSupport.Pane
 
Field Summary
 
Fields inherited from class org.openide.text.CloneableEditorSupport
EDITOR_MODE
 
Fields inherited from class org.openide.windows.CloneableOpenSupport
allEditors
 
Constructor Summary
FileEditorSupport(File file, FileEditorSupport.FileEnvironment env)
          Creates new FileEditorSupport
 
Method Summary
 void addCloseListener(TopComponentCloseListener listener)
           
protected  boolean canClose()
           
 String messageName()
           
 String messageOpened()
           
 String messageOpening()
           
 String messageSave()
           
 String messageToolTip()
           
 
Methods inherited from class org.openide.text.CloneableEditorSupport
addChangeListener, addPropertyChangeListener, close, createCloneableEditor, createCloneableTopComponent, createEditorKit, createPane, createPositionRef, createStyledDocument, createUndoRedoManager, documentID, firePropertyChange, getDocument, getInputStream, getLineSet, getOpenedPanes, getUndoRedo, initializeCloneableEditor, isDocumentLoaded, isModified, loadFromStreamToKit, messageLine, notifyClosed, notifyModified, notifyUnmodified, open, openAt, openDocument, prepareDocument, print, reloadDocument, removeChangeListener, removePropertyChangeListener, saveDocument, saveFromKitToStream, setMIMEType, updateTitles
 
Methods inherited from class org.openide.windows.CloneableOpenSupport
close, edit, openCloneableTopComponent, view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileEditorSupport

public FileEditorSupport(File file,
                         FileEditorSupport.FileEnvironment env)
Creates new FileEditorSupport

Method Detail

addCloseListener

public void addCloseListener(TopComponentCloseListener listener)

messageName

public String messageName()

messageOpened

public String messageOpened()

messageOpening

public String messageOpening()

messageSave

public String messageSave()

messageToolTip

public String messageToolTip()

canClose

protected boolean canClose()

 

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