A B C D E F G H I L M N P R S T U V Z

C

cancel(Control) - Method in class pl.netanel.swt.matrix.ZoneEditor
Deactivates the editor control.
Cell<X extends java.lang.Number,Y extends java.lang.Number> - Class in pl.netanel.swt.matrix
Pair of indexes representing cell coordinates.
CellExtent<X extends java.lang.Number,Y extends java.lang.Number> - Class in pl.netanel.swt.matrix
Rectangular set of cells represented by start and end indexes on both axises.
CellImageButtonPainter<X extends java.lang.Number,Y extends java.lang.Number> - Class in pl.netanel.swt.matrix.reloaded
Paints an image in the cell.
CellImageButtonPainter(String, Image, Image) - Constructor for class pl.netanel.swt.matrix.reloaded.CellImageButtonPainter
Creates toggle button behavior and displaying trueImage when CellImageButtonPainter.getToggleState(Number, Number) returns Boolean.TRUE, falseImage when Boolean.FALSE and nothing when it returns null.
CellImageButtonPainter(String, Image) - Constructor for class pl.netanel.swt.matrix.reloaded.CellImageButtonPainter
Creates push button behavior using the given image as the button.
change(N, N, boolean) - Method in interface pl.netanel.swt.matrix.NumberSet
Calls NumberSet.add(Number, Number) if add is true otherwise NumberSet.remove(Number, Number) is called.
clean() - Method in class pl.netanel.swt.matrix.Grouping.SeparatorPainter
 
clean() - Method in class pl.netanel.swt.matrix.Painter
Restores the default GC settings modified by modified by in Painter.init() or Painter.paint(int, int, int, int).
clean() - Method in class pl.netanel.swt.matrix.reloaded.ButtonCellBehavior
 
clear() - Method in interface pl.netanel.swt.matrix.NumberSet
Removes all of the numbers from this set.
clipping - Variable in class pl.netanel.swt.matrix.Grouping.SeparatorPainter
 
clipText() - Method in class pl.netanel.swt.matrix.Painter
Called by paint method to adjust the text to be painted in case the text does not fit the allotted area.
CMD_COLLAPSE - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_COPY - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_CUT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_DELETE - Static variable in class pl.netanel.swt.matrix.Matrix
Command to delete (set to null) the values of the selected cells.
CMD_DND_MOVE_START - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_EDIT_ACTIVATE - Static variable in class pl.netanel.swt.matrix.Matrix
Command to activate the editor control by setting focus on it.
CMD_EDIT_APPLY - Static variable in class pl.netanel.swt.matrix.Matrix
Command to apply the value from the editor control to the model without deactivating the control.
CMD_EDIT_DEACTIVATE_APPLY - Static variable in class pl.netanel.swt.matrix.Matrix
Command to deactivate the editor control with applying it's value to the model.
CMD_EDIT_DEACTIVATE_CANCEL - Static variable in class pl.netanel.swt.matrix.Matrix
Command to deactivate the editor control without applying it's value to the model.
CMD_EXPAND - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_DOWN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_LEFT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_LOCATION - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_LOCATION_ALTER - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_MOST_DOWN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_MOST_DOWN_RIGHT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_MOST_LEFT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_MOST_RIGHT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_MOST_UP - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_MOST_UP_LEFT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_PAGE_DOWN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_PAGE_LEFT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_PAGE_RIGHT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_PAGE_UP - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_RIGHT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_FOCUS_UP - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_ITEM_HIDE - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_ITEM_SHOW - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_PACK_COLUMN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_PACK_ROW - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_PASTE - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_ALL - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_COLUMN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_COLUMN_ALTER - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_DOWN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_FULL_DOWN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_FULL_DOWN_RIGHT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_FULL_LEFT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_FULL_RIGHT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_FULL_UP - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_FULL_UP_LEFT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_LEFT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_PAGE_DOWN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_PAGE_LEFT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_PAGE_RIGHT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_PAGE_UP - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_RIGHT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_ROW - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_ROW_ALTER - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_TO_COLUMN - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_TO_COLUMN_ALTER - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_TO_LOCATION - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_TO_LOCATION_ALTER - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_TO_ROW - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_TO_ROW_ALTER - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_SELECT_UP - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_TRAVERSE_TAB_NEXT - Static variable in class pl.netanel.swt.matrix.Matrix
 
CMD_TRAVERSE_TAB_PREVIOUS - Static variable in class pl.netanel.swt.matrix.Matrix
 
COLLAPSED - Static variable in class pl.netanel.swt.matrix.Grouping.Node
the node is initially collapsed
collapsedImage - Variable in class pl.netanel.swt.matrix.Painter
 
compare(Section<N>, Section<N>) - Method in class pl.netanel.swt.matrix.Axis
Compares positions of sections on this axis and returns value greater then 0 if section1 is behind section2, value lower then zero if section1 is before section2 and 0 if sections are the same.
compare(AxisItem<N>, AxisItem<N>) - Method in class pl.netanel.swt.matrix.Axis
Compares positions of items on this axis and returns value greater then 0 if item1 is behind item2, value lower then zero if item1 is before item2 and 0 if items are the same.
computeSize(Section<N>, N) - Method in class pl.netanel.swt.matrix.Axis
Computes the optimal cell width that fits its content.
computeSize(int, int) - Method in class pl.netanel.swt.matrix.Matrix
 
computeSize(int, int, boolean) - Method in class pl.netanel.swt.matrix.Matrix
 
computeSize(X, Y, int, int) - Method in class pl.netanel.swt.matrix.Painter
Returns the preferred size of the receiver.
computeSize(N) - Method in interface pl.netanel.swt.matrix.Section
Computes the optimal cell width that fits its content.
computeSize(X, Y, int, int) - Method in interface pl.netanel.swt.matrix.Zone
Returns the preferred size of the cell.
computeTextSize(String) - Method in class pl.netanel.swt.matrix.Painter
Computes size of the given text using the current font of the graphic context.
contains(N) - Method in interface pl.netanel.swt.matrix.ExtentSeq
Returns true if this set contains the given number.
contains(N) - Method in interface pl.netanel.swt.matrix.NumberCollection
Returns true if this set contains the given number.
contains(N, N) - Method in interface pl.netanel.swt.matrix.NumberCollection
Deprecated. use NumberCollection.containsAll(Number, Number) instead
contains(Extent<N>) - Method in interface pl.netanel.swt.matrix.NumberCollection
Deprecated. use NumberCollection.containsAll(Extent) instead
contains(CellExtent<X, Y>, X, Y) - Method in interface pl.netanel.swt.matrix.Zone
 
containsAll(N, N) - Method in interface pl.netanel.swt.matrix.ExtentSeq
Returns true if this set contains all the numbers from the given range inclusively.
containsAll(ExtentSeq<N>) - Method in interface pl.netanel.swt.matrix.ExtentSeq
Returns true if this set contains all the numbers from the given set.
containsAll(N, N) - Method in interface pl.netanel.swt.matrix.NumberCollection
Returns true if this set contains all the numbers from the given range inclusively.
containsAll(Extent<N>) - Method in interface pl.netanel.swt.matrix.NumberCollection
Returns true if this set contains all the numbers from the given range inclusively.
containsAll(NumberCollection<N>) - Method in interface pl.netanel.swt.matrix.NumberCollection
Returns true if this set contains all the numbers from the given set.
containsAny(N, N) - Method in interface pl.netanel.swt.matrix.ExtentSeq
 
containsAny(ExtentSeq<N>) - Method in interface pl.netanel.swt.matrix.ExtentSeq
 
containsAny(N, N) - Method in interface pl.netanel.swt.matrix.NumberCollection
 
containsAny(Extent<N>) - Method in interface pl.netanel.swt.matrix.NumberCollection
Returns true if this set contains any the numbers from the given range inclusively.
containsAny(NumberCollection<N>) - Method in interface pl.netanel.swt.matrix.NumberCollection
 
containsLocation(int, int) - Method in interface pl.netanel.swt.matrix.Zone
Return true if the given matrix related coordinates are locatad within bounds of this zone, otherwise return false.
contentSize - Variable in class pl.netanel.swt.matrix.Grouping.SeparatorPainter
 
copy() - Method in interface pl.netanel.swt.matrix.NumberSet
Deprecated. use NumberSet.copyNumberSet(), becuase copy cannot be overriden by subclasses in a type safe manner similarily as the #clone() method cannot.
copy() - Method in class pl.netanel.swt.matrix.ZoneEditor
Copies selected cells to the clipboard.
copyNumberCollection() - Method in interface pl.netanel.swt.matrix.NumberCollection
Returns a copy of this collection.
copyNumberContinuum() - Method in interface pl.netanel.swt.matrix.NumberContinuum
 
copyNumberSet() - Method in interface pl.netanel.swt.matrix.NumberSet
Returns a copy of this set.
count() - Method in interface pl.netanel.swt.matrix.ExtentSeq
 
count(N) - Method in interface pl.netanel.swt.matrix.ExtentSeq
 
create(Section<N2>, N2) - Static method in class pl.netanel.swt.matrix.AxisItem
Creates a new instance of axis item.
create(X, Y) - Static method in class pl.netanel.swt.matrix.Cell
Creates a new instance of cell.
create(X, X, Y, Y) - Static method in class pl.netanel.swt.matrix.CellExtent
Creates a new instance of CellExtent.
create(Cell<X, Y>, Cell<X, Y>) - Static method in class pl.netanel.swt.matrix.CellExtent
Creates a new instance of CellExtent from start and end cells.
create(Extent<X>, Extent<Y>) - Static method in class pl.netanel.swt.matrix.CellExtent
Creates a new instance of CellExtent from X and Y extents.
create(N, N) - Static method in class pl.netanel.swt.matrix.Extent
Creates extent of numbers between start and end values inclusively.
createBodyCellStyle() - Static method in class pl.netanel.swt.matrix.Style
Creates a default style for the cells of the body zone.
createBodyLineStyle() - Static method in class pl.netanel.swt.matrix.Style
Creates a default style for the lines of the body zone.
createControl(X, Y) - Method in class pl.netanel.swt.matrix.ZoneEditor
Creates a control to edit the value of the specified cell.
createControl(X, Y, char) - Method in class pl.netanel.swt.matrix.ZoneEditor
 
createHeaderCellStyle() - Static method in class pl.netanel.swt.matrix.Style
Creates a default style for the cells of the header type of zones.
createHeaderLineStyle() - Static method in class pl.netanel.swt.matrix.Style
Creates a default style for the lines of the header type of zones.
createNumberSet() - Method in class pl.netanel.swt.matrix.Axis
Deprecated. 
createUnchecked(Section<N2>, N2) - Static method in class pl.netanel.swt.matrix.AxisItem
Creates a new instance of cell without checking arguments validity.
createUnchecked(X, Y) - Static method in class pl.netanel.swt.matrix.Cell
Creates a new instance of cell without checking arguments validity.
createUnchecked(X, X, Y, Y) - Static method in class pl.netanel.swt.matrix.CellExtent
Creates a new instance of CellExtent without checking arguments validity.
createUnchecked(Cell<X, Y>, Cell<X, Y>) - Static method in class pl.netanel.swt.matrix.CellExtent
Creates a new instance of CellExtent without checking arguments validity.
createUnchecked(Extent<X>, Extent<Y>) - Static method in class pl.netanel.swt.matrix.CellExtent
Creates a new instance of CellExtent from X and Y extents without checking arguments validity.
createUnchecked(N, N) - Static method in class pl.netanel.swt.matrix.Extent
Creates extent of numbers between start and end values inclusively without arguments checking.
cut() - Method in class pl.netanel.swt.matrix.ZoneEditor
Cuts the selected cells by copying them to the clipboard and setting null value to them.

A B C D E F G H I L M N P R S T U V Z
Copyright © 2011 netanel.pl. All Rights Reserved.