|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTMLComponentFactory
An interface to be implemented by plugins which allow objects to be embedded in HTML pages.
Example of use:
HTMLComponentFactory factory = new MyComponentFactory(); FreeHEPLookup lookup = getApplication().getLookup(); lookup.add(factory,"objectTagA"); lookup.add(factory,"objectTagB");
Method Summary | |
---|---|
JComponent |
getComponent(String name,
Map attributes)
Called when an Object tag is found in an HTML page. |
Method Detail |
---|
JComponent getComponent(String name, Map attributes)
name
- The name referenced in the object tagattributes
- The parameters and values specified in the Object tag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |