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

- All Superinterfaces:
- java.lang.Cloneable
- All Known Subinterfaces:
- ITimedJarlObject
- All Known Implementing Classes:
- BaseJarlObject, BaseTimedJarlObject
- public interface IJarlObject
- extends java.lang.Cloneable
IJarlObject a base class for jarl object
| Method Summary | |
java.lang.Object |
clone()
|
org.w3c.dom.Element |
getConfigElement()
|
IJarlObjectInfo |
getJarlObjectInfo()
|
int |
getZOrder()
|
void |
init(IContext context,
org.w3c.dom.Element element)
Initialize this widget |
void |
postCheckTime(IContext context)
|
void |
preCheckTime(IContext context)
Some object need the absolute times, not the relative times |
void |
setZOrder(int zOrder)
Set the zOrder of this object |
| Method Detail |
init
public void init(IContext context, org.w3c.dom.Element element)
- Initialize this widget
preCheckTime
public void preCheckTime(IContext context)
- Some object need the absolute times, not the relative times
postCheckTime
public void postCheckTime(IContext context)
getZOrder
public int getZOrder()
setZOrder
public void setZOrder(int zOrder)
- Set the zOrder of this object
getJarlObjectInfo
public IJarlObjectInfo getJarlObjectInfo()
getConfigElement
public org.w3c.dom.Element getConfigElement()
clone
public java.lang.Object clone()
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC