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

I

image - Variable in class pl.netanel.swt.matrix.Painter
Image to be painted.
imageAlignX - Variable in class pl.netanel.swt.matrix.Style
Horizontal image alignment.
imageAlignY - Variable in class pl.netanel.swt.matrix.Style
Vertical image alignment.
imageMarginBottom - Variable in class pl.netanel.swt.matrix.Style
Bottom image margin.
imageMarginLeft - Variable in class pl.netanel.swt.matrix.Style
Left image margin.
imageMarginRight - Variable in class pl.netanel.swt.matrix.Style
Right image margin.
imageMarginTop - Variable in class pl.netanel.swt.matrix.Style
Top image margin.
imageMarginX - Variable in class pl.netanel.swt.matrix.Style
Horizontal image margin.
imageMarginY - Variable in class pl.netanel.swt.matrix.Style
Vertical image margin.
imagesAfter - Variable in class pl.netanel.swt.matrix.Painter
Contains images that will be displayed after the text starting from the closest one.
imagesBefore - Variable in class pl.netanel.swt.matrix.Painter
Contains images that will be displayed before the text starting from the most distant one.
indexOf(Section<N>) - Method in class pl.netanel.swt.matrix.Axis
Returns index of the given section in the list of this axis sections or -1 if the section does not belong to this axis.
indexOf(N) - Method in interface pl.netanel.swt.matrix.NumberContinuum
Returns the position of the given number in the list.
indexOf(N) - Method in interface pl.netanel.swt.matrix.NumberList
Returns the position of the given number in the list.
indexOfPainter(String) - Method in class pl.netanel.swt.matrix.Matrix
Returns the index of a painter with the specified name in the list of the receiver's painters, or -1 if this list does not contain the element.
indexOfPainter(String) - Method in interface pl.netanel.swt.matrix.Zone
Returns the index of a painter with the specified name in the list of the receiver's painters, or -1 if this list does not contain the element.
init() - Method in class pl.netanel.swt.matrix.Grouping.CellPainter
 
init() - Method in class pl.netanel.swt.matrix.Grouping.SeparatorPainter
 
init() - Method in interface pl.netanel.swt.matrix.NumberSeq
Initializes the iteration.
init() - Method in class pl.netanel.swt.matrix.Painter
Allows graphic optimization by performing operation that can be taken out of the cell painting loop.
init() - Method in class pl.netanel.swt.matrix.reloaded.ButtonCellBehavior
 
insert(N, N) - Method in interface pl.netanel.swt.matrix.NumberSet
Deprecated. Use Section.adjust(Number, Number)
insert(N, N) - Method in interface pl.netanel.swt.matrix.Section
Deprecated. use Section.adjust(Number, Number)
isCollapsed() - Method in class pl.netanel.swt.matrix.Grouping.Node
Returns true if this node is collapsed, or false otherwise.
isDefaultHideable() - Method in interface pl.netanel.swt.matrix.Section
Returns true if the section items can be hidden by default.
isDefaultMoveable() - Method in interface pl.netanel.swt.matrix.Section
Returns true if the section items can be moved by default.
isDefaultResizable() - Method in interface pl.netanel.swt.matrix.Section
Returns true if the section items can be resized by default.
isEmpty() - Method in interface pl.netanel.swt.matrix.ExtentSeq
Returns true if the receiver contains no items.
isEmpty() - Method in interface pl.netanel.swt.matrix.NumberCollection
Returns true if the receiver contains no items.
isEmpty() - Method in interface pl.netanel.swt.matrix.Section
Returns true if the receiver contains no items.
isEnabled() - Method in class pl.netanel.swt.matrix.Painter
Returns true if the painter is enabled, or false otherwise.
isExpanded(N) - Method in interface pl.netanel.swt.matrix.Section
Provisional tree API.
isExploited() - Method in interface pl.netanel.swt.matrix.ExtentSeq
Returns true if this sequence has reached the number of elements specified by #count(N)
isFocusItemEnabled() - Method in class pl.netanel.swt.matrix.Axis
Returns true if the focus item navigation is enabled in the receiver.
isFocusItemEnabled() - Method in interface pl.netanel.swt.matrix.Section
Returns true if the focus item navigation is enabled in the receiver.
isHidden(N) - Method in interface pl.netanel.swt.matrix.Section
Deprecated. use getHidden().contains...
isHideable(N) - Method in interface pl.netanel.swt.matrix.Section
Returns true if the item with the given index in the model can be hidden by end user.
isInvisible(N) - Method in interface pl.netanel.swt.matrix.Section
Deprecated. use seqInvisible().contains...
isItemInViewport(Section<N>, N) - Method in class pl.netanel.swt.matrix.Axis
Returns true if the given item is visible in the viewport, or false otherwise.
isMerged(X, Y) - Method in interface pl.netanel.swt.matrix.Zone
Returns true if the cell at given indexes is merged.
isMerged(X, X, Y, Y) - Method in interface pl.netanel.swt.matrix.Zone
Returns true if any cell in the given range is merged.
isMoveable(N) - Method in interface pl.netanel.swt.matrix.Section
Returns true if the item with the given index in the model can be moved by end user.
isMoveableTo(N) - Method in interface pl.netanel.swt.matrix.Section
Returns true if items can be moved to the given index in the model by end user.
isOverImage(int, int) - Method in class pl.netanel.swt.matrix.reloaded.CellImageButtonPainter
Returns true if coordinates are over the image of drawn by this painter, or false otherwise.
isPressed(int) - Method in class pl.netanel.swt.matrix.DisplaySupport
 
isPushed(X, Y) - Method in class pl.netanel.swt.matrix.reloaded.ButtonCellBehavior
Returns true if the cell at the specified location is in pushed state, or false otherwise.
isResizable(N) - Method in interface pl.netanel.swt.matrix.Section
Returns true if the item with the given index in the model can be resized by end user.
isSelected - Variable in class pl.netanel.swt.matrix.Painter
Expresses the selected state of the cell to paint set by default by the Painter.setup(Number, Number) method.
isSelected(N) - Method in interface pl.netanel.swt.matrix.Section
Returns true if the item with the given index in the model is selected.
isSelected(X, Y) - Method in interface pl.netanel.swt.matrix.Zone
Returns true if the cell at given indexes is selected.
isSelectionEnabled() - Method in interface pl.netanel.swt.matrix.Zone
Returns true if selection is enabled, false otherwise.
isTreeEnabled() - Method in class pl.netanel.swt.matrix.Painter
Returns true if the tree painting is enabled, or false otherwise.
isTreeEnabled() - Method in interface pl.netanel.swt.matrix.Section
Returns true if tree is enabled or flase otherwise.
isVisible() - Method in interface pl.netanel.swt.matrix.Section
Returns true if the receiver is visible.
item() - Method in interface pl.netanel.swt.matrix.NumberSeq
Returns the current number in the sequence.
iter() - Method in interface pl.netanel.swt.matrix.NumberSeq
Tries to make the iteration and returns false if it could not be done because the sequence has reached the end.
iterator() - Method in class pl.netanel.swt.matrix.Matrix
 
iterator() - Method in interface pl.netanel.swt.matrix.NumberSeq
Returns number iterator.

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.