MiG InfoCom MiG Calendar JavaBeans User Manual

Page 96

Advertising
background image

void

setOccupiedMergeOverlapping

(boolean b)

Property: If occupied activity ranges that overlap should be combined (merged) before
draing the occupied rects.

void

setOccupiedNotBackgroundPaint

(java.awt.Paint p)

Property: The background paint for the decoration where there's an activity which range
DOESN'T overlap.

void

setOccupiedNotOutlinePaint

(java.awt.Paint p)

Property: The outline paint for the decoration where there's an activity which range
DOESN'T overlap.

void

setOccupiedOutlinePaint

(java.awt.Paint p)

Property: The outline paint for the decoration where there's an activity which range overlap.

void

setOccupiedPlaceRect

(PlaceRect r)

Property: The placing of the rectangle that denoted the occupied/not occupied periods.

void

setOccupiedRoundToRangeType

(Integer rangeType)

Property: If occupied activity ranges that overlap should be combined (merged) before
draing the occupied rects.

void

setOddColumnPaint

(java.awt.Paint paint)

Property: The paint to paint for all odd columns.

void

setOddRowPaint

(java.awt.Paint paint)

Property: The paint to paint for all odd rows.

void

setPrimaryDimension

(int dim)

Sets the dimension time progresses if there was no wrapping.

void

setPrimaryDimensionCellType

(int cellType)

Sets the type of

primDimCellSpanCount

.

void

setPrimaryDimensionCellTypeCount

(int count)

Sets how many

primDimCellSpanType

a cell spanns in the primary dimension.

void

setPrimaryDimensionLayout

(GridLayoutProvider layout)

Property: The layout provider for the primary dimension for the grid.

void

setSecondaryDimensionLayout

(GridLayoutProvider layout)

Property: The layout provider for the secondary dimension for the grid.

void

setSelectablePaint

(java.awt.Paint paint)

Property: The paint used to fill the cells that are marked as selectable.

void

setSelectedActivitiesOntop

(boolean b)

Property: If Activites that are selected should be painted on top of other activities.

void

setSelectionBoundaryType

(int rangeType)

Property: The type of date range (e.g. day, hour, week) that selectionw will be rounded to.

void

setSelectionMouseOverPaint

(java.awt.Paint paint)

Property: The paint used to fill the cells that the mouse is over.

void

setSelectionMousePressedPaint

(java.awt.Paint paint)

Property: The paint used to fill the cells that the is pressed over (e.g. temporary selection).

void

setSelectionPaint

(java.awt.Paint paint)

Property: The paint used to fill the cells that are selected.

Page 96 of 196

com.miginfocom.beans.DateAreaBean

Advertising