ide
Class VerilogTextUI

java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextAreaUI
ide.VerilogTextUI
- All Implemented Interfaces:
- javax.swing.text.ViewFactory
- class VerilogTextUI
- extends javax.swing.plaf.basic.BasicTextAreaUI
A simple UI whose sole purpose is to fetch the right View as
a ViewFactory implemetation
| Nested classes inherited from class javax.swing.plaf.basic.BasicTextUI |
javax.swing.plaf.basic.BasicTextUI.BasicCaret, javax.swing.plaf.basic.BasicTextUI.BasicHighlighter |
| Fields inherited from class javax.swing.plaf.basic.BasicTextUI |
|
| Methods inherited from class javax.swing.plaf.basic.BasicTextUI |
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerilogTextUI
VerilogTextUI()
create
public javax.swing.text.View create(javax.swing.text.Element elem)
- Description copied from class:
javax.swing.plaf.basic.BasicTextAreaUI
- Create the view. Returns a WrappedPlainView if the text area
has lineWrap set to true, otherwise returns a PlainView. If
lineWrap is true has to check whether the wrap style is word
or character and return an appropriate WrappedPlainView.