|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Helpful
Helpful interface. It's a way to let a subcomponent be helpful.
Anything that implements should have a default constructor, since when the helpers are getting built, one may be instantiated. For this process, it doesn't matter if the constructor does nothing. This is just another sucky java thing. However, if you can't tolerate a default constructor, at least have a PUBLIC static instance of Helper. the system will try to grab that without creating and instance object.
Version History
EPG - Initial - 10 SEP 08
Method Summary | |
---|---|
java.lang.String |
help()
Provide basic help as a string. |
Helper |
helper()
Provide a helper for the help. |
java.lang.String |
information()
Provide detailed information. |
Method Detail |
---|
java.lang.String help()
ThingsMarkup
java.lang.String information()
ThingsMarkup
Helper helper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |