All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.Browser

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.Browser

public class Browser
extends Control
This class wraps the Objective-C class NSBrowser.


Constructor Index

 o Browser()
This default constructor is equivalent to Objective-C's [[NSBrowser alloc] init].
 o Browser(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o Browser(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o Browser(Rect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.

Method Index

 o acceptsArrowKeys()
A wrapper for the - acceptsArrowKeys Objective-C instance method.
 o addColumn()
A wrapper for the - addColumn Objective-C instance method.
 o allowsBranchSelection()
A wrapper for the - allowsBranchSelection Objective-C instance method.
 o allowsEmptySelection()
A wrapper for the - allowsEmptySelection Objective-C instance method.
 o allowsMultipleSelection()
A wrapper for the - allowsMultipleSelection Objective-C instance method.
 o cellPrototype()
A wrapper for the - cellPrototype Objective-C instance method.
 o columnOfMatrix(Matrix)
A wrapper for the - columnOfMatrix: Objective-C instance method.
 o delegate()
A wrapper for the - delegate Objective-C instance method.
 o displayAllColumns()
A wrapper for the - displayAllColumns Objective-C instance method.
 o displayColumn(int)
A wrapper for the - displayColumn: Objective-C instance method.
 o doClick(Object)
A wrapper for the - doClick: Objective-C instance method.
 o doDoubleClick(Object)
A wrapper for the - doDoubleClick: Objective-C instance method.
 o doubleAction()
A wrapper for the - doubleAction Objective-C instance method.
 o drawTitleOfColumn(int, Rect)
A wrapper for the - drawTitleOfColumn:inRect: Objective-C instance method.
 o firstVisibleColumn()
A wrapper for the - firstVisibleColumn Objective-C instance method.
 o frameOfColumn(int)
A wrapper for the - frameOfColumn: Objective-C instance method.
 o frameOfInsideOfColumn(int)
A wrapper for the - frameOfInsideOfColumn: Objective-C instance method.
 o hasHorizontalScroller()
A wrapper for the - hasHorizontalScroller Objective-C instance method.
 o isLoaded()
A wrapper for the - isLoaded Objective-C instance method.
 o isTitled()
A wrapper for the - isTitled Objective-C instance method.
 o lastColumn()
A wrapper for the - lastColumn Objective-C instance method.
 o lastVisibleColumn()
A wrapper for the - lastVisibleColumn Objective-C instance method.
 o loadColumnZero()
A wrapper for the - loadColumnZero Objective-C instance method.
 o loadedCellAtLocation(int, int)
A wrapper for the - loadedCellAtRow:column: Objective-C instance method.
 o matrixInColumn(int)
A wrapper for the - matrixInColumn: Objective-C instance method.
 o maxVisibleColumns()
A wrapper for the - maxVisibleColumns Objective-C instance method.
 o minColumnWidth()
A wrapper for the - minColumnWidth Objective-C instance method.
 o numberOfVisibleColumns()
A wrapper for the - numberOfVisibleColumns Objective-C instance method.
 o path()
A wrapper for the - path Objective-C instance method.
 o pathSeparator()
A wrapper for the - pathSeparator Objective-C instance method.
 o pathToColumn(int)
A wrapper for the - pathToColumn: Objective-C instance method.
 o reloadColumn(int)
A wrapper for the - reloadColumn: Objective-C instance method.
 o reusesColumns()
A wrapper for the - reusesColumns Objective-C instance method.
 o scrollColumnsLeftBy(int)
A wrapper for the - scrollColumnsLeftBy: Objective-C instance method.
 o scrollColumnsRightBy(int)
A wrapper for the - scrollColumnsRightBy: Objective-C instance method.
 o scrollColumnToVisible(int)
A wrapper for the - scrollColumnToVisible: Objective-C instance method.
 o scrollViaScroller(Scroller)
A wrapper for the - scrollViaScroller: Objective-C instance method.
 o selectAll(Object)
A wrapper for the - selectAll: Objective-C instance method.
 o selectedCell()
A wrapper for the - selectedCell Objective-C instance method.
 o selectedCellInColumn(int)
A wrapper for the - selectedCellInColumn: Objective-C instance method.
 o selectedCells()
A wrapper for the - selectedCells Objective-C instance method.
 o selectedColumn()
A wrapper for the - selectedColumn Objective-C instance method.
 o selectedRowInColumn(int)
A wrapper for the - selectedRowInColumn: Objective-C instance method.
 o selectRowInColumn(int, int)
A wrapper for the - selectRow:inColumn: Objective-C instance method.
 o sendAction()
A wrapper for the - sendAction Objective-C instance method.
 o sendsActionOnArrowKeys()
A wrapper for the - sendsActionOnArrowKeys Objective-C instance method.
 o separatesColumns()
A wrapper for the - separatesColumns Objective-C instance method.
 o setAcceptsArrowKeys(boolean)
A wrapper for the - setAcceptsArrowKeys: Objective-C instance method.
 o setAllowsBranchSelection(boolean)
A wrapper for the - setAllowsBranchSelection: Objective-C instance method.
 o setAllowsEmptySelection(boolean)
A wrapper for the - setAllowsEmptySelection: Objective-C instance method.
 o setAllowsMultipleSelection(boolean)
A wrapper for the - setAllowsMultipleSelection: Objective-C instance method.
 o setCellPrototype(Cell)
A wrapper for the - setCellPrototype: Objective-C instance method.
 o setDelegate(Object)
A wrapper for the - setDelegate: Objective-C instance method.
 o setDoubleAction(Selector)
A wrapper for the - setDoubleAction: Objective-C instance method.
 o setHasHorizontalScroller(boolean)
A wrapper for the - setHasHorizontalScroller: Objective-C instance method.
 o setLastColumn(int)
A wrapper for the - setLastColumn: Objective-C instance method.
 o setMaxVisibleColumns(int)
A wrapper for the - setMaxVisibleColumns: Objective-C instance method.
 o setMinColumnWidth(float)
A wrapper for the - setMinColumnWidth: Objective-C instance method.
 o setPath(String)
A wrapper for the - setPath: Objective-C instance method.
 o setPathSeparator(String)
A wrapper for the - setPathSeparator: Objective-C instance method.
 o setReusesColumns(boolean)
A wrapper for the - setReusesColumns: Objective-C instance method.
 o setSendsActionOnArrowKeys(boolean)
A wrapper for the - setSendsActionOnArrowKeys: Objective-C instance method.
 o setSeparatesColumns(boolean)
A wrapper for the - setSeparatesColumns: Objective-C instance method.
 o setTakesTitleFromPreviousColumn(boolean)
A wrapper for the - setTakesTitleFromPreviousColumn: Objective-C instance method.
 o setTitled(boolean)
A wrapper for the - setTitled: Objective-C instance method.
 o setTitleOfColumn(String, int)
A wrapper for the - setTitle:ofColumn: Objective-C instance method.
 o takesTitleFromPreviousColumn()
A wrapper for the - takesTitleFromPreviousColumn Objective-C instance method.
 o tile()
A wrapper for the - tile Objective-C instance method.
 o titleFrameOfColumn(int)
A wrapper for the - titleFrameOfColumn: Objective-C instance method.
 o titleHeight()
A wrapper for the - titleHeight Objective-C instance method.
 o titleOfColumn(int)
A wrapper for the - titleOfColumn: Objective-C instance method.
 o updateScroller()
A wrapper for the - updateScroller Objective-C instance method.
 o validateVisibleColumns()
A wrapper for the - validateVisibleColumns Objective-C instance method.

Constructors

 o Browser
 protected Browser(boolean shouldAllocate,
                   int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o Browser
 public Browser()
This default constructor is equivalent to Objective-C's [[NSBrowser alloc] init].

 o Browser
 public Browser(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o Browser
 public Browser(Rect frameRect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.

Methods

 o loadColumnZero
 public native void loadColumnZero()
A wrapper for the - loadColumnZero Objective-C instance method.

 o isLoaded
 public native boolean isLoaded()
A wrapper for the - isLoaded Objective-C instance method.

 o setDoubleAction
 public native void setDoubleAction(Selector aSelector)
A wrapper for the - setDoubleAction: Objective-C instance method.

 o doubleAction
 public native Selector doubleAction()
A wrapper for the - doubleAction Objective-C instance method.

 o setCellPrototype
 public native void setCellPrototype(Cell aCell)
A wrapper for the - setCellPrototype: Objective-C instance method.

 o cellPrototype
 public native Object cellPrototype()
A wrapper for the - cellPrototype Objective-C instance method.

 o setDelegate
 public native void setDelegate(Object anObject)
A wrapper for the - setDelegate: Objective-C instance method.

 o delegate
 public native Object delegate()
A wrapper for the - delegate Objective-C instance method.

 o setReusesColumns
 public native void setReusesColumns(boolean flag)
A wrapper for the - setReusesColumns: Objective-C instance method.

 o reusesColumns
 public native boolean reusesColumns()
A wrapper for the - reusesColumns Objective-C instance method.

 o setHasHorizontalScroller
 public native void setHasHorizontalScroller(boolean flag)
A wrapper for the - setHasHorizontalScroller: Objective-C instance method.

 o hasHorizontalScroller
 public native boolean hasHorizontalScroller()
A wrapper for the - hasHorizontalScroller Objective-C instance method.

 o setSeparatesColumns
 public native void setSeparatesColumns(boolean flag)
A wrapper for the - setSeparatesColumns: Objective-C instance method.

 o separatesColumns
 public native boolean separatesColumns()
A wrapper for the - separatesColumns Objective-C instance method.

 o setTitled
 public native void setTitled(boolean flag)
A wrapper for the - setTitled: Objective-C instance method.

 o isTitled
 public native boolean isTitled()
A wrapper for the - isTitled Objective-C instance method.

 o setMinColumnWidth
 public native void setMinColumnWidth(float columnWidth)
A wrapper for the - setMinColumnWidth: Objective-C instance method.

 o minColumnWidth
 public native float minColumnWidth()
A wrapper for the - minColumnWidth Objective-C instance method.

 o setMaxVisibleColumns
 public native void setMaxVisibleColumns(int columnCount)
A wrapper for the - setMaxVisibleColumns: Objective-C instance method.

 o maxVisibleColumns
 public native int maxVisibleColumns()
A wrapper for the - maxVisibleColumns Objective-C instance method.

 o setAllowsMultipleSelection
 public native void setAllowsMultipleSelection(boolean flag)
A wrapper for the - setAllowsMultipleSelection: Objective-C instance method.

 o allowsMultipleSelection
 public native boolean allowsMultipleSelection()
A wrapper for the - allowsMultipleSelection Objective-C instance method.

 o setAllowsBranchSelection
 public native void setAllowsBranchSelection(boolean flag)
A wrapper for the - setAllowsBranchSelection: Objective-C instance method.

 o allowsBranchSelection
 public native boolean allowsBranchSelection()
A wrapper for the - allowsBranchSelection Objective-C instance method.

 o setAllowsEmptySelection
 public native void setAllowsEmptySelection(boolean flag)
A wrapper for the - setAllowsEmptySelection: Objective-C instance method.

 o allowsEmptySelection
 public native boolean allowsEmptySelection()
A wrapper for the - allowsEmptySelection Objective-C instance method.

 o setTakesTitleFromPreviousColumn
 public native void setTakesTitleFromPreviousColumn(boolean flag)
A wrapper for the - setTakesTitleFromPreviousColumn: Objective-C instance method.

 o takesTitleFromPreviousColumn
 public native boolean takesTitleFromPreviousColumn()
A wrapper for the - takesTitleFromPreviousColumn Objective-C instance method.

 o setAcceptsArrowKeys
 public native void setAcceptsArrowKeys(boolean flag)
A wrapper for the - setAcceptsArrowKeys: Objective-C instance method.

 o acceptsArrowKeys
 public native boolean acceptsArrowKeys()
A wrapper for the - acceptsArrowKeys Objective-C instance method.

 o setSendsActionOnArrowKeys
 public native void setSendsActionOnArrowKeys(boolean flag)
A wrapper for the - setSendsActionOnArrowKeys: Objective-C instance method.

 o sendsActionOnArrowKeys
 public native boolean sendsActionOnArrowKeys()
A wrapper for the - sendsActionOnArrowKeys Objective-C instance method.

 o setTitleOfColumn
 public native void setTitleOfColumn(String aString,
                                     int column)
A wrapper for the - setTitle:ofColumn: Objective-C instance method.

 o titleOfColumn
 public native String titleOfColumn(int column)
A wrapper for the - titleOfColumn: Objective-C instance method.

 o setPathSeparator
 public native void setPathSeparator(String newString)
A wrapper for the - setPathSeparator: Objective-C instance method.

 o pathSeparator
 public native String pathSeparator()
A wrapper for the - pathSeparator Objective-C instance method.

 o setPath
 public native boolean setPath(String path)
A wrapper for the - setPath: Objective-C instance method.

 o path
 public native String path()
A wrapper for the - path Objective-C instance method.

 o pathToColumn
 public native String pathToColumn(int column)
A wrapper for the - pathToColumn: Objective-C instance method.

 o selectedColumn
 public native int selectedColumn()
A wrapper for the - selectedColumn Objective-C instance method.

 o selectedCell
 public native Object selectedCell()
A wrapper for the - selectedCell Objective-C instance method.

Overrides:
selectedCell in class Control
 o selectedCellInColumn
 public native Object selectedCellInColumn(int column)
A wrapper for the - selectedCellInColumn: Objective-C instance method.

 o selectedCells
 public native Array selectedCells()
A wrapper for the - selectedCells Objective-C instance method.

 o selectRowInColumn
 public native void selectRowInColumn(int row,
                                      int column)
A wrapper for the - selectRow:inColumn: Objective-C instance method.

 o selectedRowInColumn
 public native int selectedRowInColumn(int column)
A wrapper for the - selectedRowInColumn: Objective-C instance method.

 o reloadColumn
 public native void reloadColumn(int column)
A wrapper for the - reloadColumn: Objective-C instance method.

 o validateVisibleColumns
 public native void validateVisibleColumns()
A wrapper for the - validateVisibleColumns Objective-C instance method.

 o displayColumn
 public native void displayColumn(int column)
A wrapper for the - displayColumn: Objective-C instance method.

 o displayAllColumns
 public native void displayAllColumns()
A wrapper for the - displayAllColumns Objective-C instance method.

 o scrollColumnsRightBy
 public native void scrollColumnsRightBy(int shiftAmount)
A wrapper for the - scrollColumnsRightBy: Objective-C instance method.

 o scrollColumnsLeftBy
 public native void scrollColumnsLeftBy(int shiftAmount)
A wrapper for the - scrollColumnsLeftBy: Objective-C instance method.

 o scrollColumnToVisible
 public native void scrollColumnToVisible(int column)
A wrapper for the - scrollColumnToVisible: Objective-C instance method.

 o scrollViaScroller
 public native void scrollViaScroller(Scroller sender)
A wrapper for the - scrollViaScroller: Objective-C instance method.

 o updateScroller
 public native void updateScroller()
A wrapper for the - updateScroller Objective-C instance method.

 o setLastColumn
 public native void setLastColumn(int column)
A wrapper for the - setLastColumn: Objective-C instance method.

 o lastColumn
 public native int lastColumn()
A wrapper for the - lastColumn Objective-C instance method.

 o addColumn
 public native void addColumn()
A wrapper for the - addColumn Objective-C instance method.

 o numberOfVisibleColumns
 public native int numberOfVisibleColumns()
A wrapper for the - numberOfVisibleColumns Objective-C instance method.

 o firstVisibleColumn
 public native int firstVisibleColumn()
A wrapper for the - firstVisibleColumn Objective-C instance method.

 o lastVisibleColumn
 public native int lastVisibleColumn()
A wrapper for the - lastVisibleColumn Objective-C instance method.

 o columnOfMatrix
 public native int columnOfMatrix(Matrix matrix)
A wrapper for the - columnOfMatrix: Objective-C instance method.

 o matrixInColumn
 public native Matrix matrixInColumn(int column)
A wrapper for the - matrixInColumn: Objective-C instance method.

 o loadedCellAtLocation
 public native Object loadedCellAtLocation(int row,
                                           int col)
A wrapper for the - loadedCellAtRow:column: Objective-C instance method.

 o selectAll
 public native void selectAll(Object sender)
A wrapper for the - selectAll: Objective-C instance method.

Overrides:
selectAll in class Responder
 o tile
 public native void tile()
A wrapper for the - tile Objective-C instance method.

 o doClick
 public native void doClick(Object sender)
A wrapper for the - doClick: Objective-C instance method.

 o doDoubleClick
 public native void doDoubleClick(Object sender)
A wrapper for the - doDoubleClick: Objective-C instance method.

 o sendAction
 public native boolean sendAction()
A wrapper for the - sendAction Objective-C instance method.

 o titleFrameOfColumn
 public native Rect titleFrameOfColumn(int column)
A wrapper for the - titleFrameOfColumn: Objective-C instance method.

 o drawTitleOfColumn
 public native void drawTitleOfColumn(int column,
                                      Rect aRect)
A wrapper for the - drawTitleOfColumn:inRect: Objective-C instance method.

 o titleHeight
 public native float titleHeight()
A wrapper for the - titleHeight Objective-C instance method.

 o frameOfColumn
 public native Rect frameOfColumn(int column)
A wrapper for the - frameOfColumn: Objective-C instance method.

 o frameOfInsideOfColumn
 public native Rect frameOfInsideOfColumn(int column)
A wrapper for the - frameOfInsideOfColumn: Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index