Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / javax / swing / text / AttributeSet.js
1 Clazz.declarePackage ("javax.swing.text");
2 Clazz.declareInterface (javax.swing.text, "AttributeSet");
3 Clazz.declareInterface (javax.swing.text.AttributeSet, "FontAttribute");
4 Clazz.declareInterface (javax.swing.text.AttributeSet, "ColorAttribute");
5 Clazz.declareInterface (javax.swing.text.AttributeSet, "CharacterAttribute");
6 Clazz.declareInterface (javax.swing.text.AttributeSet, "ParagraphAttribute");