Abstractheaderbean, Method summary, Com.miginfocom.beans class abstractheaderbean – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 3
![background image](https://www.manualsdir.com/files/798675/content/doc003.png)
com.miginfocom.beans
Class AbstractHeaderBean
java.lang.Object
|
+-com.miginfocom.beans.AbstractBean
|
+-com.miginfocom.beans.AbstractHeaderBean
public abstract class AbstractHeaderBean
extends AbstractBean
Some basic functionality for header JavaBeans in the MiG Calendar component.
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Method Summary
java.awt.Paint
()
Property: The background paint in the date area.
()
Returns the container that this header is decorating.
int
()
Property: The edge (top, left, bottom, right) that this header should be placed at.
int
Property: What corner, if any, the header should expand into if (if it exist, or rather has any
space).
boolean
()
Property: If this header should be visible or not.
void
If there is a connected container, revaidate and repaint it
void
(java.awt.Paint p)
Property: The background paint in the date area.
boolean
container)
Sets the
com.miginfocom.calendar.datearea.DateAreaContainer
that this header
should decorate.
void
(int edge)
Property: The edge (top, left, bottom, right) that this header should be placed at.
void
(int corner)
Property: What corner, if any, the header should expand into if (if it exist, or rather has any
space).
void
(boolean b)
Property: If this header should be visible or not.
Page 3 of 196
com.miginfocom.beans.AbstractHeaderBean