com.ibm.calendar
Interface Plugin
- All Known Implementing Classes:
- DayPlugin, NotePlugin, ToDoPlugin
- 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. |
initPlugin
public void initPlugin()
- initPlugin method was created to initialize the plugin.
setInfo
public 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.
- Parameters:
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.
Copyright © 2001 IBM Corp. All rights reserved. Java, JavaBeans, Swing and 100 Pure Java are trademarks of Sun Microsystems, Inc. All other trademarks are the property of their respective owners.