Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.base
Interface IJarlObject  view IJarlObject download IJarlObject.java

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()