public class NbEditorUI extends EditorUI
Modifier and Type | Class and Description |
---|---|
class |
NbEditorUI.SystemActionUpdater
Deprecated.
use SystemActionPerformer instead
|
COMPONENT_PROPERTY, defaultLineNumberMargin, LINE_HEIGHT_CHANGED_PROP, OVERWRITE_MODE_PROPERTY, SCROLL_DEFAULT, SCROLL_FIND, SCROLL_MOVE, SCROLL_SMALLEST, TAB_SIZE_CHANGED_PROP
Constructor and Description |
---|
NbEditorUI() |
Modifier and Type | Method and Description |
---|---|
protected void |
attachSystemActionPerformer(String editorActionName) |
protected JComponent |
createExtComponent() |
protected NbEditorUI.SystemActionUpdater |
createSystemActionUpdater(String editorActionName,
boolean updatePerformer,
boolean syncEnabling)
Deprecated.
- use
NbEditorUI.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) |
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, getStickyWindowSupport, 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
@Deprecated protected NbEditorUI.SystemActionUpdater createSystemActionUpdater(String editorActionName, boolean updatePerformer, boolean syncEnabling)
NbEditorUI.attachSystemActionPerformer(String)
insteadprotected void attachSystemActionPerformer(String editorActionName)
protected void installUI(JTextComponent c)
protected void uninstallUI(JTextComponent c)
uninstallUI
in class EditorUI
protected int textLimitWidth()
textLimitWidth
in class EditorUI
protected JComponent createExtComponent()
createExtComponent
in class EditorUI
public boolean isLineNumberEnabled()
isLineNumberEnabled
in class EditorUI
public void setLineNumberEnabled(boolean lineNumberEnabled)
setLineNumberEnabled
in class EditorUI
protected JToolBar createToolBarComponent()
createToolBarComponent
in class EditorUI