summaryrefslogtreecommitdiff
path: root/javax/swing/text/AttributeSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/text/AttributeSet.java')
-rw-r--r--javax/swing/text/AttributeSet.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/javax/swing/text/AttributeSet.java b/javax/swing/text/AttributeSet.java
index 19f90a0f4..f37371d54 100644
--- a/javax/swing/text/AttributeSet.java
+++ b/javax/swing/text/AttributeSet.java
@@ -57,6 +57,9 @@ public interface AttributeSet
{
}
+ static Object NameAttribute = StyleConstants.NameAttribute;
+ static Object ResolveAttribute = StyleConstants.ResolveAttribute;
+
boolean containsAttribute(Object name, Object value);
boolean containsAttributes(AttributeSet attributes);
AttributeSet copyAttributes();