|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ trait overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.trait
Interface ITraitDef

- All Superinterfaces:
- java.lang.Cloneable, com.arranger.jarl.base.IJarlObject, ITrait
- All Known Implementing Classes:
- BaseTrait
- public interface ITraitDef
- extends ITrait
ITraitDef created on Feb 21, 2003
| Method Summary | |
void |
initDef(com.arranger.jarl.base.IContext context,
org.w3c.dom.Element element)
Initialize this trait |
ITrait |
initInstance(com.arranger.jarl.base.IContext context,
org.w3c.dom.Element element)
Based off of the actual def, get a real instance |
| Methods inherited from interface com.arranger.jarl.trait.ITrait |
postPaint, prePaint |
| Methods inherited from interface com.arranger.jarl.base.IJarlObject |
clone, getConfigElement, getJarlObjectInfo, getZOrder, init, postCheckTime, preCheckTime, setZOrder |
| Method Detail |
initDef
public void initDef(com.arranger.jarl.base.IContext context, org.w3c.dom.Element element)
- Initialize this trait
initInstance
public ITrait initInstance(com.arranger.jarl.base.IContext context, org.w3c.dom.Element element)
- Based off of the actual def, get a real instance
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ trait overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC