javax > javax.swing > javax.swing.text > javax.swing.text.simpleattributeset >

Class: javax.swing.text.SimpleAttributeSet
    java.lang.Object
       javax.swing.text.SimpleAttributeSet


public class SimpleAttributeSet extends Object implements MutableAttributeSet, Serializable, Cloneable


FIELDS:
public static final AttributeSet EMPTY

CONSTRUCTORS:
public SimpleAttributeSet()

public SimpleAttributeSet(AttributeSet source)


METHODS:
public void addAttribute(Object name, Object value)

public void addAttributes(AttributeSet attributes)

public Object clone()
Overrides: Object

public boolean containsAttribute(Object name, Object value)

public boolean containsAttributes(AttributeSet attributes)

public AttributeSet copyAttributes()

public boolean equals(Object obj)
Overrides: Object

public Object getAttribute(Object name)

public int getAttributeCount()

public Enumeration getAttributeNames()

public AttributeSet getResolveParent()

public int hashCode()
Overrides: Object

public boolean isDefined(Object attrName)

public boolean isEmpty()

public boolean isEqual(AttributeSet attr)

public void removeAttribute(Object name)

public void removeAttributes(Enumeration names)

public void removeAttributes(AttributeSet attributes)

public void setResolveParent(AttributeSet parent)

public String toString()
Overrides: Object


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net