|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.emn.spiraclock.Schedule
fr.emn.spiraclock.OutlookSchedule
public class OutlookSchedule
Nested Class Summary | |
---|---|
class |
OutlookSchedule.OutlookEvents
|
class |
OutlookSchedule.OutlookItemsEvents
|
Field Summary |
---|
Fields inherited from class fr.emn.spiraclock.Schedule |
---|
app, appointments, baseday, cache, cacheEnabled, common0, common1, currentQueryId, errorMessage, hour_index, hour_max, hour_min, intervalSet, loaded, mn_max, mn_min, nb_index, rday_index, rday0, rday1, res, tmn0, tmn1, view |
Constructor Summary | |
---|---|
OutlookSchedule()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
beforeClosing()
Subclass this method to set all schedule needed operations before application close |
Appointment[] |
getDayAppointments(ATime parm1)
Subclass this method to return all appointments in the given day. |
java.lang.String |
getName()
Subclass this method to return schedule name. |
java.util.Hashtable |
getProperties()
Subclass this method to return all schedule properties property name (String) is the hash key and the value is an object |
void |
installPopupCommands(javax.swing.JPopupMenu popup)
Gives the Schedule an opportunity to install its own popup menu commands on the spiraclock popup menu. |
static void |
main(java.lang.String[] args)
|
void |
reload()
Subclass this method to reload all your data. |
void |
setProperties(java.util.Hashtable props)
Subclass this method to set all schedule dependant properties given in parameter |
Methods inherited from class fr.emn.spiraclock.Schedule |
---|
addChangeListener, clearCache, fireStateChanged, firstAppointment, getAppointments, getBaseDay, getView, isLoadingNeeded, nextAppointment, retreive, setBaseDay, setInterval, setView, updateView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutlookSchedule()
Method Detail |
---|
public static void main(java.lang.String[] args)
public java.util.Hashtable getProperties()
Schedule
getProperties
in class Schedule
public void setProperties(java.util.Hashtable props)
Schedule
setProperties
in class Schedule
public void beforeClosing()
Schedule
beforeClosing
in class Schedule
public void installPopupCommands(javax.swing.JPopupMenu popup)
Schedule
installPopupCommands
in class Schedule
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public Appointment[] getDayAppointments(ATime parm1)
Schedule
getDayAppointments
in class Schedule
public java.lang.String getName()
Schedule
getName
in class Schedule
public void reload()
Schedule
reload
in class Schedule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |