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

NbEditorUI (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor
Class NbEditorUI

java.lang.Object
  extended by org.netbeans.editor.EditorUI
      extended by org.netbeans.editor.ext.ExtEditorUI
          extended by org.netbeans.modules.editor.NbEditorUI
All Implemented Interfaces:
PropertyChangeListener, EventListener, ChangeListener, SettingsChangeListener

public class NbEditorUI
extends ExtEditorUI

Editor UI


Nested Class Summary
 class NbEditorUI.SystemActionUpdater
          Deprecated. use SystemActionPerformer instead
 
Field Summary
 
Fields inherited from class org.netbeans.editor.EditorUI
COMPONENT_PROPERTY, defaultLineNumberMargin, LINE_HEIGHT_CHANGED_PROP, OVERWRITE_MODE_PROPERTY, SCROLL_DEFAULT, SCROLL_FIND, SCROLL_MOVE, SCROLL_SMALLEST
 
Constructor Summary
NbEditorUI()
           
 
Method Summary
protected  void attachSystemActionPerformer(String editorActionName)
           
protected  JComponent createExtComponent()
           
protected  NbEditorUI.SystemActionUpdater createSystemActionUpdater(String editorActionName, boolean updatePerformer, boolean syncEnabling)
          Deprecated. - use attachSystemActionPerformer(String) instead
protected  JToolBar createToolBarComponent()
           
protected  void installUI(JTextComponent c)
           
 boolean isLineNumberEnabled()
           
 void setLineNumberEnabled(boolean lineNumberEnabled)
           
protected  void uninstallUI(JTextComponent c)
           
 
Methods inherited from class org.netbeans.editor.ext.ExtEditorUI
getCompletion, getCompletionJavaDoc, getPopupManager, getPopupMenu, getToolTipSupport, hidePopupMenu, setPopupMenu, showPopupMenu
 
Methods inherited from class org.netbeans.editor.EditorUI
addLayer, addPropertyChangeListener, addPropertyChangeListener, adjustCaret, adjustWindow, caretMoveDot, caretSetDot, createColoringMap, findLayer, firePropertyChange, getAbbrev, getColoring, getColoringMap, getComponent, getComponentLock, getDefaultColoring, getDocument, getExtComponent, getExtentBounds, getExtentBounds, getGlyphGutter, getLineAscent, getLineHeight, getLineNumberDigitWidth, getLineNumberMargin, getParentFrame, getProperty, getSharedColoringMap, getSideBarWidth, getStatusBar, getTextMargin, getToolBarComponent, getWordMatch, hasExtComponent, initGlyphCorner, isGlyphGutterVisible, modelChanged, paint, propertyChange, putProperty, removeLayer, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaintBlock, repaintOffset, scrollRectToVisible, setGlyphGutter, settingsChange, settingsChangeImpl, stateChanged, update, updateLineNumberWidth, updateScrollPaneCornerColor, updateTextMargin, updateVirtualHeight, updateVirtualWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NbEditorUI

public NbEditorUI()
Method Detail

createSystemActionUpdater

protected NbEditorUI.SystemActionUpdater createSystemActionUpdater(String editorActionName,
                                                                   boolean updatePerformer,
                                                                   boolean syncEnabling)
Deprecated. - use attachSystemActionPerformer(String) instead


attachSystemActionPerformer

protected void attachSystemActionPerformer(String editorActionName)

installUI

protected void installUI(JTextComponent c)
Overrides:
installUI in class EditorUI

uninstallUI

protected void uninstallUI(JTextComponent c)
Overrides:
uninstallUI in class EditorUI

createExtComponent

protected JComponent createExtComponent()
Overrides:
createExtComponent in class EditorUI

isLineNumberEnabled

public boolean isLineNumberEnabled()
Overrides:
isLineNumberEnabled in class EditorUI

setLineNumberEnabled

public void setLineNumberEnabled(boolean lineNumberEnabled)
Overrides:
setLineNumberEnabled in class EditorUI

createToolBarComponent

protected JToolBar createToolBarComponent()
Overrides:
createToolBarComponent in class EditorUI

org.netbeans.modules.editor/3 1.32.0

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