org.netbeans.modules.editor/3 1.63.0 5

org.netbeans.modules.editor
Class NbEditorUI

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

public class NbEditorUI
extends EditorUI

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, TAB_SIZE_CHANGED_PROP
 
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  int textLimitWidth()
           
protected  void uninstallUI(JTextComponent c)
           
 
Methods inherited from class org.netbeans.editor.EditorUI
addPropertyChangeListener, addPropertyChangeListener, adjustCaret, adjustWindow, caretMoveDot, caretSetDot, createColoringMap, firePropertyChange, getAbbrev, getColoring, getColoringMap, getComponent, getComponentLock, getDefaultColoring, getDocument, getExtComponent, getExtentBounds, getExtentBounds, getGlyphGutter, getLineAscent, getLineHeight, getLineNumberDigitWidth, getLineNumberMargin, getParentFrame, getPopupManager, getPopupMenu, getProperty, getSharedColoringMap, getSideBarWidth, getStatusBar, getTextMargin, getToolBarComponent, getToolTipSupport, getWordMatch, hasExtComponent, hidePopupMenu, initGlyphCorner, isGlyphGutterVisible, modelChanged, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, paint, propertyChange, putProperty, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaintBlock, repaintOffset, scrollRectToVisible, setGlyphGutter, setPopupMenu, settingsChangeImpl, showPopupMenu, 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

textLimitWidth

protected int textLimitWidth()
Overrides:
textLimitWidth 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.63.0 5

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.