org.thdl.tib.text
Class TibetanRTFEditorKit

java.lang.Object
  |
  +--javax.swing.text.EditorKit
        |
        +--javax.swing.text.DefaultEditorKit
              |
              +--javax.swing.text.StyledEditorKit
                    |
                    +--javax.swing.text.rtf.RTFEditorKit
                          |
                          +--org.thdl.tib.text.TibetanRTFEditorKit
All Implemented Interfaces:
Cloneable, Serializable

public class TibetanRTFEditorKit
extends RTFEditorKit

An EditorKit that is cognizant of the line-wrapping rules for Tibetan text. That is, this class knows about the tsheg and other Tibetan punctuation.

Author:
David Chandler
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.text.DefaultEditorKit
backwardAction, beepAction, beginAction, beginLineAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deletePrevCharAction, downAction, endAction, endLineAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableAction
 
Constructor Summary
TibetanRTFEditorKit()
          Creates a new TibetanRTFEditorKit.
 
Method Summary
 ViewFactory getViewFactory()
          Returns a ViewFactory that is cognizant of Tibetan punctuation and line-breaking rules.
 
Methods inherited from class javax.swing.text.rtf.RTFEditorKit
getContentType, read, read, write, write
 
Methods inherited from class javax.swing.text.StyledEditorKit
clone, createDefaultDocument, createInputAttributes, deinstall, getActions, getCharacterAttributeRun, getInputAttributes, install
 
Methods inherited from class javax.swing.text.DefaultEditorKit
createCaret
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TibetanRTFEditorKit

public TibetanRTFEditorKit()
Creates a new TibetanRTFEditorKit.

Method Detail

getViewFactory

public ViewFactory getViewFactory()
Returns a ViewFactory that is cognizant of Tibetan punctuation and line-breaking rules.

Overrides:
getViewFactory in class StyledEditorKit


These API docs were created 02/02/2003 08:19 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo