KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > Style

javax.swing.text
Interface Style

All Superinterfaces:
AttributeSet, MutableAttributeSet
All Known Implementing Classes:
StyleContext.NamedStyle
See Also:
Top Examples, Source Code

void addChangeListener(ChangeListener l)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void removeChangeListener(ChangeListener l)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags