public interface Style extends MutableAttributeSet
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
NameAttribute, ResolveAttribute
修飾子と型 | メソッドと説明 |
---|---|
void |
addChangeListener(ChangeListener l)
属性が変更されている場合に変更を追跡するリスナーを追加します。
|
String |
getName()
書式の名前を取得します。
|
void |
removeChangeListener(ChangeListener l)
属性の変更を追跡していたリスナーを削除します。
|
addAttribute, addAttributes, removeAttribute, removeAttributes, removeAttributes, setResolveParent
containsAttribute, containsAttributes, copyAttributes, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, isDefined, isEqual
String getName()
null
が返されます。void addChangeListener(ChangeListener l)
l
- 変更リスナーvoid removeChangeListener(ChangeListener l)
l
- 変更リスナー バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.