Package pl.netanel.swt.matrix

Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering.

See:
          Description

Interface Summary
ExtentSeq<N extends Number> Experimental!
NumberCollection<N extends Number> Common interface for NumberSet, NumberList and NumberContinuum.
NumberContinuum<N extends Number> Represents a continuum of integer numbers, from 0 to given count.
NumberList<N extends Number> List of integer numbers.
NumberSeq<N extends Number> Experimental!.
NumberSet<N extends Number> Represents a set of unique numbers.
Section<N extends Number> Section represents a continuous segment of a matrix Axis, for example a header, body or footer.
Zone<X extends Number,Y extends Number> Constitutes a region of a matrix where a section from the vertical axis and a section from the horizontal axis intersect with each other.
 

Class Summary
Axis<N extends Number> Axis represents a horizontal or vertical axis of a matrix.
AxisItem<N extends Number> Represents an axis item characterized by a section and an index within that section.
Cell<X extends Number,Y extends Number> Pair of indexes representing cell coordinates.
CellExtent<X extends Number,Y extends Number> Rectangular set of cells represented by start and end indexes on both axises.
Debug Created by Jacek Kołodziejczyk on 2014-10-29.
DisplaySupport Determines when a modifier key has been pressed.
Extent<N extends Number> Represents an range of numbers between start and end values inclusive.
GestureBindings Holds gesture binding and provides a fast access to them by event type.
Grouping Manages collapse-able hierarchy of item groups.
Grouping.Node Represent a node in the grouping hierarchy.
Grouping.NodeVisitor Traverses the given node or array of nodes and all the related nodes at the lower levels.
M Global constants
Matrix<X extends Number,Y extends Number> This class represents a two dimensional grid of cells.
NumberSet.Query<N extends Number> Deprecated. use NumberCollection.seq(int, Number, Number)
Painter<X extends Number,Y extends Number> This class draws everything that appears on the matrix canvas: background, images, text, lines.
Style Graphical style properties used by painters.
ZoneEditor<X extends Number,Y extends Number> Provides editing support for zone cells.
 

Enum Summary
Frozen Represents frozen area on the axis
Matrix.DropPosition Describes drop position for drag and drop moving
 

Package pl.netanel.swt.matrix Description

Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering.



Copyright © 2011 netanel.pl. All Rights Reserved.