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

Quick Search    Search Deep

org.gtk.java.swing.plaf.gtk
Class GtkTextPaneUI  view GtkTextPaneUI download GtkTextPaneUI.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 byjavax.swing.plaf.basic.BasicTextPaneUI
                      extended byorg.gtk.java.swing.plaf.gtk.GtkTextPaneUI
All Implemented Interfaces:
javax.swing.text.ViewFactory

public class GtkTextPaneUI
extends javax.swing.plaf.basic.BasicTextPaneUI

Provides the look and feel for a styled text editor.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

Version:
1.12 08/28/98

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
GtkTextPaneUI()
           
 
Method Summary
protected  javax.swing.text.Caret createCaret()
          Creates the object to use for a caret.
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
          Creates a UI for the JTextPane.
 
Methods inherited from class javax.swing.plaf.basic.BasicTextPaneUI
getPropertyPrefix, installUI
 
Methods inherited from class javax.swing.plaf.basic.BasicEditorPaneUI
getEditorKit
 
Methods inherited from class javax.swing.plaf.basic.BasicTextUI
create, create, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, propertyChange, 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

GtkTextPaneUI

public GtkTextPaneUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Creates a UI for the JTextPane.


createCaret

protected javax.swing.text.Caret createCaret()
Creates the object to use for a caret. By default an instance of GtkTextUI.GtkCaret is created. This method can be redefined to provide something else that implements the Caret interface.