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

Quick Search    Search Deep

org.gendiapo.editor.document
Class GenDiapoEditorPaneUI  view GenDiapoEditorPaneUI download GenDiapoEditorPaneUI.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.BasicEditorPaneUI
                  extended byorg.gendiapo.editor.document.GenDiapoEditorPaneUI
All Implemented Interfaces:
javax.swing.text.ViewFactory

public class GenDiapoEditorPaneUI
extends javax.swing.plaf.basic.BasicEditorPaneUI


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
GenDiapoEditorPaneUI()
           
 
Method Summary
protected  javax.swing.text.Highlighter createHighlighter()
          Creates a javax.swing.text.Highlighter that should be installed into the text component.
 void modelChanged()
          there's not common model for GenDiapoDocument & MerlotDOMNode so GD_StyledView need to sync with other view This is done with modelChanged()
 
Methods inherited from class javax.swing.plaf.basic.BasicEditorPaneUI
createUI, getEditorKit, getPropertyPrefix
 
Methods inherited from class javax.swing.plaf.basic.BasicTextUI
create, create, createCaret, createKeymap, damageRange, damageRange, getComponent, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelToView, modelToView, paint, paintBackground, paintSafely, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, viewToModel, viewToModel
 
Methods inherited from class javax.swing.plaf.TextUI
getToolTipText
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenDiapoEditorPaneUI

public GenDiapoEditorPaneUI()
Method Detail

createHighlighter

protected javax.swing.text.Highlighter createHighlighter()
Description copied from class: javax.swing.plaf.basic.BasicTextUI
Creates a javax.swing.text.Highlighter that should be installed into the text component.


modelChanged

public void modelChanged()
there's not common model for GenDiapoDocument & MerlotDOMNode so GD_StyledView need to sync with other view This is done with modelChanged()