com.ibm.calendar
Interface Theme
- All Known Implementing Classes:
- BlueTheme, GrayTheme
- public interface Theme
Theme interface was created to pass theme
information to the calendar.
Method Summary |
java.awt.Image |
getImage(java.lang.String key)
This method was created to retrieve theme image . |
java.lang.Object |
getProperty(java.lang.String key)
This method was created to retrieve the coordinates of
the year and month controls. |
getImage
public java.awt.Image getImage(java.lang.String key)
- This method was created to retrieve theme image .
- Parameters:
key
- represent a string to be the key to retrive the
specified image.- Returns:
- java.awt.Image
getProperty
public java.lang.Object getProperty(java.lang.String key)
- This method was created to retrieve the coordinates of
the year and month controls.
- Parameters:
key
- java.lang.String- Returns:
- java.lang.Object
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.