|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.calendar.GrayTheme
public class GrayTheme
Constructor Summary | |
---|---|
GrayTheme()
GrayTheme constructor initialize the resources of the theme by loading the images and determins the startup point of the year and month names controls in the calendar bean. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getAboutThisBean()
Gets the aboutThisBean property (java.lang.String) value. |
java.awt.Image |
getImage(java.lang.String key)
getImage method returns the corresponding image determined by the key string . |
java.lang.Object |
getProperty(java.lang.String key)
getProperty method returns the coordinates of that is usefull for the calendar. |
void |
setAboutThisBean(java.lang.String aboutThisBean)
Sets the aboutThisBean property (java.lang.String) value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrayTheme()
Method Detail |
---|
public java.lang.String getAboutThisBean()
setAboutThisBean(java.lang.String)
public java.awt.Image getImage(java.lang.String key)
getImage
in interface Theme
key
- represent a string to be the key to retrive the
specified image.
public java.lang.Object getProperty(java.lang.String key)
getProperty
in interface Theme
key
- java.lang.String
public void setAboutThisBean(java.lang.String aboutThisBean)
aboutThisBean
- The new value for the property.getAboutThisBean()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |