Project Wonder 5.0

Uses of Class
er.chronic.tags.Pointer.PointerType

Packages that use Pointer.PointerType
er.chronic ERChronic is a nearly direct port to Java of the Ruby Chronic library
er.chronic.handlers   
er.chronic.repeaters   
er.chronic.tags   
 

Uses of Pointer.PointerType in er.chronic
 

Methods in er.chronic that return Pointer.PointerType
 Pointer.PointerType Options.getContext()
           
 

Methods in er.chronic with parameters of type Pointer.PointerType
 void Options.setContext(Pointer.PointerType context)
           
 

Constructors in er.chronic with parameters of type Pointer.PointerType
Options(Pointer.PointerType context)
           
Options(Pointer.PointerType context, java.util.Calendar now, boolean guess, java.lang.Integer ambiguousTimeRange)
           
 

Uses of Pointer.PointerType in er.chronic.handlers
 

Methods in er.chronic.handlers with parameters of type Pointer.PointerType
static Span Handler.findWithin(java.util.List<Repeater<?>> tags, Span span, Pointer.PointerType pointer, Options options)
          Recursively finds repeaters within other repeaters.
 

Uses of Pointer.PointerType in er.chronic.repeaters
 

Methods in er.chronic.repeaters with parameters of type Pointer.PointerType
protected  Span RepeaterYear._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeekend._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeekday._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeek._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterTime._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSecond._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSeasonName._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSeason._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMonthName._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMonth._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMinute._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterHour._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterFortnight._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDayPortion._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDayName._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDay._nextSpan(Pointer.PointerType pointer)
           
protected abstract  Span Repeater._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterYear._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeekend._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeekday._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeek._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterTime._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSecond._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSeasonName._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSeason._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMonthName._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMonth._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMinute._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterHour._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterFortnight._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDayPortion._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDayName._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDay._thisSpan(Pointer.PointerType pointer)
           
protected abstract  Span Repeater._thisSpan(Pointer.PointerType pointer)
           
 Span RepeaterYear.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeekend.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeekday.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeek.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterTime.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSecond.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSeasonName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSeason.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMonthName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMonth.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMinute.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterHour.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterFortnight.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDayPortion.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDayName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDay.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
abstract  Span Repeater.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span Repeater.nextSpan(Pointer.PointerType pointer)
          returns the next occurance of this repeatable.
 Span Repeater.thisSpan(Pointer.PointerType pointer)
           
 

Uses of Pointer.PointerType in er.chronic.tags
 

Methods in er.chronic.tags that return Pointer.PointerType
static Pointer.PointerType Pointer.PointerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Pointer.PointerType[] Pointer.PointerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in er.chronic.tags with parameters of type Pointer.PointerType
Pointer(Pointer.PointerType type)
           
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.