JTools

net.jtools.tmpl.model
Interface MacroItem.Support

All Superinterfaces:
Item
All Known Subinterfaces:
MacroLibItem, MacroLibItem.Reference, MacroLibItem.Writeable, Model
All Known Implementing Classes:
ExternalMacroLib, ReferencedMacroSet, TmplModel, WriteableMacroLib
Enclosing interface:
MacroItem

public static interface MacroItem.Support
extends Item


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.jtools.tmpl.model.Item
Item.Reference, Item.Support, Item.Writeable
 
Method Summary
 MacroItem getMacro(String name)
           
 Collection<MacroItem> getMacros()
           
 
Methods inherited from interface net.jtools.tmpl.model.Item
check, getClassname, getModel, getName, getParent, isChecked, solve
 

Method Detail

getMacro

MacroItem getMacro(String name)

getMacros

Collection<MacroItem> getMacros()

JTools

© 2000-2006, JTools.org.