All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.View | +----com.apple.alpha.app.Control | +----com.apple.alpha.app.Matrix
NSMatrix
.
[[NSMatrix
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFrame:
on a newly allocated object.
- initWithFrame:mode:prototype:numberOfRows:numberOfColumns:
on a newly allocated object.
- acceptsFirstMouse:
Objective-C instance method.
- addColumn
Objective-C instance method.
- addColumnWithCells:
Objective-C instance method.
- addRow
Objective-C instance method.
- addRowWithCells:
Objective-C instance method.
- allowsEmptySelection
Objective-C instance method.
- autosizesCells
Objective-C instance method.
- backgroundColor
Objective-C instance method.
- cellAtRow:column:
Objective-C instance method.
- cellBackgroundColor
Objective-C instance method.
- cellFrameAtRow:column:
Objective-C instance method.
- cells
Objective-C instance method.
- cellSize
Objective-C instance method.
- cellWithTag:
Objective-C instance method.
- delegate
Objective-C instance method.
- deselectAllCells
Objective-C instance method.
- deselectSelectedCell
Objective-C instance method.
- doubleAction
Objective-C instance method.
- drawCellAtRow:column:
Objective-C instance method.
- drawsBackground
Objective-C instance method.
- drawsCellBackground
Objective-C instance method.
- errorAction
Objective-C instance method.
- highlightCell:atRow:column:
Objective-C instance method.
- insertColumn:
Objective-C instance method.
- insertColumn:withCells:
Objective-C instance method.
- insertRow:
Objective-C instance method.
- insertRow:withCells:
Objective-C instance method.
- intercellSpacing
Objective-C instance method.
- isAutoscroll
Objective-C instance method.
- isSelectionByRect
Objective-C instance method.
- keyCell
Objective-C instance method.
- makeCellAtRow:column:
Objective-C instance method.
- mode
Objective-C instance method.
- mouseDown:
Objective-C instance method.
- mouseDownFlags
Objective-C instance method.
- nextText
Objective-C instance method.
- numberOfColumns
Objective-C instance method.
- numberOfRows
Objective-C instance method.
- performKeyEquivalent:
Objective-C instance method.
- previousText
Objective-C instance method.
- prototype
Objective-C instance method.
- putCell:atRow:column:
Objective-C instance method.
- removeColumn:
Objective-C instance method.
- removeRow:
Objective-C instance method.
- renewRows:columns:
Objective-C instance method.
- resetCursorRects
Objective-C instance method.
- scrollCellToVisibleAtRow:column:
Objective-C instance method.
- selectAll:
Objective-C instance method.
- selectCellAtRow:column:
Objective-C instance method.
- selectCellWithTag:
Objective-C instance method.
- selectedCell
Objective-C instance method.
- selectedCells
Objective-C instance method.
- selectedColumn
Objective-C instance method.
- selectedRow
Objective-C instance method.
- selectText:
Objective-C instance method.
- selectTextAtRow:column:
Objective-C instance method.
- sendAction
Objective-C instance method.
- sendAction:to:forAllCells:
Objective-C instance method.
- sendDoubleAction
Objective-C instance method.
- setAllowsEmptySelection:
Objective-C instance method.
- setAutoscroll:
Objective-C instance method.
- setAutosizesCells:
Objective-C instance method.
- setBackgroundColor:
Objective-C instance method.
- setCellBackgroundColor:
Objective-C instance method.
- setCellSize:
Objective-C instance method.
- setDelegate:
Objective-C instance method.
- setDoubleAction:
Objective-C instance method.
- setDrawsBackground:
Objective-C instance method.
- setDrawsCellBackground:
Objective-C instance method.
- setErrorAction:
Objective-C instance method.
- setIntercellSpacing:
Objective-C instance method.
- setKeyCell:
Objective-C instance method.
- setMode:
Objective-C instance method.
- setNextText:
Objective-C instance method.
- setPreviousText:
Objective-C instance method.
- setPrototype:
Objective-C instance method.
- setScrollable:
Objective-C instance method.
- setSelectionByRect:
Objective-C instance method.
- setSelectionFrom:to:anchor:highlight:
Objective-C instance method.
- setState:atRow:column:
Objective-C instance method.
- setTabKeyTraversesCells:
Objective-C instance method.
- setValidateSize:
Objective-C instance method.
- sizeToCells
Objective-C instance method.
- sortUsingSelector:
Objective-C instance method.
- tabKeyTraversesCells
Objective-C instance method.
- textDidBeginEditing:
Objective-C instance method.
- textDidChange:
Objective-C instance method.
- textDidEndEditing:
Objective-C instance method.
- textShouldBeginEditing:
Objective-C instance method.
- textShouldEndEditing:
Objective-C instance method.
public static final int RadioMode
public static final int HighlightMode
public static final int ListMode
public static final int TrackMode
protected Matrix(boolean shouldAllocate, int objcObject)
public Matrix()
[[NSMatrix
alloc] init]
.
public Matrix(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public Matrix(Rect frameRect)
- initWithFrame:
on a newly allocated object.
public Matrix(Rect frameRect, int aMode, Cell aCell, int rowsHigh, int colsWide)
- initWithFrame:mode:prototype:numberOfRows:numberOfColumns:
on a newly allocated object.
public native Object prototype()
- prototype
Objective-C instance method.
public native void setPrototype(Cell aCell)
- setPrototype:
Objective-C instance method.
public native Cell makeCellAtLocation(int row, int col)
- makeCellAtRow:column:
Objective-C instance method.
public native int mode()
- mode
Objective-C instance method.
public native void setMode(int aMode)
- setMode:
Objective-C instance method.
public native void setAllowsEmptySelection(boolean flag)
- setAllowsEmptySelection:
Objective-C instance method.
public native boolean allowsEmptySelection()
- allowsEmptySelection
Objective-C instance method.
public native void sendActionToTargetForAllCells(Selector aSelector, Object anObject, boolean flag)
- sendAction:to:forAllCells:
Objective-C instance method.
public native Array cells()
- cells
Objective-C instance method.
public native void sortUsingMethod(Selector comparator)
- sortUsingSelector:
Objective-C instance method.
public native Object selectedCell()
- selectedCell
Objective-C instance method.
public native Array selectedCells()
- selectedCells
Objective-C instance method.
public native int selectedRow()
- selectedRow
Objective-C instance method.
public native int selectedColumn()
- selectedColumn
Objective-C instance method.
public native void setSelectionByRect(boolean flag)
- setSelectionByRect:
Objective-C instance method.
public native boolean isSelectionByRect()
- isSelectionByRect
Objective-C instance method.
public native void setSelectionWithAnchor(int startPos, int endPos, int anchorPos, boolean lit)
- setSelectionFrom:to:anchor:highlight:
Objective-C instance method.
public native void deselectSelectedCell()
- deselectSelectedCell
Objective-C instance method.
public native void deselectAllCells()
- deselectAllCells
Objective-C instance method.
public native void selectCellAtLocation(int row, int col)
- selectCellAtRow:column:
Objective-C instance method.
public native void selectAll(Object sender)
- selectAll:
Objective-C instance method.
public native boolean selectCellWithTag(int anInt)
- selectCellWithTag:
Objective-C instance method.
public native Size cellSize()
- cellSize
Objective-C instance method.
public native void setCellSize(Size aSize)
- setCellSize:
Objective-C instance method.
public native Size intercellSpacing()
- intercellSpacing
Objective-C instance method.
public native void setIntercellSpacing(Size aSize)
- setIntercellSpacing:
Objective-C instance method.
public native void setScrollable(boolean flag)
- setScrollable:
Objective-C instance method.
public native void setBackgroundColor(Color color)
- setBackgroundColor:
Objective-C instance method.
public native Color backgroundColor()
- backgroundColor
Objective-C instance method.
public native void setCellBackgroundColor(Color color)
- setCellBackgroundColor:
Objective-C instance method.
public native Color cellBackgroundColor()
- cellBackgroundColor
Objective-C instance method.
public native void setDrawsCellBackground(boolean flag)
- setDrawsCellBackground:
Objective-C instance method.
public native boolean drawsCellBackground()
- drawsCellBackground
Objective-C instance method.
public native void setDrawsBackground(boolean flag)
- setDrawsBackground:
Objective-C instance method.
public native boolean drawsBackground()
- drawsBackground
Objective-C instance method.
public native void setStateAtLocation(int value, int row, int col)
- setState:atRow:column:
Objective-C instance method.
public native int numberOfRows()
- numberOfRows
Objective-C instance method.
public native int numberOfColumns()
- numberOfColumns
Objective-C instance method.
public native Object cellAtLocation(int row, int col)
- cellAtRow:column:
Objective-C instance method.
public native Rect cellFrameAtLocation(int row, int col)
- cellFrameAtRow:column:
Objective-C instance method.
public native void renewRowsAndColumns(int newRows, int newCols)
- renewRows:columns:
Objective-C instance method.
public native void putCellAtLocation(Cell newCell, int row, int col)
- putCell:atRow:column:
Objective-C instance method.
public native void addRow()
- addRow
Objective-C instance method.
public native void addRowWithCells(Array newCells)
- addRowWithCells:
Objective-C instance method.
public native void insertRow(int row)
- insertRow:
Objective-C instance method.
public native void insertRowWithCells(int row, Array newCells)
- insertRow:withCells:
Objective-C instance method.
public native void removeRow(int row)
- removeRow:
Objective-C instance method.
public native void addColumn()
- addColumn
Objective-C instance method.
public native void addColumnWithCells(Array newCells)
- addColumnWithCells:
Objective-C instance method.
public native void insertColumn(int column)
- insertColumn:
Objective-C instance method.
public native void insertColumnWithCells(int column, Array newCells)
- insertColumn:withCells:
Objective-C instance method.
public native void removeColumn(int col)
- removeColumn:
Objective-C instance method.
public native Object cellWithTag(int anInt)
- cellWithTag:
Objective-C instance method.
public native Selector doubleAction()
- doubleAction
Objective-C instance method.
public native void setDoubleAction(Selector aSelector)
- setDoubleAction:
Objective-C instance method.
public native Selector errorAction()
- errorAction
Objective-C instance method.
public native void setErrorAction(Selector aSelector)
- setErrorAction:
Objective-C instance method.
public native void setAutosizesCells(boolean flag)
- setAutosizesCells:
Objective-C instance method.
public native boolean autosizesCells()
- autosizesCells
Objective-C instance method.
public native void sizeToCells()
- sizeToCells
Objective-C instance method.
public native void setValidateSize(boolean flag)
- setValidateSize:
Objective-C instance method.
public native void drawCellAtLocation(int row, int col)
- drawCellAtRow:column:
Objective-C instance method.
public native void highlightCellAtLocation(boolean flag, int row, int col)
- highlightCell:atRow:column:
Objective-C instance method.
public native void setAutoscroll(boolean flag)
- setAutoscroll:
Objective-C instance method.
public native boolean isAutoscroll()
- isAutoscroll
Objective-C instance method.
public native void scrollCellAtLocationToVisible(int row, int col)
- scrollCellToVisibleAtRow:column:
Objective-C instance method.
public native int mouseDownFlags()
- mouseDownFlags
Objective-C instance method.
public native void mouseDown(Event theEvent)
- mouseDown:
Objective-C instance method.
public native boolean performKeyEquivalent(Event theEvent)
- performKeyEquivalent:
Objective-C instance method.
public native boolean sendAction()
- sendAction
Objective-C instance method.
public native void sendDoubleAction()
- sendDoubleAction
Objective-C instance method.
public native Object delegate()
- delegate
Objective-C instance method.
public native void setDelegate(Object anObject)
- setDelegate:
Objective-C instance method.
public native boolean textShouldBeginEditing(Text textObject)
- textShouldBeginEditing:
Objective-C instance method.
public native boolean textShouldEndEditing(Text textObject)
- textShouldEndEditing:
Objective-C instance method.
public native void textDidBeginEditing(Notification notification)
- textDidBeginEditing:
Objective-C instance method.
public native void textDidEndEditing(Notification notification)
- textDidEndEditing:
Objective-C instance method.
public native void textDidChange(Notification notification)
- textDidChange:
Objective-C instance method.
public native void selectText(Object sender)
- selectText:
Objective-C instance method.
public native Object selectTextAtLocation(int row, int col)
- selectTextAtRow:column:
Objective-C instance method.
public native void setPreviousText(Object anObject)
- setPreviousText:
Objective-C instance method.
public native void setNextText(Object anObject)
- setNextText:
Objective-C instance method.
public native Object nextText()
- nextText
Objective-C instance method.
public native Object previousText()
- previousText
Objective-C instance method.
public native boolean acceptsFirstMouse(Event theEvent)
- acceptsFirstMouse:
Objective-C instance method.
public native void resetCursorRects()
- resetCursorRects
Objective-C instance method.
public native void setTabKeyTraversesCells(boolean flag)
- setTabKeyTraversesCells:
Objective-C instance method.
public native boolean tabKeyTraversesCells()
- tabKeyTraversesCells
Objective-C instance method.
public native void setKeyCell(Cell keyCell)
- setKeyCell:
Objective-C instance method.
public native Object keyCell()
- keyCell
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index