JTools

net.jtools.tmpl.model
Class SimpleItem

java.lang.Object
  extended by net.jtools.tmpl.model.SimpleObject
      extended by net.jtools.tmpl.model.SimpleItem
All Implemented Interfaces:
Item
Direct Known Subclasses:
SimpleItem.External, SimpleItem.Reference, SimpleItem.Writeable, WriteableNode

public class SimpleItem
extends SimpleObject
implements Item


Nested Class Summary
static class SimpleItem.External
           
static class SimpleItem.Reference
           
static class 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.Item
Item.Support
 
Field Summary
protected static String TAB
           
 
Fields inherited from class net.jtools.tmpl.model.SimpleObject
description
 
Constructor Summary
SimpleItem(Item parent)
           
 
Method Summary
 void check()
           
protected  String commaseparated(int index, String prefix, String x)
           
 Classname getClassname()
           
 Model getModel()
           
 String getName()
           
 Item getParent()
           
 boolean isChecked()
           
protected  String literal(String x)
           
protected  boolean onCheck()
           
 void setName(String name)
           
 void 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
 

Field Detail

TAB

protected static final String TAB
See Also:
Constant Field Values
Constructor Detail

SimpleItem

public SimpleItem(Item parent)
Method Detail

check

public final void check()
Specified by:
check in interface Item

commaseparated

protected final String commaseparated(int index,
                                      String prefix,
                                      String x)

getClassname

public Classname getClassname()
Specified by:
getClassname in interface Item

getModel

public Model getModel()
Specified by:
getModel in interface Item

getName

public String getName()
Specified by:
getName in interface Item

getParent

public Item getParent()
Specified by:
getParent in interface Item

isChecked

public final boolean isChecked()
Specified by:
isChecked in interface Item

literal

protected final String literal(String x)

onCheck

protected boolean onCheck()

setName

public void setName(String name)

solve

public void solve()
Specified by:
solve in interface Item

JTools

© 2000-2006, JTools.org.