
Public Member Functions | |
| Style (final String thisName) | |
| String | toString () |
| String | valuesToString () |
| void | set (final Style thisStyle) |
| void | set (final String thisNameStyleString, final String thisValueStyleString, final String thisIcon) |
Static Public Member Functions | |
| static String | toString (final SimpleAttributeSet as) |
Public Attributes | |
| SimpleAttributeSet | theNameStyle = new SimpleAttributeSet() |
| SimpleAttributeSet | theValueStyle = new SimpleAttributeSet() |
| ImageIcon | theIcon |
| String | theName |
Name-value styles
| edu.princeton.wordnet.browser.Style.Style | ( | final String | thisName | ) |
Constructor
| thisName | name |
| void edu.princeton.wordnet.browser.Style.set | ( | final String | thisNameStyleString, | |
| final String | thisValueStyleString, | |||
| final String | thisIcon | |||
| ) |
Set from strings
| MalformedURLException |
| void edu.princeton.wordnet.browser.Style.set | ( | final Style | thisStyle | ) |
Set from buddy style
| static String edu.princeton.wordnet.browser.Style.toString | ( | final SimpleAttributeSet | as | ) | [static] |
Converts the attribute set to a String.
| String edu.princeton.wordnet.browser.Style.valuesToString | ( | ) |
Values to string
Icon
Name
| SimpleAttributeSet edu.princeton.wordnet.browser.Style.theNameStyle = new SimpleAttributeSet() |
Name style
| SimpleAttributeSet edu.princeton.wordnet.browser.Style.theValueStyle = new SimpleAttributeSet() |
Value style
1.6.3