|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
Plugin Interface was created to make a bridge between the calendar and the different plugins.
Method Summary | |
---|---|
void |
initPlugin()
initPlugin method was created to initialize the plugin. |
void |
setInfo(java.util.Calendar c,
java.awt.Image I,
int x,
int y)
setInfo method was created to pass the important data that is neaded by the plugin from the calendar. |
Method Detail |
---|
void initPlugin()
void setInfo(java.util.Calendar c, java.awt.Image I, int x, int y)
c
- represent the current date.I
- represent the specified image for the plugin.x
- represent the x coordinates for the plugin to be placed in.y
- represent the y coordinates for the plugin to be placed in.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |