Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ide
Class VerilogTextUI  view VerilogTextUI download VerilogTextUI.java

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.TextUI
          extended byjavax.swing.plaf.basic.BasicTextUI
              extended byjavax.swing.plaf.basic.BasicTextAreaUI
                  extended byide.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 Class Summary
 
Nested classes inherited from class javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextUI.BasicCaret, javax.swing.plaf.basic.BasicTextUI.BasicHighlighter
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicTextUI
 
Constructor Summary
(package private) VerilogTextUI()
           
 
Method Summary
 javax.swing.text.View create(javax.swing.text.Element elem)
          Create the view.
 
Methods inherited from class javax.swing.plaf.basic.BasicTextAreaUI
createUI, getPropertyPrefix, propertyChange
 
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 javax.swing.plaf.TextUI
getToolTipText
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerilogTextUI

VerilogTextUI()
Method Detail

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.