
Public Member Functions | |
| void | addPath (String path) |
| void | addRule (GSVRule rule) |
| NSArray | availableFontLists () |
| Class | classForCoder () |
| Configuration (WOXMLDecoder decoder) | |
| Configuration (String s) | |
| void | encodeWithWOXMLCoder (WOXMLCoder coder) |
| String | fontList () |
| boolean | hasRecent () |
| boolean | hasRules () |
| String | password () |
| NSMutableArray | paths () |
| NSMutableArray | quickRules () |
| void | removePath (String path) |
| void | removeRule (GSVRule rule) |
| void | setFontList (String s) |
| void | setPassword (String s) |
| void | setQuickRules (NSMutableArray rules) |
Static Public Member Functions | |
| static Configuration | configurationWithPath (java.lang.String path) |
Private Attributes | |
| NSArray | availableFontLists |
| String | fontList |
| String | password |
| NSMutableArray | paths = new NSMutableArray() |
| NSMutableArray | quickRules = new NSMutableArray() |
| Configuration | ( | String | s | ) |
| Configuration | ( | WOXMLDecoder | decoder | ) |
| void addPath | ( | String | path | ) |
| void addRule | ( | GSVRule | rule | ) |
| Class classForCoder | ( | ) |
| static Configuration configurationWithPath | ( | java.lang.String | path | ) | [static] |
| void encodeWithWOXMLCoder | ( | WOXMLCoder | coder | ) |
| boolean hasRecent | ( | ) |
| boolean hasRules | ( | ) |
| NSMutableArray paths | ( | ) |
| void removePath | ( | String | path | ) |
| void removeRule | ( | GSVRule | rule | ) |
| void setFontList | ( | String | s | ) |
| void setPassword | ( | String | s | ) |
| void setQuickRules | ( | NSMutableArray | rules | ) |
NSArray availableFontLists [private] |
Initial value:
new NSArray(new Object[] { "Arial,Helvetica", "Osaka,MS P Gothic" })
NSMutableArray paths = new NSMutableArray() [private] |
NSMutableArray quickRules = new NSMutableArray() [private] |
1.5.8