Getselectablepaint(), Getselectionmousepressedpaint(), Getselectionpaint() – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 132: Setselectionmousepressedpaint(paint), Setselectionpaint(paint), Getselectablepaint, Getselectionmousepressedpaint, Getselectionpaint, Setselectionmousepressedpaint, Java.awt.paint
getSelectionMousePressedPaint
public java.awt.Paint getSelectionMousePressedPaint()
Property: The paint used to fill the cells that the is pressed over (e.g. temporary selection).
null
indicated no mouse press
painting.
Returns:
The current paint. May be
null
.
See Also:
setDateRangeSelection(com.miginfocom.util.dates.DateRangeI, int, boolean)
setSelectionMousePressedPaint
public void setSelectionMousePressedPaint(java.awt.Paint paint)
Property: The paint used to fill the cells that the is pressed over (e.g. temporary selection).
null
indicated no mouse press
painting.
Parameters:
paint
- The new paint. May be
null
.
See Also:
setDateRangeSelection(com.miginfocom.util.dates.DateRangeI, int, boolean)
getSelectionPaint
public java.awt.Paint getSelectionPaint()
Property: The paint used to fill the cells that are selected.
null
indicated no selection painting.
Returns:
The current paint. May be
null
.
See Also:
setDateRangeSelection(com.miginfocom.util.dates.DateRangeI, int, boolean)
setSelectionPaint
public void setSelectionPaint(java.awt.Paint paint)
Property: The paint used to fill the cells that are selected.
null
indicated no selection painting.
Parameters:
paint
- The new paint. May be
null
.
See Also:
setDateRangeSelection(com.miginfocom.util.dates.DateRangeI, int, boolean)
getSelectablePaint
public java.awt.Paint getSelectablePaint()
Property: The paint used to fill the cells that are marked as selectable.
null
indicated no selectable painting.
Returns:
The current paint. May be
null
.
Page 132 of 196
com.miginfocom.beans.DateAreaBean