|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MacroMetadataProvider
Implementations of this class will be used by the MacroBrowserManager to provide additional
MacroMetadata.
| Method Summary | |
|---|---|
MacroMetadata |
getByMacroName(String macroName)
Returns the metadata for the named macro if it is known to this provider. |
Collection<MacroMetadata> |
getData()
Returns a collection of MacroMetadata for use in the Macro Browser. |
| Method Detail |
|---|
Collection<MacroMetadata> getData()
MacroMetadata for use in the Macro Browser.
This collection need not necessarily be unique.
MacroMetadata getByMacroName(String macroName)
macroName - the (simple, unfriendly) name of the macro.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||