2001-12-17 16:51:51 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>NSBrowser</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>NSBrowser</h1>
|
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
|
|
|
|
scottc@net-community.com
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
<dt>Felipe A. Rodriguez(<a href="mailto:far@ix.netcom.com"><code>
|
|
|
|
far@ix.netcom.com
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
<dt>Franck Wolff(<a href="mailto:wolff@cybercable.fr"><code>
|
|
|
|
wolff@cybercable.fr
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
<dt>Mirko Viviani(<a href="mailto:mirko.viviani@rccr.cremona.it"><code>
|
|
|
|
mirko.viviani@rccr.cremona.it
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<blockquote>
|
|
|
|
|
|
|
|
Control to display and select from hierarchal lists
|
|
|
|
</blockquote>
|
|
|
|
<p>Copyright: (C) 1996, 1997 Free Software Foundation, Inc.</p>
|
|
|
|
<h1>
|
|
|
|
Software documentation for the NSBrowser class
|
|
|
|
</h1>
|
|
|
|
<h2><a name="class$NSBrowser">NSBrowser</a> : <a href="NSControl.html#class$NSControl">NSControl</a></h2>
|
|
|
|
Declared: AppKit/NSBrowser.h<br />
|
|
|
|
Conform: NSCoding<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<h3>cellClass</a></h3>
|
|
|
|
+ (Class) <b>cellClass</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>acceptsArrowKeys</a></h3>
|
|
|
|
- (BOOL) <b>acceptsArrowKeys</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>addColumn</a></h3>
|
|
|
|
- (void) <b>addColumn</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>allowsBranchSelection</a></h3>
|
|
|
|
- (BOOL) <b>allowsBranchSelection</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>allowsEmptySelection</a></h3>
|
|
|
|
- (BOOL) <b>allowsEmptySelection</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>allowsMultipleSelection</a></h3>
|
|
|
|
- (BOOL) <b>allowsMultipleSelection</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>cellPrototype</a></h3>
|
|
|
|
- (id) <b>cellPrototype</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>columnOfMatrix:</a></h3>
|
|
|
|
- (int) <b>columnOfMatrix:</b> (<a href="NSMatrix.html#class$NSMatrix">NSMatrix</a>*)matrix;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>delegate</a></h3>
|
|
|
|
- (id) <b>delegate</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>displayAllColumns</a></h3>
|
|
|
|
- (void) <b>displayAllColumns</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>displayColumn:</a></h3>
|
|
|
|
- (void) <b>displayColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>doClick:</a></h3>
|
|
|
|
- (void) <b>doClick:</b> (id)sender;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>doDoubleClick:</a></h3>
|
|
|
|
- (void) <b>doDoubleClick:</b> (id)sender;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>doubleAction</a></h3>
|
|
|
|
- (SEL) <b>doubleAction</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>drawTitle:inRect:ofColumn:</a></h3>
|
|
|
|
- (void) <b>drawTitle:</b> (NSString*)title<b> inRect:</b> (NSRect)aRect<b> ofColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>encodeWithCoder:</a></h3>
|
|
|
|
- (void) <b>encodeWithCoder:</b> (NSCoder*)aCoder;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>firstVisibleColumn</a></h3>
|
|
|
|
- (int) <b>firstVisibleColumn</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>frameOfColumn:</a></h3>
|
|
|
|
- (NSRect) <b>frameOfColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>frameOfInsideOfColumn:</a></h3>
|
|
|
|
- (NSRect) <b>frameOfInsideOfColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>hasHorizontalScroller</a></h3>
|
|
|
|
- (BOOL) <b>hasHorizontalScroller</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>initWithCoder:</a></h3>
|
|
|
|
- (id) <b>initWithCoder:</b> (NSCoder*)aDecoder;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>isLoaded</a></h3>
|
|
|
|
- (BOOL) <b>isLoaded</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>isTitled</a></h3>
|
|
|
|
- (BOOL) <b>isTitled</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>lastColumn</a></h3>
|
|
|
|
- (int) <b>lastColumn</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>lastVisibleColumn</a></h3>
|
|
|
|
- (int) <b>lastVisibleColumn</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>loadColumnZero</a></h3>
|
|
|
|
- (void) <b>loadColumnZero</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>loadedCellAtRow:column:</a></h3>
|
|
|
|
- (id) <b>loadedCellAtRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>matrixClass</a></h3>
|
|
|
|
- (Class) <b>matrixClass</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>matrixInColumn:</a></h3>
|
|
|
|
- (<a href="NSMatrix.html#class$NSMatrix">NSMatrix</a>*) <b>matrixInColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>maxVisibleColumns</a></h3>
|
|
|
|
- (int) <b>maxVisibleColumns</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>minColumnWidth</a></h3>
|
|
|
|
- (int) <b>minColumnWidth</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>numberOfVisibleColumns</a></h3>
|
|
|
|
- (int) <b>numberOfVisibleColumns</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>path</a></h3>
|
|
|
|
- (NSString*) <b>path</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>pathSeparator</a></h3>
|
|
|
|
- (NSString*) <b>pathSeparator</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>pathToColumn:</a></h3>
|
|
|
|
- (NSString*) <b>pathToColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>reloadColumn:</a></h3>
|
|
|
|
- (void) <b>reloadColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>reusesColumns</a></h3>
|
|
|
|
- (BOOL) <b>reusesColumns</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>scrollColumnToVisible:</a></h3>
|
|
|
|
- (void) <b>scrollColumnToVisible:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>scrollColumnsLeftBy:</a></h3>
|
|
|
|
- (void) <b>scrollColumnsLeftBy:</b> (int)shiftAmount;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>scrollColumnsRightBy:</a></h3>
|
|
|
|
- (void) <b>scrollColumnsRightBy:</b> (int)shiftAmount;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>scrollViaScroller:</a></h3>
|
|
|
|
- (void) <b>scrollViaScroller:</b> (<a href="NSScroller.html#class$NSScroller">NSScroller</a>*)sender;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectAll:</a></h3>
|
|
|
|
- (void) <b>selectAll:</b> (id)sender;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectRow:inColumn:</a></h3>
|
|
|
|
- (void) <b>selectRow:</b> (int)row<b> inColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedCell</a></h3>
|
|
|
|
- (id) <b>selectedCell</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedCellInColumn:</a></h3>
|
|
|
|
- (id) <b>selectedCellInColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedCells</a></h3>
|
|
|
|
- (NSArray*) <b>selectedCells</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedColumn</a></h3>
|
|
|
|
- (int) <b>selectedColumn</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>selectedRowInColumn:</a></h3>
|
|
|
|
- (int) <b>selectedRowInColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sendAction</a></h3>
|
|
|
|
- (BOOL) <b>sendAction</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sendsActionOnArrowKeys</a></h3>
|
|
|
|
- (BOOL) <b>sendsActionOnArrowKeys</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>separatesColumns</a></h3>
|
|
|
|
- (BOOL) <b>separatesColumns</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAcceptsArrowKeys:</a></h3>
|
|
|
|
- (void) <b>setAcceptsArrowKeys:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAllowsBranchSelection:</a></h3>
|
|
|
|
- (void) <b>setAllowsBranchSelection:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAllowsEmptySelection:</a></h3>
|
|
|
|
- (void) <b>setAllowsEmptySelection:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAllowsMultipleSelection:</a></h3>
|
|
|
|
- (void) <b>setAllowsMultipleSelection:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setCellClass:</a></h3>
|
|
|
|
- (void) <b>setCellClass:</b> (Class)classId;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setCellPrototype:</a></h3>
|
|
|
|
- (void) <b>setCellPrototype:</b> (<a href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setDelegate:</a></h3>
|
|
|
|
- (void) <b>setDelegate:</b> (id)anObject;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setDoubleAction:</a></h3>
|
|
|
|
- (void) <b>setDoubleAction:</b> (SEL)aSelector;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setHasHorizontalScroller:</a></h3>
|
|
|
|
- (void) <b>setHasHorizontalScroller:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setLastColumn:</a></h3>
|
|
|
|
- (void) <b>setLastColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setMatrixClass:</a></h3>
|
|
|
|
- (void) <b>setMatrixClass:</b> (Class)classId;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setMaxVisibleColumns:</a></h3>
|
|
|
|
- (void) <b>setMaxVisibleColumns:</b> (int)columnCount;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setMinColumnWidth:</a></h3>
|
|
|
|
- (void) <b>setMinColumnWidth:</b> (int)columnWidth;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setPath:</a></h3>
|
|
|
|
- (BOOL) <b>setPath:</b> (NSString*)path;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setPathSeparator:</a></h3>
|
|
|
|
- (void) <b>setPathSeparator:</b> (NSString*)aString;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setReusesColumns:</a></h3>
|
|
|
|
- (void) <b>setReusesColumns:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setSendsActionOnArrowKeys:</a></h3>
|
|
|
|
- (void) <b>setSendsActionOnArrowKeys:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setSeparatesColumns:</a></h3>
|
|
|
|
- (void) <b>setSeparatesColumns:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTakesTitleFromPreviousColumn:</a></h3>
|
|
|
|
- (void) <b>setTakesTitleFromPreviousColumn:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTitle:ofColumn:</a></h3>
|
|
|
|
- (void) <b>setTitle:</b> (NSString*)aString<b> ofColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setTitled:</a></h3>
|
|
|
|
- (void) <b>setTitled:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>takesTitleFromPreviousColumn</a></h3>
|
|
|
|
- (BOOL) <b>takesTitleFromPreviousColumn</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>tile</a></h3>
|
|
|
|
- (void) <b>tile</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>titleFrameOfColumn:</a></h3>
|
|
|
|
- (NSRect) <b>titleFrameOfColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>titleHeight</a></h3>
|
|
|
|
- (float) <b>titleHeight</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>titleOfColumn:</a></h3>
|
|
|
|
- (NSString*) <b>titleOfColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>updateScroller</a></h3>
|
|
|
|
- (void) <b>updateScroller</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>validateVisibleColumns</a></h3>
|
|
|
|
- (void) <b>validateVisibleColumns</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h1>
|
|
|
|
Software documentation for the
|
|
|
|
NSBrowser(GNUstepExtensions)
|
|
|
|
category
|
|
|
|
</h1>
|
|
|
|
<h2><a href="#class$NSBrowser">NSBrowser</a>(<a name="category$NSBrowser(GNUstepExtensions)">GNUstepExtensions</a>)</h2>
|
|
|
|
Declared: AppKit/NSBrowser.h<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<h3>acceptsAlphaNumericalKeys</a></h3>
|
|
|
|
- (BOOL) <b>acceptsAlphaNumericalKeys</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>sendsActionOnAlphaNumericalKeys</a></h3>
|
|
|
|
- (BOOL) <b>sendsActionOnAlphaNumericalKeys</b>;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setAcceptsAlphaNumericalKeys:</a></h3>
|
|
|
|
- (void) <b>setAcceptsAlphaNumericalKeys:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>setSendsActionOnAlphaNumericalKeys:</a></h3>
|
|
|
|
- (void) <b>setSendsActionOnAlphaNumericalKeys:</b> (BOOL)flag;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h1>
|
|
|
|
Software documentation for the
|
|
|
|
NSObject(NSBrowserDelegate)
|
|
|
|
category
|
|
|
|
</h1>
|
|
|
|
<h2>NSObject(<a name="category$NSObject(NSBrowserDelegate)">NSBrowserDelegate</a>)</h2>
|
|
|
|
Declared: AppKit/NSBrowser.h<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<h3>browser:createRowsForColumn:inMatrix:</a></h3>
|
|
|
|
- (void) <b>browser:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender<b> createRowsForColumn:</b> (int)column<b> inMatrix:</b> (<a href="NSMatrix.html#class$NSMatrix">NSMatrix</a>*)matrix;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>browser:isColumnValid:</a></h3>
|
|
|
|
- (BOOL) <b>browser:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender<b> isColumnValid:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>browser:numberOfRowsInColumn:</a></h3>
|
|
|
|
- (int) <b>browser:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender<b> numberOfRowsInColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>browser:selectCellWithString:inColumn:</a></h3>
|
|
|
|
- (BOOL) <b>browser:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender<b> selectCellWithString:</b> (NSString*)title<b> inColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>browser:selectRow:inColumn:</a></h3>
|
|
|
|
- (BOOL) <b>browser:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender<b> selectRow:</b> (int)row<b> inColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>browser:titleOfColumn:</a></h3>
|
|
|
|
- (NSString*) <b>browser:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender<b> titleOfColumn:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>browser:willDisplayCell:atRow:column:</a></h3>
|
|
|
|
- (void) <b>browser:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender<b> willDisplayCell:</b> (id)cell<b> atRow:</b> (int)row<b> column:</b> (int)column;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>browserDidScroll:</a></h3>
|
|
|
|
- (void) <b>browserDidScroll:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h3>browserWillScroll:</a></h3>
|
|
|
|
- (void) <b>browserWillScroll:</b> (<a href="#class$NSBrowser">NSBrowser</a>*)sender;<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
</body>
|
|
|
|
</html>
|