Skip navigation links


com.essbase.eas.ui.editor.editpane
Class EditorPlainDocument.EditorLeafElement

java.lang.Object
  extended by javax.swing.text.AbstractDocument.AbstractElement
      extended by javax.swing.text.AbstractDocument.LeafElement
          extended by com.essbase.eas.ui.editor.editpane.EditorPlainDocument.EditorLeafElement

All Implemented Interfaces:
java.io.Serializable, javax.swing.text.AttributeSet, javax.swing.text.Element, javax.swing.text.MutableAttributeSet, javax.swing.tree.TreeNode
Enclosing class:
EditorPlainDocument

public class EditorPlainDocument.EditorLeafElement
extends javax.swing.text.AbstractDocument.LeafElement
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from interface 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 interface javax.swing.text.AttributeSet
NameAttribute, ResolveAttribute

 

Constructor Summary
EditorPlainDocument.EditorLeafElement(javax.swing.text.Element parent, javax.swing.text.AttributeSet a, int offs0, int offs1)
           

 

Method Summary
 byte getId()
           
 void setId(byte id)
           

 

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

EditorPlainDocument.EditorLeafElement

public EditorPlainDocument.EditorLeafElement(javax.swing.text.Element parent,
                                             javax.swing.text.AttributeSet a,
                                             int offs0,
                                             int offs1)

Method Detail

getId

public byte getId()

setId

public void setId(byte id)

Skip navigation links


Copyright © 2001, 2011, Oracle. All rights reserved.