JTools

net.jtools.tmpl.model
Class ExternalMacro

java.lang.Object
  extended by net.jtools.tmpl.model.SimpleObject
      extended by net.jtools.tmpl.model.SimpleItem
          extended by net.jtools.tmpl.model.SimpleItem.External
              extended by net.jtools.tmpl.model.ExternalMacro
All Implemented Interfaces:
Item, MacroItem

public class ExternalMacro
extends SimpleItem.External
implements MacroItem


Nested Class Summary
 
Nested classes/interfaces inherited from class net.jtools.tmpl.model.SimpleItem
SimpleItem.External, SimpleItem.Reference, SimpleItem.Writeable
 
Nested classes/interfaces inherited from class net.jtools.tmpl.model.SimpleObject
SimpleObject.Description
 
Nested classes/interfaces inherited from interface net.jtools.tmpl.model.MacroItem
MacroItem.Reference, MacroItem.Support, MacroItem.Writeable
 
Field Summary
protected  Macro instance
           
 
Fields inherited from class net.jtools.tmpl.model.SimpleItem
TAB
 
Fields inherited from class net.jtools.tmpl.model.SimpleObject
description
 
Constructor Summary
ExternalMacro(Item parent)
           
ExternalMacro(Item parent, Macro instance)
           
 
Method Summary
protected  boolean onCheck()
           
 
Methods inherited from class net.jtools.tmpl.model.SimpleItem.External
getClassname, setClassname
 
Methods inherited from class net.jtools.tmpl.model.SimpleItem
check, commaseparated, getModel, getName, getParent, isChecked, literal, setName, solve
 
Methods inherited from class net.jtools.tmpl.model.SimpleObject
addDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jtools.tmpl.model.MacroItem
setName
 
Methods inherited from interface net.jtools.tmpl.model.Item
check, getClassname, getModel, getName, getParent, isChecked, solve
 

Field Detail

instance

protected Macro instance
Constructor Detail

ExternalMacro

public ExternalMacro(Item parent)

ExternalMacro

public ExternalMacro(Item parent,
                     Macro instance)
Method Detail

onCheck

protected boolean onCheck()
Overrides:
onCheck in class SimpleItem

JTools

© 2000-2006, JTools.org.