Adddatechangelistener(datechangelistener, boolean), Setdateareaouterborder(border), Addactivitydragresizelistener – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 139: Activitydragresizelistener, Adddatechangelistener, Removeactivitydragresizelistener, Setdateareaouterborder, Javax.swing.border.border
![background image](https://www.manualsdir.com/files/798675/content/doc139.png)
(continued from last page)
Property: The outer border around the date area. The border will be installed on the scroll pane so that it will normally
always be shown fully even if the view is partly scrolled away (invisible).
Returns:
The current border. May be
null
.
See Also:
setDateAreaOuterBorder
public void setDateAreaOuterBorder(javax.swing.border.Border b)
Property: The outer border around the date area. The border will be installed on the scroll pane so that it will normally
always be shown fully even if the view is partly scrolled away (invisible).
Parameters:
b
- The new border. May be
null
.
See Also:
setDateAreaInnerBorder(Border)
addActivityDragResizeListener
public void addActivityDragResizeListener(ActivityDragResizeListener l)
This call is transmitted to the
addActivityDragResizeListener(com.miginfocom.calendar.datearea.ActivityDragResizeListener)
addActivityDragResizeListener
public void addActivityDragResizeListener(ActivityDragResizeListener l,
boolean asWeakRef)
This call is transmitted to the
addActivityDragResizeListener(com.miginfocom.calendar.datearea.ActivityDragResizeListener,
boolean)
removeActivityDragResizeListener
public void removeActivityDragResizeListener(ActivityDragResizeListener l)
This call is transmitted to the
removeActivityDragResizeListener(com.miginfocom.calendar.datearea.ActivityDragResizeListene
r)
addDateChangeListener
public void addDateChangeListener(DateChangeListener l)
This call is transmitted to the
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener)
addDateChangeListener
public void addDateChangeListener(DateChangeListener l,
boolean asWeakRef)
This call is transmitted to the
addDateChangeListener(com.miginfocom.util.dates.DateChangeListener,
boolean)
Page 139 of 196
com.miginfocom.beans.DateAreaBean