Categoryheaderbean, Constructor summary, Method summary – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 27: Com.miginfocom.beans class categoryheaderbean
com.miginfocom.beans
Class CategoryHeaderBean
java.lang.Object
|
+-com.miginfocom.beans.AbstractBean
|
+-
com.miginfocom.beans.AbstractHeaderBean
|
+-com.miginfocom.beans.CategoryHeaderBean
public abstract class CategoryHeaderBean
extends
A header object that wraps (aggregates) a real
com.miginfocom.calendar.header.Header
implementation.
This bean is for simplifying the usage of a header and to make the header a visual JavaBean.
Note! The category header will end up on the si
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Constructor Summary
public
()
Method Summary
void
Adds a listener that listens to
InteractionEvent
s.
void
(InteractionListener l, boolean asWeakRef)
Adds a listener that listens to
InteractionEvent
s.
int
javax.swing.border.Bo
rder
Property: The
javax.swing.border.Border
used to draw around the cells in the header.
java.awt.Cursor
Property: The
java.awt.Cursor
that the mouse pointer should change to when over a cell
(and not label).
Integer
Property: The size (height if top/bottom and width if left/right) of the header.
Header
()
DefaultSubRowLevel[]
()
Property: The specification for the levels that correspond to the category level.
Page 27 of 196
com.miginfocom.beans.CategoryHeaderBean