Package com.miginfocom.calendar.grid

Interface Summary
DateGridContainer An interface to implement if a class contains a DateGrid rather than a Grid which the super interface denotes.
DateGridProvider Interface to implements if you can provide DateGrids.
Grid An interface that specifies how a grid should behave and what it always can do.
GridContainer An interface to implement if a class contains a Grid.
GridDimensionLayout A layout that lays out a grid in one dimension.
GridLayoutProvider Interface to implements if you can provide GridDimensionLayouts.
GridLineException Models an exception to a grid line that can be set on the DefaultGridLineProvider.
GridLineProvider A special RepetitionSpec that returns GridLineRepetitions.
GridLineSpecProvider Interface to implements if you can provide GridLineSpecification.
GridRowLayout A layout that lays out the sub grid rows/lines of a main grid row.
SubRowCreator Interface to implements to be able to create sub grid rows for a main grid row.
 

Class Summary
AbstractGrid Implements most of the basic geometry work for a Grid.
DateBoundaryException A concrete implementation of GridLineException that can make exceptions depending on date boundaries and/or modulo/offset.
DateBoundaryExceptionEditor  
DateGrid Adds date and time handling to AbstractGrid.
DefaultGridDimensionLayout The default grid layout.
DefaultGridLineProvider A class that holds sizes (widths) and other properties of grid lines in one dimension in a very flexible way.
DefaultGridRowLayout Lays out all grid rows within a main grid rows so they get equal size.
GridLine A grid line.
GridLineExceptionEditor A bean editor that handles all types of GridLineException objects.
GridLineRepetition A Repetition that annotates every repetition with how that grid line should look like and how wide it should be.
GridLineSpecification A specification on how the grid lines will look like and the size of them.
GridRow A row (which can also be a column) in a grid.
GridRowInteractor An Interactor that can listen to property and state changes in an Activity.
GridSegment A number of rows/columns in a grid that shares the same size and size restrictions.
GridSegmentSpec Holds the segments in one dimension that a grid consists of.
GridUtil Utility class to help with grid line and row layout.
OffsetException A concrete implementation of GridLineException modulo/offset with a start/stop range.
OffsetExceptionEditor  
SubRowGridLineProvider A class that holds sizes (widths) and other properties of grid lines in one dimension in a very flexible way.
TrackingGridDimensionLayout A grid layout that tracks the grid lines and grid rows of another grid in one dimension.
 



Copyright © 2005 MiG InfoCom AB. All Rights Reserved.