KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > html > Option

javax.swing.text.html
Class Option

java.lang.Object
  extended by javax.swing.text.html.Option
See Also:
Source Code

public AttributeSet getAttributes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public boolean isSelected()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Option(AttributeSet attr)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLabel(String label)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setSelection(boolean state)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags