Searched defs:getEmptySet (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleContext.java436 public AttributeSet getEmptySet() { method in class:StyleContext
1257 attributes = getEmptySet();
1280 attributes = getEmptySet();
1550 attributes = context.getEmptySet();
H A DAbstractDocument.java1733 public AttributeSet getEmptySet(); method in interface:AbstractDocument.AttributeContext
1775 attributes = getAttributeContext().getEmptySet();
2022 attributes = context.getEmptySet();

Completed in 44 milliseconds