Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.swing.text.AbstractDocument.AbstractElement1.2

java.lang.Object
   |
   +--javax.swing.text.AbstractDocument.AbstractElement

Deklaration

public class AbstractDocument.AbstractElement
extends java.lang.Object
implements javax.swing.text.Element, javax.swing.text.MutableAttributeSet, java.io.Serializable, javax.swing.tree.TreeNode

Beschreibung


 
Konstruktoren
publicAbstractDocument.AbstractElement(Element parent, AttributeSet a)
 
Methoden
public voiddump(PrintStream psOut, int indentAmount)
protected voidfinalize()
public intgetAttributeCount()
public booleanisDefined(Object attrName)
public booleanisEqual(AttributeSet attr)
public AttributeSetcopyAttributes()
public ObjectgetAttribute(Object attrName)
public EnumerationgetAttributeNames()
public booleancontainsAttribute(Object name, Object value)
public booleancontainsAttributes(AttributeSet attrs)
public AttributeSetgetResolveParent()
public voidaddAttribute(Object name, Object value)
public voidaddAttributes(AttributeSet attr)
public voidremoveAttribute(Object name)
public voidremoveAttributes(Enumeration names)
public voidremoveAttributes(AttributeSet attrs)
public voidsetResolveParent(AttributeSet parent)
public DocumentgetDocument()
public ElementgetParentElement()
public AttributeSetgetAttributes()
public StringgetName()
public intgetStartOffset()
public intgetEndOffset()
public ElementgetElement(int index)
public intgetElementCount()
public intgetElementIndex(int offset)
public booleanisLeaf()
public TreeNodegetChildAt(int childIndex)
public intgetChildCount()
public TreeNodegetParent()
public intgetIndex(TreeNode node)
public booleangetAllowsChildren()
public Enumerationchildren()


 

Konstruktoren im Detail

public AbstractDocument.AbstractElement(Element parent, AttributeSet a)

 

Methoden im Detail

public void dump(PrintStream psOut, int indentAmount)
protected void finalize()
Exception: Throwable
public int getAttributeCount()
public boolean isDefined(Object attrName)
public boolean isEqual(AttributeSet attr)
public AttributeSet copyAttributes()
public Object getAttribute(Object attrName)
public Enumeration getAttributeNames()
public boolean containsAttribute(Object name, Object value)
public boolean containsAttributes(AttributeSet attrs)
public AttributeSet getResolveParent()
public void addAttribute(Object name, Object value)
public void addAttributes(AttributeSet attr)
public void removeAttribute(Object name)
public void removeAttributes(Enumeration names)
public void removeAttributes(AttributeSet attrs)
public void setResolveParent(AttributeSet parent)
public Document getDocument()
public Element getParentElement()
public AttributeSet getAttributes()
public String getName()
public int getStartOffset()
public int getEndOffset()
public Element getElement(int index)
public int getElementCount()
public int getElementIndex(int offset)
public boolean isLeaf()
public TreeNode getChildAt(int childIndex)
public int getChildCount()
public TreeNode getParent()
public int getIndex(TreeNode node)
public boolean getAllowsChildren()
public Enumeration children()


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.