|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSResponder
org.rococoa.cocoa.appkit.NSView
org.rococoa.cocoa.appkit.NSControl
org.rococoa.cocoa.appkit.NSBrowser
public abstract class NSBrowser
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSBrowser._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSControl |
---|
NSControl.__conFlags |
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSView |
---|
NSView.__VFlags2 |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSBrowser()
|
Method Summary | |
---|---|
abstract void |
addColumn()
Adds a column at the end. |
static NSBrowser |
alloc()
|
abstract boolean |
allowsBranchSelection()
Original signature : -(BOOL)allowsBranchSelection native declaration : NSBrowser.h:169 |
abstract boolean |
allowsEmptySelection()
Original signature : -(BOOL)allowsEmptySelection native declaration : NSBrowser.h:171 |
abstract boolean |
allowsMultipleSelection()
Original signature : -(BOOL)allowsMultipleSelection native declaration : NSBrowser.h:167 |
abstract boolean |
allowsTypeSelect()
Allow type selection in this NSBrowser. |
abstract boolean |
autohidesScroller()
Original signature : -(BOOL)autohidesScroller native declaration : NSBrowser.h:155 |
abstract NSColor |
backgroundColor()
Original signature : -(NSColor*)backgroundColor native declaration : NSBrowser.h:379 |
abstract boolean |
canDragRowsWithIndexes_inColumn_withEvent(NSIndexSet rowIndexes,
NSInteger column,
NSEvent event)
The return value indicates whether the receiver can attempt to initiate a drag for the given event. |
static ObjCClass |
cellClass()
Original signature : +(Class)cellClass native declaration : NSBrowser.h:135 |
abstract NSObject |
cellPrototype()
Original signature : -(id)cellPrototype native declaration : NSBrowser.h:146 |
abstract NSInteger |
clickedColumn()
Returns the column and row clicked on to display a context menu. |
abstract NSInteger |
clickedRow()
Original signature : -(NSInteger)clickedRow native declaration : NSBrowser.h:217 |
abstract org.rococoa.cocoa.CGFloat |
columnContentWidthForColumnWidth(org.rococoa.cocoa.CGFloat columnWidth)
Original signature : -(CGFloat)columnContentWidthForColumnWidth:(CGFloat) native declaration : NSBrowser.h:312 |
abstract NSInteger |
columnOfMatrix(NSMatrix matrix)
Returns the column that matrix represents. |
abstract int |
columnResizingType()
Original signature : -(NSBrowserColumnResizingType)columnResizingType native declaration : NSBrowser.h:317 |
abstract NSString |
columnsAutosaveName()
Original signature : -(NSString*)columnsAutosaveName native declaration : NSBrowser.h:347 |
abstract org.rococoa.cocoa.CGFloat |
columnWidthForColumnContentWidth(org.rococoa.cocoa.CGFloat columnContentWidth)
These methods convert between column width (the column's scrollview), and the content width (the matrix in the scrollview). |
abstract org.rococoa.cocoa.CGFloat |
defaultColumnWidth()
Original signature : -(CGFloat)defaultColumnWidth native declaration : NSBrowser.h:342 |
abstract NSBrowserDelegate |
delegate()
Original signature : -(id native declaration : NSBrowser.h:148 |
abstract void |
doClick(ObjCObject sender)
Original signature : -(void)doClick:(id) native declaration : NSBrowser.h:291 |
abstract void |
doDoubleClick(ObjCObject sender)
Original signature : -(void)doDoubleClick:(id) native declaration : NSBrowser.h:292 |
abstract Selector |
doubleAction()
Original signature : -(SEL)doubleAction native declaration : NSBrowser.h:141 |
abstract void |
editItemAtIndexPath_withEvent_select(NSIndexPath indexPath,
NSEvent theEvent,
boolean select)
Begins editing the item at the specified path. theEvent may be nil if programatically editing. |
abstract NSInteger |
firstVisibleColumn()
Original signature : -(NSInteger)firstVisibleColumn native declaration : NSBrowser.h:277 |
abstract NSObject |
frameOfColumn(NSInteger column)
Original signature : -(id)frameOfColumn:(NSInteger) native declaration : NSBrowser.h:298 |
abstract NSObject |
frameOfInsideOfColumn(NSInteger column)
Original signature : -(id)frameOfInsideOfColumn:(NSInteger) native declaration : NSBrowser.h:299 |
abstract NSObject |
frameOfRow_inColumn(NSInteger row,
NSInteger column)
Returns the frame of the row at 'row' / 'column' including the area for the expandable arrow. |
static NSBrowser._class_ |
getNSClass()
|
abstract boolean |
hasHorizontalScroller()
Original signature : -(BOOL)hasHorizontalScroller native declaration : NSBrowser.h:153 |
abstract NSIndexPath |
indexPathForColumn(NSInteger column)
Returns the index path of the item whose children are displayed in the given column. |
abstract boolean |
isLeafItem(ObjCObject item)
Returns whether the given item is a leaf item. |
abstract boolean |
isLoaded()
Original signature : -(BOOL)isLoaded native declaration : NSBrowser.h:138 |
abstract boolean |
isTitled()
Original signature : -(BOOL)isTitled native declaration : NSBrowser.h:159 |
abstract NSObject |
itemAtIndexPath(NSIndexPath indexPath)
Returns the item at the given index path. |
abstract NSObject |
itemAtRow_inColumn(NSInteger row,
NSInteger column)
Returns the item located at 'row' in 'column'. |
abstract NSInteger |
lastColumn()
Returns the last loaded column. |
abstract NSInteger |
lastVisibleColumn()
Original signature : -(NSInteger)lastVisibleColumn native declaration : NSBrowser.h:278 |
abstract void |
loadColumnZero()
Original signature : -(void)loadColumnZero native declaration : NSBrowser.h:137 |
abstract NSObject |
loadedCellAtRow_column(NSInteger row,
NSInteger col)
Original signature : -(id)loadedCellAtRow:(NSInteger) column:(NSInteger) native declaration : NSBrowser.h:288 |
abstract ObjCClass |
matrixClass()
Original signature : -(Class)matrixClass native declaration : NSBrowser.h:143 |
abstract NSMatrix |
matrixInColumn(NSInteger column)
Return the matrix representing column. |
abstract NSInteger |
maxVisibleColumns()
Original signature : -(NSInteger)maxVisibleColumns native declaration : NSBrowser.h:164 |
abstract org.rococoa.cocoa.CGFloat |
minColumnWidth()
Original signature : -(CGFloat)minColumnWidth native declaration : NSBrowser.h:161 |
static NSBrowser |
new_()
|
abstract void |
noteHeightOfRowsWithIndexesChanged_inColumn(NSIndexSet indexSet,
NSInteger columnIndex)
If the delegate implements -browser:heightOfRow:inColumn:, this method immediately re-tiles the browser columns using row heights it provides. |
abstract NSInteger |
numberOfVisibleColumns()
Original signature : -(NSInteger)numberOfVisibleColumns native declaration : NSBrowser.h:276 |
abstract NSObject |
parentForItemsInColumn(NSInteger column)
Returns the item that contains all children located in 'column'. |
abstract NSString |
path()
Original signature : -(NSString*)path native declaration : NSBrowser.h:211 |
abstract NSString |
pathSeparator()
Original signature : -(NSString*)pathSeparator native declaration : NSBrowser.h:209 |
abstract NSString |
pathToColumn(NSInteger column)
Original signature : -(NSString*)pathToColumn:(NSInteger) native declaration : NSBrowser.h:212 |
abstract boolean |
prefersAllColumnUserResizing()
Original signature : -(BOOL)prefersAllColumnUserResizing native declaration : NSBrowser.h:322 |
abstract void |
reloadColumn(NSInteger column)
Original signature : -(void)reloadColumn:(NSInteger) native declaration : NSBrowser.h:258 |
abstract void |
reloadDataForRowIndexes_inColumn(NSIndexSet rowIndexes,
NSInteger column)
Updates a particular set of rows in 'column'. |
static void |
removeSavedColumnsWithAutosaveName(NSString name)
Removes the column data stored under name from the applications user defaults. |
abstract boolean |
reusesColumns()
Original signature : -(BOOL)reusesColumns native declaration : NSBrowser.h:150 |
abstract org.rococoa.cocoa.CGFloat |
rowHeight()
Original signature : -(CGFloat)rowHeight native declaration : NSBrowser.h:332 |
abstract void |
scrollColumnsLeftBy(NSInteger shiftAmount)
Original signature : -(void)scrollColumnsLeftBy:(NSInteger) native declaration : NSBrowser.h:261 |
abstract void |
scrollColumnsRightBy(NSInteger shiftAmount)
Original signature : -(void)scrollColumnsRightBy:(NSInteger) native declaration : NSBrowser.h:260 |
abstract void |
scrollColumnToVisible(NSInteger column)
Original signature : -(void)scrollColumnToVisible:(NSInteger) native declaration : NSBrowser.h:262 |
abstract void |
scrollRowToVisible_inColumn(NSInteger row,
NSInteger column)
Scrolls 'row' to be visible within 'column'. |
abstract void |
selectAll(ObjCObject sender)
Original signature : -(void)selectAll:(id) native declaration : NSBrowser.h:289 |
abstract NSObject |
selectedCell()
For the item based browser, selectedCell returns the prepared cell at the selected row in the selected column. |
abstract NSObject |
selectedCellInColumn(NSInteger column)
Original signature : -(id)selectedCellInColumn:(NSInteger) native declaration : NSBrowser.h:224 |
abstract NSArray |
selectedCells()
For the item based browser, selectedCells returns a copy of all prepared cells in the selected row in the selected column Original signature : -(NSArray*)selectedCells native declaration : NSBrowser.h:228 |
abstract NSInteger |
selectedColumn()
Original signature : -(NSInteger)selectedColumn native declaration : NSBrowser.h:219 |
abstract NSInteger |
selectedRowInColumn(NSInteger column)
Original signature : -(NSInteger)selectedRowInColumn:(NSInteger) native declaration : NSBrowser.h:232 |
abstract NSIndexSet |
selectedRowIndexesInColumn(NSInteger column)
Returns the selected cell indexes in the matrix located at 'column'. |
abstract NSIndexPath |
selectionIndexPath()
Returns the index path of the item selected in the browser, or nil if there is no selection. |
abstract NSArray |
selectionIndexPaths()
Returns the index paths of all items selected in the browser. |
abstract void |
selectRow_inColumn(NSInteger row,
NSInteger column)
Original signature : -(void)selectRow:(NSInteger) inColumn:(NSInteger) native declaration : NSBrowser.h:230 |
abstract void |
selectRowIndexes_inColumn(NSIndexSet indexes,
NSInteger column)
Sets the selected row 'indexes' in the matrix located at 'column'. |
abstract boolean |
sendAction()
Original signature : -(BOOL)sendAction native declaration : NSBrowser.h:293 |
abstract boolean |
sendsActionOnArrowKeys()
Original signature : -(BOOL)sendsActionOnArrowKeys native declaration : NSBrowser.h:176 |
abstract boolean |
separatesColumns()
Original signature : -(BOOL)separatesColumns native declaration : NSBrowser.h:157 |
abstract void |
setAllowsBranchSelection(boolean flag)
Original signature : -(void)setAllowsBranchSelection:(BOOL) native declaration : NSBrowser.h:168 |
abstract void |
setAllowsEmptySelection(boolean flag)
Original signature : -(void)setAllowsEmptySelection:(BOOL) native declaration : NSBrowser.h:170 |
abstract void |
setAllowsMultipleSelection(boolean flag)
Original signature : -(void)setAllowsMultipleSelection:(BOOL) native declaration : NSBrowser.h:166 |
abstract void |
setAllowsTypeSelect(boolean value)
Original signature : -(void)setAllowsTypeSelect:(BOOL) native declaration : NSBrowser.h:374 |
abstract void |
setAutohidesScroller(boolean flag)
Original signature : -(void)setAutohidesScroller:(BOOL) native declaration : NSBrowser.h:154 |
abstract void |
setBackgroundColor(NSColor color)
The background color to be drawn. |
abstract void |
setCellClass(ObjCClass factoryId)
Original signature : -(void)setCellClass:(Class) native declaration : NSBrowser.h:144 |
abstract void |
setCellPrototype(NSCell aCell)
Original signature : -(void)setCellPrototype:(NSCell*) native declaration : NSBrowser.h:145 |
abstract void |
setColumnResizingType(int columnResizingType)
Default is NSBrowserAutoColumnResizing. |
abstract void |
setColumnsAutosaveName(NSString name)
Sets the name used to automatically save the receivers column configuration. |
abstract void |
setDefaultColumnWidth(org.rococoa.cocoa.CGFloat columnWidth)
Persistently sets the default width for new columns which don't otherwise have initial width from either defaults or the delegate. |
abstract void |
setDelegate(NSBrowserDelegate anObject)
Original signature : -(void)setDelegate:(id native declaration : NSBrowser.h:147 |
abstract void |
setDoubleAction(Selector aSelector)
Original signature : -(void)setDoubleAction:(SEL) native declaration : NSBrowser.h:140 |
abstract void |
setHasHorizontalScroller(boolean flag)
Original signature : -(void)setHasHorizontalScroller:(BOOL) native declaration : NSBrowser.h:152 |
abstract void |
setLastColumn(NSInteger column)
Sets the last loaded column. |
abstract void |
setMatrixClass(ObjCClass factoryId)
Original signature : -(void)setMatrixClass:(Class) native declaration : NSBrowser.h:142 |
abstract void |
setMaxVisibleColumns(NSInteger columnCount)
Original signature : -(void)setMaxVisibleColumns:(NSInteger) native declaration : NSBrowser.h:163 |
abstract void |
setMinColumnWidth(org.rococoa.cocoa.CGFloat columnWidth)
Original signature : -(void)setMinColumnWidth:(CGFloat) native declaration : NSBrowser.h:160 |
abstract boolean |
setPath(NSString path)
Original signature : -(BOOL)setPath:(NSString*) native declaration : NSBrowser.h:210 |
abstract void |
setPathSeparator(NSString newString)
Original signature : -(void)setPathSeparator:(NSString*) native declaration : NSBrowser.h:208 |
abstract void |
setPrefersAllColumnUserResizing(boolean prefersAllColumnResizing)
Default is NO. |
abstract void |
setReusesColumns(boolean flag)
Original signature : -(void)setReusesColumns:(BOOL) native declaration : NSBrowser.h:149 |
abstract void |
setRowHeight(org.rococoa.cocoa.CGFloat height)
Get and set the rowHeight. |
abstract void |
setSelectionIndexPath(NSIndexPath path)
Sets the browser's selection to the item at path. |
abstract void |
setSelectionIndexPaths(NSArray paths)
Sets the browser's selection to the specified index paths. |
abstract void |
setSendsActionOnArrowKeys(boolean flag)
Original signature : -(void)setSendsActionOnArrowKeys:(BOOL) native declaration : NSBrowser.h:175 |
abstract void |
setSeparatesColumns(boolean flag)
Original signature : -(void)setSeparatesColumns:(BOOL) native declaration : NSBrowser.h:156 |
abstract void |
setTakesTitleFromPreviousColumn(boolean flag)
Original signature : -(void)setTakesTitleFromPreviousColumn:(BOOL) native declaration : NSBrowser.h:172 |
abstract void |
setTitle_ofColumn(NSString aString,
NSInteger column)
Original signature : -(void)setTitle:(NSString*) ofColumn:(NSInteger) native declaration : NSBrowser.h:206 |
abstract void |
setTitled(boolean flag)
Original signature : -(void)setTitled:(BOOL) native declaration : NSBrowser.h:158 |
abstract void |
setWidth_ofColumn(org.rococoa.cocoa.CGFloat columnWidth,
NSInteger columnIndex)
setWidth:ofColumn: does nothing if columnResizingType is NSBrowserAutoColumnResizing. |
abstract boolean |
takesTitleFromPreviousColumn()
Original signature : -(BOOL)takesTitleFromPreviousColumn native declaration : NSBrowser.h:173 |
abstract void |
tile()
Original signature : -(void)tile native declaration : NSBrowser.h:290 |
abstract NSObject |
titleFrameOfColumn(NSInteger column)
Original signature : -(id)titleFrameOfColumn:(NSInteger) native declaration : NSBrowser.h:295 |
abstract org.rococoa.cocoa.CGFloat |
titleHeight()
Original signature : -(CGFloat)titleHeight native declaration : NSBrowser.h:297 |
abstract NSString |
titleOfColumn(NSInteger column)
Original signature : -(NSString*)titleOfColumn:(NSInteger) native declaration : NSBrowser.h:207 |
abstract void |
validateVisibleColumns()
Original signature : -(void)validateVisibleColumns native declaration : NSBrowser.h:259 |
abstract org.rococoa.cocoa.CGFloat |
widthOfColumn(NSInteger column)
Original signature : -(CGFloat)widthOfColumn:(NSInteger) native declaration : NSBrowser.h:327 |
Methods inherited from class org.rococoa.cocoa.appkit.NSView |
---|
addSubview, ancestorSharedWithView, as_NSView_NSClipViewSuperview, as_NSView_NSRulerMarkerClientViewDelegation, as_NSView_NSViewEnclosingMenuItem, createWithFrame, getRectsBeingDrawn_count, getRectsBeingDrawn_count, initWithFrame, isDescendantOf, isHidden, isHiddenOrHasHiddenAncestor, needsToDrawRect, opaqueAncestor, setHidden, setSubviews, subviews, superview, viewDidHide, viewDidUnhide, wantsDefaultClipping, window |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSBrowser()
Method Detail |
---|
public static ObjCClass cellClass()
+(Class)cellClass
public abstract void loadColumnZero()
-(void)loadColumnZero
public abstract boolean isLoaded()
-(BOOL)isLoaded
public abstract void setDoubleAction(Selector aSelector)
-(void)setDoubleAction:(SEL)
public abstract Selector doubleAction()
-(SEL)doubleAction
public abstract void setMatrixClass(ObjCClass factoryId)
-(void)setMatrixClass:(Class)
public abstract ObjCClass matrixClass()
-(Class)matrixClass
public abstract void setCellClass(ObjCClass factoryId)
-(void)setCellClass:(Class)
public abstract void setCellPrototype(NSCell aCell)
-(void)setCellPrototype:(NSCell*)
public abstract NSObject cellPrototype()
-(id)cellPrototype
public abstract void setDelegate(NSBrowserDelegate anObject)
-(void)setDelegate:(id)
public abstract NSBrowserDelegate delegate()
-(id)delegate
public abstract void setReusesColumns(boolean flag)
-(void)setReusesColumns:(BOOL)
public abstract boolean reusesColumns()
-(BOOL)reusesColumns
public abstract void setHasHorizontalScroller(boolean flag)
-(void)setHasHorizontalScroller:(BOOL)
public abstract boolean hasHorizontalScroller()
-(BOOL)hasHorizontalScroller
public abstract void setAutohidesScroller(boolean flag)
-(void)setAutohidesScroller:(BOOL)
public abstract boolean autohidesScroller()
-(BOOL)autohidesScroller
public abstract void setSeparatesColumns(boolean flag)
-(void)setSeparatesColumns:(BOOL)
public abstract boolean separatesColumns()
-(BOOL)separatesColumns
public abstract void setTitled(boolean flag)
-(void)setTitled:(BOOL)
public abstract boolean isTitled()
-(BOOL)isTitled
public abstract void setMinColumnWidth(org.rococoa.cocoa.CGFloat columnWidth)
-(void)setMinColumnWidth:(CGFloat)
public abstract org.rococoa.cocoa.CGFloat minColumnWidth()
-(CGFloat)minColumnWidth
public abstract void setMaxVisibleColumns(NSInteger columnCount)
-(void)setMaxVisibleColumns:(NSInteger)
public abstract NSInteger maxVisibleColumns()
-(NSInteger)maxVisibleColumns
public abstract void setAllowsMultipleSelection(boolean flag)
-(void)setAllowsMultipleSelection:(BOOL)
public abstract boolean allowsMultipleSelection()
-(BOOL)allowsMultipleSelection
public abstract void setAllowsBranchSelection(boolean flag)
-(void)setAllowsBranchSelection:(BOOL)
public abstract boolean allowsBranchSelection()
-(BOOL)allowsBranchSelection
public abstract void setAllowsEmptySelection(boolean flag)
-(void)setAllowsEmptySelection:(BOOL)
public abstract boolean allowsEmptySelection()
-(BOOL)allowsEmptySelection
public abstract void setTakesTitleFromPreviousColumn(boolean flag)
-(void)setTakesTitleFromPreviousColumn:(BOOL)
public abstract boolean takesTitleFromPreviousColumn()
-(BOOL)takesTitleFromPreviousColumn
public abstract void setSendsActionOnArrowKeys(boolean flag)
-(void)setSendsActionOnArrowKeys:(BOOL)
public abstract boolean sendsActionOnArrowKeys()
-(BOOL)sendsActionOnArrowKeys
public abstract NSObject itemAtIndexPath(NSIndexPath indexPath)
-(id)itemAtIndexPath:(NSIndexPath*)
public abstract NSObject itemAtRow_inColumn(NSInteger row, NSInteger column)
-(id)itemAtRow:(NSInteger) inColumn:(NSInteger)
public abstract NSIndexPath indexPathForColumn(NSInteger column)
-(NSIndexPath*)indexPathForColumn:(NSInteger)
public abstract boolean isLeafItem(ObjCObject item)
-(BOOL)isLeafItem:(id)
public abstract void reloadDataForRowIndexes_inColumn(NSIndexSet rowIndexes, NSInteger column)
-(void)reloadDataForRowIndexes:(NSIndexSet*) inColumn:(NSInteger)
public abstract NSObject parentForItemsInColumn(NSInteger column)
-(id)parentForItemsInColumn:(NSInteger)
public abstract void scrollRowToVisible_inColumn(NSInteger row, NSInteger column)
-(void)scrollRowToVisible:(NSInteger) inColumn:(NSInteger)
public abstract void setTitle_ofColumn(NSString aString, NSInteger column)
-(void)setTitle:(NSString*) ofColumn:(NSInteger)
public abstract NSString titleOfColumn(NSInteger column)
-(NSString*)titleOfColumn:(NSInteger)
public abstract void setPathSeparator(NSString newString)
-(void)setPathSeparator:(NSString*)
public abstract NSString pathSeparator()
-(NSString*)pathSeparator
public abstract boolean setPath(NSString path)
-(BOOL)setPath:(NSString*)
public abstract NSString path()
-(NSString*)path
public abstract NSString pathToColumn(NSInteger column)
-(NSString*)pathToColumn:(NSInteger)
public abstract NSInteger clickedColumn()
-(NSInteger)clickedColumn
public abstract NSInteger clickedRow()
-(NSInteger)clickedRow
public abstract NSInteger selectedColumn()
-(NSInteger)selectedColumn
public abstract NSObject selectedCell()
-(id)selectedCell
selectedCell
in class NSControl
public abstract NSObject selectedCellInColumn(NSInteger column)
-(id)selectedCellInColumn:(NSInteger)
public abstract NSArray selectedCells()
-(NSArray*)selectedCells
public abstract void selectRow_inColumn(NSInteger row, NSInteger column)
-(void)selectRow:(NSInteger) inColumn:(NSInteger)
public abstract NSInteger selectedRowInColumn(NSInteger column)
-(NSInteger)selectedRowInColumn:(NSInteger)
public abstract NSIndexPath selectionIndexPath()
-(NSIndexPath*)selectionIndexPath
public abstract void setSelectionIndexPath(NSIndexPath path)
-(void)setSelectionIndexPath:(NSIndexPath*)
public abstract NSArray selectionIndexPaths()
-(NSArray*)selectionIndexPaths
public abstract void setSelectionIndexPaths(NSArray paths)
-(void)setSelectionIndexPaths:(NSArray*)
public abstract void selectRowIndexes_inColumn(NSIndexSet indexes, NSInteger column)
-(void)selectRowIndexes:(NSIndexSet*) inColumn:(NSInteger)
public abstract NSIndexSet selectedRowIndexesInColumn(NSInteger column)
-(NSIndexSet*)selectedRowIndexesInColumn:(NSInteger)
public abstract void reloadColumn(NSInteger column)
-(void)reloadColumn:(NSInteger)
public abstract void validateVisibleColumns()
-(void)validateVisibleColumns
public abstract void scrollColumnsRightBy(NSInteger shiftAmount)
-(void)scrollColumnsRightBy:(NSInteger)
public abstract void scrollColumnsLeftBy(NSInteger shiftAmount)
-(void)scrollColumnsLeftBy:(NSInteger)
public abstract void scrollColumnToVisible(NSInteger column)
-(void)scrollColumnToVisible:(NSInteger)
public abstract NSInteger lastColumn()
-(NSInteger)lastColumn
public abstract void setLastColumn(NSInteger column)
-(void)setLastColumn:(NSInteger)
public abstract void addColumn()
-(void)addColumn
public abstract NSInteger numberOfVisibleColumns()
-(NSInteger)numberOfVisibleColumns
public abstract NSInteger firstVisibleColumn()
-(NSInteger)firstVisibleColumn
public abstract NSInteger lastVisibleColumn()
-(NSInteger)lastVisibleColumn
public abstract NSInteger columnOfMatrix(NSMatrix matrix)
-(NSInteger)columnOfMatrix:(NSMatrix*)
public abstract NSMatrix matrixInColumn(NSInteger column)
-(NSMatrix*)matrixInColumn:(NSInteger)
public abstract NSObject loadedCellAtRow_column(NSInteger row, NSInteger col)
-(id)loadedCellAtRow:(NSInteger) column:(NSInteger)
public abstract void selectAll(ObjCObject sender)
-(void)selectAll:(id)
public abstract void tile()
-(void)tile
public abstract void doClick(ObjCObject sender)
-(void)doClick:(id)
public abstract void doDoubleClick(ObjCObject sender)
-(void)doDoubleClick:(id)
public abstract boolean sendAction()
-(BOOL)sendAction
public abstract NSObject titleFrameOfColumn(NSInteger column)
-(id)titleFrameOfColumn:(NSInteger)
public abstract org.rococoa.cocoa.CGFloat titleHeight()
-(CGFloat)titleHeight
public abstract NSObject frameOfColumn(NSInteger column)
-(id)frameOfColumn:(NSInteger)
public abstract NSObject frameOfInsideOfColumn(NSInteger column)
-(id)frameOfInsideOfColumn:(NSInteger)
public abstract NSObject frameOfRow_inColumn(NSInteger row, NSInteger column)
-(id)frameOfRow:(NSInteger) inColumn:(NSInteger)
public abstract org.rococoa.cocoa.CGFloat columnWidthForColumnContentWidth(org.rococoa.cocoa.CGFloat columnContentWidth)
-(CGFloat)columnWidthForColumnContentWidth:(CGFloat)
public abstract org.rococoa.cocoa.CGFloat columnContentWidthForColumnWidth(org.rococoa.cocoa.CGFloat columnWidth)
-(CGFloat)columnContentWidthForColumnWidth:(CGFloat)
public abstract void setColumnResizingType(int columnResizingType)
-(void)setColumnResizingType:(NSBrowserColumnResizingType)
columnResizingType
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSBrowserColumnResizingTypepublic abstract int columnResizingType()
-(NSBrowserColumnResizingType)columnResizingType
public abstract void setPrefersAllColumnUserResizing(boolean prefersAllColumnResizing)
-(void)setPrefersAllColumnUserResizing:(BOOL)
public abstract boolean prefersAllColumnUserResizing()
-(BOOL)prefersAllColumnUserResizing
public abstract void setWidth_ofColumn(org.rococoa.cocoa.CGFloat columnWidth, NSInteger columnIndex)
-(void)setWidth:(CGFloat) ofColumn:(NSInteger)
public abstract org.rococoa.cocoa.CGFloat widthOfColumn(NSInteger column)
-(CGFloat)widthOfColumn:(NSInteger)
public abstract void setRowHeight(org.rococoa.cocoa.CGFloat height)
-(void)setRowHeight:(CGFloat)
public abstract org.rococoa.cocoa.CGFloat rowHeight()
-(CGFloat)rowHeight
public abstract void noteHeightOfRowsWithIndexesChanged_inColumn(NSIndexSet indexSet, NSInteger columnIndex)
-(void)noteHeightOfRowsWithIndexesChanged:(NSIndexSet*) inColumn:(NSInteger)
public abstract void setDefaultColumnWidth(org.rococoa.cocoa.CGFloat columnWidth)
-(void)setDefaultColumnWidth:(CGFloat)
public abstract org.rococoa.cocoa.CGFloat defaultColumnWidth()
-(CGFloat)defaultColumnWidth
public abstract void setColumnsAutosaveName(NSString name)
-(void)setColumnsAutosaveName:(NSString*)
public abstract NSString columnsAutosaveName()
-(NSString*)columnsAutosaveName
public static void removeSavedColumnsWithAutosaveName(NSString name)
+(void)removeSavedColumnsWithAutosaveName:(NSString*)
public abstract boolean canDragRowsWithIndexes_inColumn_withEvent(NSIndexSet rowIndexes, NSInteger column, NSEvent event)
-(BOOL)canDragRowsWithIndexes:(NSIndexSet*) inColumn:(NSInteger) withEvent:(NSEvent*)
public abstract boolean allowsTypeSelect()
-(BOOL)allowsTypeSelect
public abstract void setAllowsTypeSelect(boolean value)
-(void)setAllowsTypeSelect:(BOOL)
public abstract void setBackgroundColor(NSColor color)
-(void)setBackgroundColor:(NSColor*)
public abstract NSColor backgroundColor()
-(NSColor*)backgroundColor
public abstract void editItemAtIndexPath_withEvent_select(NSIndexPath indexPath, NSEvent theEvent, boolean select)
-(void)editItemAtIndexPath:(NSIndexPath*) withEvent:(NSEvent*) select:(BOOL)
public static NSBrowser alloc()
public static NSBrowser new_()
public static NSBrowser._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |