|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OptionOwner
This interface contains the option-related methods of Plugin.
Method Summary | |
---|---|
tom.platform.adt.platformoption.types.PlatformOptionList |
getDeclaredOptionList()
Returns a list containing the options the plugin declares. |
tom.platform.adt.platformoption.types.PlatformOptionList |
getRequiredOptionList()
Returns a list containing the options the plugin requires in order to do what is expected of it. |
void |
optionChanged(String name,
Object value)
Method triggered each time an option own is changed: The Option owner can react to that change |
void |
setOptionManager(OptionManager om)
Sets the associated OptionManager |
Method Detail |
---|
tom.platform.adt.platformoption.types.PlatformOptionList getDeclaredOptionList()
tom.platform.adt.platformoption.types.PlatformOptionList getRequiredOptionList()
void optionChanged(String name, Object value)
name
- the option's namevalue
- the option's valuevoid setOptionManager(OptionManager om)
om
- the option manager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |