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

Quick Search    Search Deep

org.gendiapo.editor.document
Class GenDiapoDocument.TextElement  view GenDiapoDocument.TextElement download GenDiapoDocument.TextElement.java

java.lang.Object
  extended byjavax.swing.text.AbstractDocument.AbstractElement
      extended byjavax.swing.text.AbstractDocument.LeafElement
          extended byorg.gendiapo.editor.document.GenDiapoDocument.TextElement
All Implemented Interfaces:
javax.swing.text.AttributeSet, javax.swing.text.Element, javax.swing.text.MutableAttributeSet, java.io.Serializable, javax.swing.tree.TreeNode
Enclosing class:
GenDiapoDocument

protected class GenDiapoDocument.TextElement
extends javax.swing.text.AbstractDocument.LeafElement


Nested Class Summary
 
Nested classes inherited from class javax.swing.text.AttributeSet
javax.swing.text.AttributeSet.CharacterAttribute, javax.swing.text.AttributeSet.ColorAttribute, javax.swing.text.AttributeSet.FontAttribute, javax.swing.text.AttributeSet.ParagraphAttribute
 
Field Summary
 
Fields inherited from class javax.swing.text.AbstractDocument.LeafElement
 
Fields inherited from class javax.swing.text.AbstractDocument.AbstractElement
 
Fields inherited from interface javax.swing.text.AttributeSet
NameAttribute, ResolveAttribute
 
Constructor Summary
GenDiapoDocument.TextElement(javax.swing.text.Element parent, javax.swing.text.AttributeSet a, int offs0, int offs1)
           
 
Methods inherited from class javax.swing.text.AbstractDocument.LeafElement
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getName, getStartOffset, isLeaf, toString
 
Methods inherited from class javax.swing.text.AbstractDocument.AbstractElement
addAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, getResolveParent, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenDiapoDocument.TextElement

public GenDiapoDocument.TextElement(javax.swing.text.Element parent,
                                    javax.swing.text.AttributeSet a,
                                    int offs0,
                                    int offs1)