java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicEditorPaneUI
org.gendiapo.editor.document.GenDiapoEditorPaneUI
- All Implemented Interfaces:
- javax.swing.text.ViewFactory
- public class GenDiapoEditorPaneUI
- extends javax.swing.plaf.basic.BasicEditorPaneUI
| 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, 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenDiapoEditorPaneUI
public GenDiapoEditorPaneUI()
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()