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

Quick Search    Search Deep

Uses of Class
com.arranger.jarl.base.Time

Uses of Time in com.arranger.jarl.base
 

Fields in com.arranger.jarl.base declared as Time
protected  Time Context.m_time
           
protected  Time Context.m_absoluteTime
           
protected  Time BaseTimedJarlObject.m_startTime
           
protected  Time BaseTimedJarlObject.m_endTime
           
protected  Time BaseTimedJarlObject.m_totalTime
           
protected  Time BaseJarlObject.m_cachedTime
           
 

Methods in com.arranger.jarl.base that return Time
static Time Time.getTime(org.w3c.dom.Element element, java.lang.String attrName)
           
static Time Time.getTime(java.lang.String val)
           
 Time ITimedJarlObject.getStartTime()
           
 Time ITimedJarlObject.getEndTime()
           
 Time ITimedJarlObject.getTotalTime()
           
 Time IContext.getTime()
          Get the current time
 Time IContext.getAbsoluteTime()
          Get the absolute current time that won't be affected by holds or echos
 Time Context.getTime()
          Get the current time
 Time Context.getAbsoluteTime()
          Get the absolute current time that won't be affected by holds or echos
 Time BaseTimedJarlObject.getStartTime()
           
 Time BaseTimedJarlObject.getEndTime()
           
 Time BaseTimedJarlObject.getTotalTime()
           
 

Methods in com.arranger.jarl.base with parameters of type Time
 boolean Time.isLess(Time other)
          Returns true if this object is less then the other
 boolean Time.isGreater(Time other)
          Returns true if this object is greater then the other
protected  void RenderManager.checkTimedObject(Time time, java.util.List registeredList, java.util.List currentList)
          Check to see if we need to add any new widgets to the current Widgets
 void ITimedJarlObject.setStartTime(Time time)
           
 void ITimedJarlObject.setEndTime(Time time)
           
 void IContext.setAbsoluteTime(Time time)
          Set the absolute current time that won't be affected by holds or echos
 void IContext.setTime(Time time)
          sets the current time
 void Context.setAbsoluteTime(Time time)
          Set the absolute current time that won't be affected by holds or echos
 void Context.setTime(Time time)
          sets the current time
 void BaseTimedJarlObject.setStartTime(Time time)
           
 void BaseTimedJarlObject.setEndTime(Time time)
           
protected  void BaseTimedJarlObject.checkTime(Time time)