|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalOptionProvider
Implement this interface with each of your plugins (BackgroundImage,
Audio, or TickerTape) that you also want to have their own
options that work nicely with the option system
| Field Summary | |
|---|---|
static String |
TYPE_BOOLEAN
|
static String |
TYPE_CLASS
|
static String |
TYPE_COLOR
|
static String |
TYPE_FILE
|
static String |
TYPE_FLOAT
|
static String |
TYPE_FOLDER
|
static String |
TYPE_IMAGE
FUTURE - just Url alias for now. |
static String |
TYPE_INTEGER
|
static String |
TYPE_STRING
|
static String |
TYPE_URL
|
| Method Summary | |
|---|---|
String |
getLocalOptionDefault(String key)
defaults for each of the local option keys. |
Collection |
getLocalOptionNames()
Your option keys. |
Map |
getLocalOptionPreferences()
map of your option keys where the value is "Type[+],text [range]" per the MultiTaskerPreferences class. |
| Field Detail |
|---|
static final String TYPE_STRING
static final String TYPE_FLOAT
static final String TYPE_INTEGER
static final String TYPE_BOOLEAN
static final String TYPE_COLOR
static final String TYPE_CLASS
static final String TYPE_URL
static final String TYPE_IMAGE
static final String TYPE_FILE
static final String TYPE_FOLDER
| Method Detail |
|---|
Collection getLocalOptionNames()
String getLocalOptionDefault(String key)
Map getLocalOptionPreferences()
MultiTaskerPreferences class. Use a LinkedHashMap to
maintain the order of your options.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||