|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
mvp.Model
caltool.schedule.IntervalDetails
caltool.schedule.MonthlyDetails
public class MonthlyDetails
MonthlyDetails has an on/off setting for each day of the week on which an item recurs. These details are also used for the BiMonthly setting of the recurrence interval.
Field Summary | |
---|---|
boolean[] |
inApr
Recurrence dates for April |
boolean[] |
inAug
Recurrence dates for August |
boolean[] |
inDec
Recurrence dates for December |
boolean[] |
inFeb
Recurrence dates for February |
boolean[] |
inJan
Recurrence dates for January |
boolean[] |
inJul
Recurrence dates for July |
boolean[] |
inJun
Recurrence dates for June |
boolean[] |
inMar
Recurrence dates for March |
boolean[] |
inMay
Recurrence dates for May |
boolean[] |
inNov
Recurrence dates for November |
boolean[] |
inOct
Recurrence dates for October |
boolean[] |
inSep
Recurrence dates for September |
Fields inherited from class caltool.schedule.IntervalDetails |
---|
monthly, weekly |
Fields inherited from class mvp.Model |
---|
view |
Constructor Summary | |
---|---|
MonthlyDetails()
|
Method Summary |
---|
Methods inherited from class mvp.Model |
---|
dump, exit, getView, setView |
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean[] inJan
public boolean[] inFeb
public boolean[] inMar
public boolean[] inApr
public boolean[] inMay
public boolean[] inJun
public boolean[] inJul
public boolean[] inAug
public boolean[] inSep
public boolean[] inOct
public boolean[] inNov
public boolean[] inDec
Constructor Detail |
---|
public MonthlyDetails()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |