com.jniwrapper.macosx.cocoa.nsbrowser
Class NSBrowser

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer.Void
          extended bycom.jniwrapper.macosx.cocoa.Id
              extended bycom.jniwrapper.macosx.cocoa.CObject
                  extended bycom.jniwrapper.macosx.cocoa.nsobject.NSObject
                      extended bycom.jniwrapper.macosx.cocoa.nsresponder.NSResponder
                          extended bycom.jniwrapper.macosx.cocoa.nsview.NSView
                              extended bycom.jniwrapper.macosx.cocoa.nscontrol.NSControl
                                  extended bycom.jniwrapper.macosx.cocoa.nsbrowser.NSBrowser
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSCodingProtocol, NSObjectProtocol, com.jniwrapper.PointerParameter

public class NSBrowser
extends NSControl

This class represents NSBrowser class. See the class documentation at the Apple's site: NSBrowser


Field Summary
 
Fields inherited from class com.jniwrapper.macosx.cocoa.CObject
_fields
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSBrowser()
           
NSBrowser(boolean autorelease)
          Contructs the NSBrowser class with the autorelease option on.
NSBrowser(com.jniwrapper.Pointer.Void instancePtr)
          Contructs the NSBrowser class from pointer.
NSBrowser(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
          Contructs the NSBrowser class with static constructor.
 
Method Summary
 com.jniwrapper.Bool acceptsArrowKeys()
           
 void addColumn()
           
 com.jniwrapper.Bool allowsBranchSelection()
           
 com.jniwrapper.Bool allowsEmptySelection()
           
 com.jniwrapper.Bool allowsMultipleSelection()
           
 Id cellPrototype()
           
 com.jniwrapper.SingleFloat columnContentWidthForColumnWidth(com.jniwrapper.SingleFloat columnWidth)
           
 com.jniwrapper.Int columnOfMatrix(NSMatrix matrix)
           
 NSBrowserColumnResizingType columnResizingType()
           
 com.jniwrapper.Pointer.Void columnsAutosaveName()
           
 com.jniwrapper.SingleFloat columnWidthForColumnContentWidth(com.jniwrapper.SingleFloat columnContentWidth)
           
 Id delegate()
           
 void displayAllColumns()
           
 void displayColumn(com.jniwrapper.Int column)
           
 void doClick(Id sender)
           
 void doDoubleClick(Id sender)
           
 Sel doubleAction()
           
 void drawTitleOfColumn_inRect(com.jniwrapper.Int column, NSRect aRect)
          This method represents the drawTitleOfColumn() method of the NSBrowser Objective-C class.
 com.jniwrapper.Int firstVisibleColumn()
           
 NSRect frameOfColumn(com.jniwrapper.Int column)
           
 NSRect frameOfInsideOfColumn(com.jniwrapper.Int column)
           
 com.jniwrapper.Bool hasHorizontalScroller()
           
protected  void init(com.jniwrapper.Parameter[] fields)
           
 com.jniwrapper.Bool isLoaded()
           
 com.jniwrapper.Bool isTitled()
           
 com.jniwrapper.Int lastColumn()
           
 com.jniwrapper.Int lastVisibleColumn()
           
 void loadColumnZero()
           
 Id loadedCellAtRow_column(com.jniwrapper.Int row, com.jniwrapper.Int col)
          This method represents the loadedCellAtRow() method of the NSBrowser Objective-C class.
 CClass matrixClass()
           
 com.jniwrapper.Pointer.Void matrixInColumn(com.jniwrapper.Int column)
           
 com.jniwrapper.Int maxVisibleColumns()
           
 com.jniwrapper.SingleFloat minColumnWidth()
           
 com.jniwrapper.Int numberOfVisibleColumns()
           
 com.jniwrapper.Pointer.Void path()
           
 com.jniwrapper.Pointer.Void pathSeparator()
           
 com.jniwrapper.Pointer.Void pathToColumn(com.jniwrapper.Int column)
           
 com.jniwrapper.Bool prefersAllColumnUserResizing()
           
 void reloadColumn(com.jniwrapper.Int column)
           
 com.jniwrapper.Bool reusesColumns()
           
 void scrollColumnsLeftBy(com.jniwrapper.Int shiftAmount)
           
 void scrollColumnsRightBy(com.jniwrapper.Int shiftAmount)
           
 void scrollColumnToVisible(com.jniwrapper.Int column)
           
 void scrollViaScroller(NSScroller sender)
           
 void selectAll(Id sender)
           
 Id selectedCell()
           
 Id selectedCellInColumn(com.jniwrapper.Int column)
           
 com.jniwrapper.Pointer.Void selectedCells()
           
 com.jniwrapper.Int selectedColumn()
           
 com.jniwrapper.Int selectedRowInColumn(com.jniwrapper.Int column)
           
 void selectRow_inColumn(com.jniwrapper.Int row, com.jniwrapper.Int column)
          This method represents the selectRow() method of the NSBrowser Objective-C class.
 com.jniwrapper.Bool sendAction()
           
 com.jniwrapper.Bool sendsActionOnArrowKeys()
           
 com.jniwrapper.Bool separatesColumns()
           
 void setAcceptsArrowKeys(boolean flag)
           
 void setAllowsBranchSelection(boolean flag)
           
 void setAllowsEmptySelection(boolean flag)
           
 void setAllowsMultipleSelection(boolean flag)
           
 void setCellClass(CClass factoryId)
           
 void setCellPrototype(NSCell aCell)
           
 void setColumnResizingType(NSBrowserColumnResizingType columnResizingType)
           
 void setColumnsAutosaveName(java.lang.String name)
           
 void setDelegate(Id anObject)
           
 void setDoubleAction(Sel aSelector)
           
 void setHasHorizontalScroller(boolean flag)
           
 void setLastColumn(com.jniwrapper.Int column)
           
 void setMatrixClass(CClass factoryId)
           
 void setMaxVisibleColumns(com.jniwrapper.Int columnCount)
           
 void setMinColumnWidth(com.jniwrapper.SingleFloat columnWidth)
           
 com.jniwrapper.Bool setPath(java.lang.String path)
           
 void setPathSeparator(java.lang.String newString)
           
 void setPrefersAllColumnUserResizing(boolean prefersAllColumnResizing)
           
 void setReusesColumns(boolean flag)
           
 void setSendsActionOnArrowKeys(boolean flag)
           
 void setSeparatesColumns(boolean flag)
           
 void setTakesTitleFromPreviousColumn(boolean flag)
           
 void setTitle_ofColumn(java.lang.String aString, com.jniwrapper.Int column)
          This method represents the setTitle() method of the NSBrowser Objective-C class.
 void setTitled(boolean flag)
           
 void setWidth_ofColumn(com.jniwrapper.SingleFloat columnWidth, com.jniwrapper.Int columnIndex)
          This method represents the setWidth() method of the NSBrowser Objective-C class.
static CClass static_cellClass()
           
static void static_removeSavedColumnsWithAutosaveName(java.lang.String name)
           
 com.jniwrapper.Bool takesTitleFromPreviousColumn()
           
 void tile()
           
 NSRect titleFrameOfColumn(com.jniwrapper.Int column)
           
 com.jniwrapper.SingleFloat titleHeight()
           
 com.jniwrapper.Pointer.Void titleOfColumn(com.jniwrapper.Int column)
           
 void updateScroller()
           
 void validateVisibleColumns()
           
 com.jniwrapper.SingleFloat widthOfColumn(com.jniwrapper.Int column)
           
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nscontrol.NSControl
abortEditing, action, alignment, attributedStringValue, calcSize, cell, currentEditor, doubleValue, drawCell, drawCellInside, floatValue, font, formatter, ignoresMultiClick, initWithFrame, intValue, isContinuous, isEnabled, mouseDown, objectValue, performClick, refusesFirstResponder, selectCell, selectedTag, sendAction_to, sendActionOn, setAction, setAlignment, setAttributedStringValue, setCell, setContinuous, setDoubleValue, setEnabled, setFloatingPointFormat_left_right, setFloatValue, setFont, setFormatter, setIgnoresMultiClick, setIntValue, setNeedsDisplay, setObjectValue, setRefusesFirstResponder, setStringValue, setTag, setTarget, sizeToFit, static_setCellClass, stringValue, tag, takeDoubleValueFrom, takeFloatValueFrom, takeIntValueFrom, takeObjectValueFrom, takeStringValueFrom, target, updateCell, updateCellInside, validateEditing
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsview.NSView
acceptsFirstMouse, addCursorRect_cursor, addSubview_positioned_relativeTo, addSubview, addToolTipRect_owner_userData, addTrackingRect_owner_userData_assumeInside, adjustPageHeightNew_top_bottom_limit, adjustPageWidthNew_left_right_limit, adjustScroll, allocateGState, ancestorSharedWithView, autoresizesSubviews, autoresizingMask, autoscroll, beginDocument, beginPageInRect_atPlacement, bounds, boundsRotation, canBecomeKeyView, canDraw, centerScanRect, convertPoint_fromView, convertPoint_toView, convertRect_fromView, convertRect_toView, convertSize_fromView, convertSize_toView, dataWithEPSInsideRect, dataWithPDFInsideRect, didAddSubview, discardCursorRects, display, displayIfNeeded, displayIfNeededIgnoringOpacity, displayIfNeededInRect, displayIfNeededInRectIgnoringOpacity, displayRect, displayRectIgnoringOpacity, dragFile_fromRect_slideBack_event, dragImage_at_offset_event_pasteboard_source_slideBack, dragPromisedFilesOfTypes_fromRect_source_slideBack_event, drawPageBorderWithSize, drawRect, drawSheetBorderWithSize, enclosingScrollView, endDocument, endPage, focusRingType, frame, frameRotation, getRectsBeingDrawn_count, gState, heightAdjustLimit, hitTest, inLiveResize, isDescendantOf, isFlipped, isHidden, isHiddenOrHasHiddenAncestor, isOpaque, isRotatedFromBase, isRotatedOrScaledFromBase, knowsPageRange, locationOfPrintRect, lockFocus, lockFocusIfCanDraw, menuForEvent, mouse_inRect, mouseDownCanMoveWindow, needsDisplay, needsPanelToBecomeKey, needsToDrawRect, nextKeyView, nextValidKeyView, opaqueAncestor, performKeyEquivalent, performMnemonic, postsBoundsChangedNotifications, postsFrameChangedNotifications, previousKeyView, previousValidKeyView, print, printJobTitle, rectForPage, reflectScrolledClipView, registerForDraggedTypes, releaseGState, removeAllToolTips, removeCursorRect_cursor, removeFromSuperview, removeFromSuperviewWithoutNeedingDisplay, removeToolTip, removeTrackingRect, renewGState, replaceSubview_with, resetCursorRects, resizeSubviewsWithOldSize, resizeWithOldSuperviewSize, rotateByAngle, rulerView_didAddMarker, rulerView_didMoveMarker, rulerView_didRemoveMarker, rulerView_handleMouseDown, rulerView_shouldAddMarker, rulerView_shouldMoveMarker, rulerView_shouldRemoveMarker, rulerView_willAddMarker_atLocation, rulerView_willMoveMarker_toLocation, rulerView_willSetClientView, scaleUnitSquareToSize, scrollClipView_toPoint, scrollPoint, scrollRect_by, scrollRectToVisible, setAutoresizesSubviews, setAutoresizingMask, setBounds, setBoundsOrigin, setBoundsRotation, setBoundsSize, setFocusRingType, setFrame, setFrameOrigin, setFrameRotation, setFrameSize, setHidden, setKeyboardFocusRingNeedsDisplayInRect, setNeedsDisplay, setNeedsDisplayInRect, setNextKeyView, setPostsBoundsChangedNotifications, setPostsFrameChangedNotifications, setToolTip, setUpGState, shouldDelayWindowOrderingForEvent, shouldDrawColor, sortSubviewsUsingFunction_context, static_defaultFocusRingType, static_defaultMenu, static_focusView, subviews, superview, toolTip, translateOriginToPoint, unlockFocus, unregisterDraggedTypes, viewDidEndLiveResize, viewDidMoveToSuperview, viewDidMoveToWindow, viewWillMoveToSuperview, viewWillMoveToWindow, viewWillStartLiveResize, viewWithTag, visibleRect, wantsDefaultClipping, widthAdjustLimit, willRemoveSubview, window, writeEPSInsideRect_toPasteboard, writePDFInsideRect_toPasteboard
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsresponder.NSResponder
acceptsFirstResponder, becomeFirstResponder, cancelOperation, capitalizeWord, centerSelectionInVisibleArea, changeCaseOfLetter, complete, deleteBackward, deleteBackwardByDecomposingPreviousCharacter, deleteForward, deleteToBeginningOfLine, deleteToBeginningOfParagraph, deleteToEndOfLine, deleteToEndOfParagraph, deleteToMark, deleteWordBackward, deleteWordForward, doCommandBySelector, encodeWithCoder, flagsChanged, flushBufferedKeyEvents, helpRequested, indent, initWithCoder, insertBacktab, insertNewline, insertNewlineIgnoringFieldEditor, insertParagraphSeparator, insertTab, insertTabIgnoringFieldEditor, insertText, interfaceStyle, interpretKeyEvents, keyDown, keyUp, lowercaseWord, menu, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseUp, moveBackward, moveBackwardAndModifySelection, moveDown, moveDownAndModifySelection, moveForward, moveForwardAndModifySelection, moveLeft, moveLeftAndModifySelection, moveRight, moveRightAndModifySelection, moveToBeginningOfDocument, moveToBeginningOfLine, moveToBeginningOfParagraph, moveToEndOfDocument, moveToEndOfLine, moveToEndOfParagraph, moveUp, moveUpAndModifySelection, moveWordBackward, moveWordBackwardAndModifySelection, moveWordForward, moveWordForwardAndModifySelection, moveWordLeft, moveWordLeftAndModifySelection, moveWordRight, moveWordRightAndModifySelection, nextResponder, noResponderFor, otherMouseDown, otherMouseDragged, otherMouseUp, pageDown, pageUp, resignFirstResponder, rightMouseDown, rightMouseDragged, rightMouseUp, scrollLineDown, scrollLineUp, scrollPageDown, scrollPageUp, scrollWheel, selectLine, selectParagraph, selectToMark, selectWord, setInterfaceStyle, setMark, setMenu, setNextResponder, shouldBeTreatedAsInkEvent, showContextHelp, swapWithMark, transpose, transposeWords, tryToPerform_with, undoManager, uppercaseWord, validRequestorForSendType_returnType, yank
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsobject.NSObject
_class, accessibilityActionDescription, accessibilityActionNames, accessibilityAttributeNames, accessibilityAttributeValue_forParameter, accessibilityAttributeValue, accessibilityFocusedUIElement, accessibilityHitTest, accessibilityIsAttributeSettable, accessibilityIsIgnored, accessibilityParameterizedAttributeNames, accessibilityPerformAction, accessibilitySetValue_forAttribute, addObserver_forKeyPath_options_context, alertShowHelp, application_delegateHandlesKey, application_openFile, application_openFiles, application_openFileWithoutUI, application_openTempFile, application_printFile, application_printFiles, applicationDidBecomeActive, applicationDidChangeScreenParameters, applicationDidFinishLaunching, applicationDidHide, applicationDidResignActive, applicationDidUnhide, applicationDidUpdate, applicationDockMenu, applicationOpenUntitledFile, applicationShouldHandleReopen_hasVisibleWindows, applicationShouldOpenUntitledFile, applicationShouldTerminate, applicationShouldTerminateAfterLastWindowClosed, applicationWillBecomeActive, applicationWillFinishLaunching, applicationWillHide, applicationWillResignActive, applicationWillTerminate, applicationWillUnhide, applicationWillUpdate, archiver_didEncodeObject, archiver_willEncodeObject, archiver_willReplaceObject_withObject, archiverDidFinish, archiverWillFinish, attributeKeys, authenticateComponents_withData, authenticationDataForComponents, autorelease, awakeAfterUsingCoder, awakeFromNib, bind_toObject_withKeyPath_options, browser_createRowsForColumn_inMatrix, browser_isColumnValid, browser_numberOfRowsInColumn, browser_selectCellWithString_inColumn, browser_selectRow_inColumn, browser_shouldSizeColumn_forUserResize_toWidth, browser_sizeToFitWidthOfColumn, browser_titleOfColumn, browser_willDisplayCell_atRow_column, browserColumnConfigurationDidChange, browserDidScroll, browserWillScroll, changeColor, changeFont, classCode, classDescription, classForArchiver, classForCoder, classForKeyedArchiver, classForPortCoder, className, coerceValue_forKey, comboBox_completedString, comboBox_indexOfItemWithStringValue, comboBox_objectValueForItemAtIndex, comboBoxCell_completedString, comboBoxCell_indexOfItemWithStringValue, comboBoxCell_objectValueForItemAtIndex, comboBoxSelectionDidChange, comboBoxSelectionIsChanging, comboBoxWillDismiss, comboBoxWillPopUp, commitEditing, concludeDragOperation, conformsToProtocol, connection_didCancelAuthenticationChallenge, connection_didFailWithError, connection_didReceiveAuthenticationChallenge, connection_didReceiveData, connection_didReceiveResponse, connection_handleRequest, connection_shouldMakeNewConnection, connection_willCacheResponse, connection_willSendRequest_redirectResponse, connectionDidFinishLoading, control_didFailToFormatString_errorDescription, control_didFailToValidatePartialString_errorDescription, control_isValidObject, control_textShouldBeginEditing, control_textShouldEndEditing, control_textView_completions_forPartialWordRange_indexOfSelectedItem, control_textView_doCommandBySelector, controlTextDidBeginEditing, controlTextDidChange, controlTextDidEndEditing, copy, createConversationForConnection, dealloc, description, dictionaryWithValuesForKeys, didChange_valuesAtIndexes_forKey, didChangeValueForKey, discardEditing, doesContain, doesNotRecognizeSelector, download_decideDestinationWithSuggestedFilename, download_didCancelAuthenticationChallenge, download_didCreateDestination, download_didFailWithError, download_didReceiveAuthenticationChallenge, download_didReceiveDataOfLength, download_didReceiveResponse, download_shouldDecodeSourceDataOfMIMEType, download_willSendRequest_redirectResponse, downloadDidBegin, downloadDidFinish, draggedImage_beganAt, draggedImage_endedAt_deposited, draggedImage_endedAt_operation, draggedImage_movedTo, draggingEnded, draggingEntered, draggingExited, draggingSourceOperationMaskForLocal, draggingUpdated, drawerDidClose, drawerDidOpen, drawerShouldClose, drawerShouldOpen, drawerWillClose, drawerWillOpen, drawerWillResizeContents_toSize, exposedBindings, fileManager_shouldProceedAfterError, fileManager_willProcessPath, fontManager_willIncludeFont, forwardInvocation, handleMachMessage, handlePortMessage, handleQueryWithUnboundKey, handleTakeValue_forUnboundKey, hash, ignoreModifierKeysWhileDragging, image_didLoadPartOfRepresentation_withValidRows, image_didLoadRepresentation_withStatus, image_didLoadRepresentationHeader, image_willLoadRepresentation, imageDidNotDraw_inRect, indicesOfObjectsByEvaluatingObjectSpecifier, init, insertValue_atIndex_inPropertyWithKey, insertValue_inPropertyWithKey, inverseForRelationshipKey, isCaseInsensitiveLike, isEqual, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isKindOfClass, isLessThan, isLessThanOrEqualTo, isLike, isMemberOfClass, isNotEqualTo, isProxy, layoutManager_didCompleteLayoutForTextContainer_atEnd, layoutManagerDidInvalidateLayout, makeNewConnection_sender, menu_updateItem_atIndex_shouldCancel, menuHasKeyEquivalent_forEvent_target_action, menuNeedsUpdate, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, namesOfPromisedFilesDroppedAtDestination, netService_didNotPublish, netService_didNotResolve, netServiceBrowser_didFindDomain_moreComing, netServiceBrowser_didFindService_moreComing, netServiceBrowser_didNotSearch, netServiceBrowser_didRemoveDomain_moreComing, netServiceBrowser_didRemoveService_moreComing, netServiceBrowserDidStopSearch, netServiceBrowserWillSearch, netServiceDidResolveAddress, netServiceDidStop, netServiceWillPublish, netServiceWillResolve, NSObject__new, NSObject_alloc, NSObject_allocWithZone, NSObject_copyWithZone, NSObject_defaultPlaceholderForMarker_withBinding, NSObject_mutableCopyWithZone, numberOfItemsInComboBox, numberOfItemsInComboBoxCell, numberOfItemsInMenu, numberOfRowsInTableView, objectDidBeginEditing, objectDidEndEditing, objectSpecifier, observationInfo, observeValueForKeyPath_ofObject_change_context, outlineView_acceptDrop_item_childIndex, outlineView_child_ofItem, outlineView_didClickTableColumn, outlineView_didDragTableColumn, outlineView_isItemExpandable, outlineView_itemForPersistentObject, outlineView_mouseDownInHeaderOfTableColumn, outlineView_numberOfChildrenOfItem, outlineView_objectValueForTableColumn_byItem, outlineView_persistentObjectForItem, outlineView_setObjectValue_forTableColumn_byItem, outlineView_shouldCollapseItem, outlineView_shouldEditTableColumn_item, outlineView_shouldExpandItem, outlineView_shouldSelectItem, outlineView_shouldSelectTableColumn, outlineView_sortDescriptorsDidChange, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_willDisplayCell_forTableColumn_item, outlineView_willDisplayOutlineCell_forTableColumn_item, outlineView_writeItems_toPasteboard, outlineViewColumnDidMove, outlineViewColumnDidResize, outlineViewItemDidCollapse, outlineViewItemDidExpand, outlineViewItemWillCollapse, outlineViewItemWillExpand, outlineViewSelectionDidChange, outlineViewSelectionIsChanging, panel_compareFilename_with_caseSensitive, panel_directoryDidChange, panel_isValidFilename, panel_shouldShowFilename, panel_userEnteredFilename_confirmed, panel_willExpand, panelSelectionDidChange, parser_didEndElement_namespaceURI_qualifiedName, parser_didEndMappingPrefix, parser_didStartElement_namespaceURI_qualifiedName_attributes, parser_didStartMappingPrefix_toURI, parser_foundAttributeDeclarationWithName_forElement_type_defaultValue, parser_foundCDATA, parser_foundCharacters, parser_foundComment, parser_foundElementDeclarationWithName_model, parser_foundExternalEntityDeclarationWithName_publicID_systemID, parser_foundIgnorableWhitespace, parser_foundInternalEntityDeclarationWithName_value, parser_foundNotationDeclarationWithName_publicID_systemID, parser_foundProcessingInstructionWithTarget_data, parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName, parser_parseErrorOccurred, parser_resolveExternalEntityName_systemID, parser_validationErrorOccurred, parserDidEndDocument, parserDidStartDocument, pasteboard_provideDataForType, pasteboardChangedOwner, performDragOperation, performSelector_withObject_afterDelay_inModes, performSelector_withObject_afterDelay, performSelector_withObject_withObject, performSelector_withObject, performSelector, performSelectorOnMainThread_withObject_waitUntilDone_modes, performSelectorOnMainThread_withObject_waitUntilDone, prepareForDragOperation, readSelectionFromPasteboard, release, removeObserver_forKeyPath, removeValueAtIndex_fromPropertyWithKey, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, replacementObjectForPortCoder, replaceValueAtIndex_inPropertyWithKey_withValue, respondsToSelector, retain, retainCount, scriptingBeginsWith, scriptingContains, scriptingEndsWith, scriptingIsEqualTo, scriptingIsGreaterThan, scriptingIsGreaterThanOrEqualTo, scriptingIsLessThan, scriptingIsLessThanOrEqualTo, scriptingProperties, selectionShouldChangeInOutlineView, selectionShouldChangeInTableView, self, setNilValueForKey, setObservationInfo, setScriptingProperties, setValue_forKey, setValue_forKeyPath, setValue_forUndefinedKey, setValuesForKeysWithDictionary, sound_didFinishPlaying, speechRecognizer_didRecognizeCommand, speechSynthesizer_didFinishSpeaking, speechSynthesizer_willSpeakPhoneme, speechSynthesizer_willSpeakWord_ofString, spellServer_didForgetWord_inLanguage, spellServer_didLearnWord_inLanguage, spellServer_findMisspelledWordInString_language_wordCount_countOnly, spellServer_suggestCompletionsForPartialWordRange_inString_language, spellServer_suggestGuessesForWord_inLanguage, splitView_canCollapseSubview, splitView_constrainMaxCoordinate_ofSubviewAt, splitView_constrainMinCoordinate_ofSubviewAt, splitView_constrainSplitPosition_ofSubviewAt, splitView_resizeSubviewsWithOldSize, splitViewDidResizeSubviews, splitViewWillResizeSubviews, static_accessInstanceVariablesDirectly, static_automaticallyNotifiesObserversForKey, static_cancelPreviousPerformRequestsWithTarget_selector_object, static_cancelPreviousPerformRequestsWithTarget, static_classForKeyedUnarchiver, static_exposeBinding, static_initialize, static_instanceMethodForSelector, static_instanceMethodSignatureForSelector, static_instancesRespondToSelector, static_isSubclassOfClass, static_load, static_poseAsClass, static_setDefaultPlaceholder_forMarker_withBinding, static_setKeys_triggerChangeNotificationsForDependentKey, static_setVersion, static_useStoredAccessor, static_version, storedValueForKey, stream_handleEvent, superclass, tableView_acceptDrop_row_dropOperation, tableView_didClickTableColumn, tableView_didDragTableColumn, tableView_mouseDownInHeaderOfTableColumn, tableView_objectValueForTableColumn_row, tableView_setObjectValue_forTableColumn_row, tableView_shouldEditTableColumn_row, tableView_shouldSelectRow, tableView_shouldSelectTableColumn, tableView_sortDescriptorsDidChange, tableView_validateDrop_proposedRow_proposedDropOperation, tableView_willDisplayCell_forTableColumn_row, tableView_writeRows_toPasteboard, tableViewColumnDidMove, tableViewColumnDidResize, tableViewSelectionDidChange, tableViewSelectionIsChanging, tabView_didSelectTabViewItem, tabView_shouldSelectTabViewItem, tabView_willSelectTabViewItem, tabViewDidChangeNumberOfTabViewItems, takeStoredValue_forKey, takeValue_forKey, takeValue_forKeyPath, takeValuesFromDictionary, textDidBeginEditing, textDidChange, textDidEndEditing, textShouldBeginEditing, textShouldEndEditing, textStorageDidProcessEditing, textStorageWillProcessEditing, textView_clickedOnCell_inRect_atIndex, textView_clickedOnCell_inRect, textView_clickedOnLink_atIndex, textView_clickedOnLink, textView_completions_forPartialWordRange_indexOfSelectedItem, textView_doCommandBySelector, textView_doubleClickedOnCell_inRect_atIndex, textView_doubleClickedOnCell_inRect, textView_draggedCell_inRect_event_atIndex, textView_draggedCell_inRect_event, textView_shouldChangeTextInRange_replacementString, textView_willChangeSelectionFromCharacterRange_toCharacterRange, textView_willDisplayToolTip_forCharacterAtIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writeCell_atIndex_toPasteboard_type, textViewDidChangeSelection, textViewDidChangeTypingAttributes, toManyRelationshipKeys, toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar, toolbarAllowedItemIdentifiers, toolbarDefaultItemIdentifiers, toolbarDidRemoveItem, toolbarSelectableItemIdentifiers, toolbarWillAddItem, toOneRelationshipKeys, unableToSetNilForKey, unarchiver_cannotDecodeObjectOfClassName_originalClasses, unarchiver_didDecodeObject, unarchiver_willReplaceObject_withObject, unarchiverDidFinish, unarchiverWillFinish, unbind, undoManagerForTextView, URL_resourceDataDidBecomeAvailable, URL_resourceDidFailLoadingWithReason, URLResourceDidCancelLoading, URLResourceDidFinishLoading, validateMenuItem, validateToolbarItem, validateValue_forKey_error, validateValue_forKeyPath_error, validModesForFontPanel, valueAtIndex_inPropertyWithKey, valueClassForBinding, valueForKey, valueForKeyPath, valueForUndefinedKey, valuesForKeys, valueWithName_inPropertyWithKey, valueWithUniqueID_inPropertyWithKey, view_stringForToolTip_point_userData, willChange_valuesAtIndexes_forKey, willChangeValueForKey, window_willPositionSheet_usingRect, windowDidBecomeKey, windowDidBecomeMain, windowDidChangeScreen, windowDidDeminiaturize, windowDidEndSheet, windowDidExpose, windowDidMiniaturize, windowDidMove, windowDidResignKey, windowDidResignMain, windowDidResize, windowDidUpdate, windowShouldClose, windowShouldZoom_toFrame, windowWillBeginSheet, windowWillClose, windowWillMiniaturize, windowWillMove, windowWillResize_toSize, windowWillReturnFieldEditor_toObject, windowWillReturnUndoManager, windowWillUseStandardFrame_defaultFrame, writeSelectionToPasteboard_types, zone
 
Methods inherited from class com.jniwrapper.macosx.cocoa.CObject
getClassName
 
Methods inherited from class com.jniwrapper.macosx.cocoa.Id
clone
 
Methods inherited from class com.jniwrapper.Pointer.Void
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSBrowser

public NSBrowser()

NSBrowser

public NSBrowser(boolean autorelease)
Contructs the NSBrowser class with the autorelease option on.

Parameters:
autorelease -

NSBrowser

public NSBrowser(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSBrowser class from pointer.

Parameters:
instancePtr -

NSBrowser

public NSBrowser(java.lang.String methodName,
                 com.jniwrapper.Parameter[] parameters)
Contructs the NSBrowser class with static constructor.

Parameters:
methodName -
parameters -
Method Detail

init

protected void init(com.jniwrapper.Parameter[] fields)
Overrides:
init in class NSControl

addColumn

public void addColumn()

selectedColumn

public com.jniwrapper.Int selectedColumn()

setAcceptsArrowKeys

public void setAcceptsArrowKeys(boolean flag)

matrixClass

public CClass matrixClass()

titleFrameOfColumn

public NSRect titleFrameOfColumn(com.jniwrapper.Int column)

allowsBranchSelection

public com.jniwrapper.Bool allowsBranchSelection()

reloadColumn

public void reloadColumn(com.jniwrapper.Int column)

pathSeparator

public com.jniwrapper.Pointer.Void pathSeparator()

scrollColumnToVisible

public void scrollColumnToVisible(com.jniwrapper.Int column)

setCellClass

public void setCellClass(CClass factoryId)

prefersAllColumnUserResizing

public com.jniwrapper.Bool prefersAllColumnUserResizing()

separatesColumns

public com.jniwrapper.Bool separatesColumns()

acceptsArrowKeys

public com.jniwrapper.Bool acceptsArrowKeys()

lastColumn

public com.jniwrapper.Int lastColumn()

allowsMultipleSelection

public com.jniwrapper.Bool allowsMultipleSelection()

selectedCellInColumn

public Id selectedCellInColumn(com.jniwrapper.Int column)

setColumnResizingType

public void setColumnResizingType(NSBrowserColumnResizingType columnResizingType)

path

public com.jniwrapper.Pointer.Void path()

loadColumnZero

public void loadColumnZero()

hasHorizontalScroller

public com.jniwrapper.Bool hasHorizontalScroller()

displayColumn

public void displayColumn(com.jniwrapper.Int column)

tile

public void tile()

titleOfColumn

public com.jniwrapper.Pointer.Void titleOfColumn(com.jniwrapper.Int column)

frameOfColumn

public NSRect frameOfColumn(com.jniwrapper.Int column)

setReusesColumns

public void setReusesColumns(boolean flag)

setMaxVisibleColumns

public void setMaxVisibleColumns(com.jniwrapper.Int columnCount)

lastVisibleColumn

public com.jniwrapper.Int lastVisibleColumn()

pathToColumn

public com.jniwrapper.Pointer.Void pathToColumn(com.jniwrapper.Int column)

numberOfVisibleColumns

public com.jniwrapper.Int numberOfVisibleColumns()

selectAll

public void selectAll(Id sender)
Overrides:
selectAll in class NSResponder

drawTitleOfColumn_inRect

public void drawTitleOfColumn_inRect(com.jniwrapper.Int column,
                                     NSRect aRect)
This method represents the drawTitleOfColumn() method of the NSBrowser Objective-C class.

Parameters:
column -
aRect -

sendsActionOnArrowKeys

public com.jniwrapper.Bool sendsActionOnArrowKeys()

setPrefersAllColumnUserResizing

public void setPrefersAllColumnUserResizing(boolean prefersAllColumnResizing)

validateVisibleColumns

public void validateVisibleColumns()

titleHeight

public com.jniwrapper.SingleFloat titleHeight()

isTitled

public com.jniwrapper.Bool isTitled()

setAllowsBranchSelection

public void setAllowsBranchSelection(boolean flag)

columnOfMatrix

public com.jniwrapper.Int columnOfMatrix(NSMatrix matrix)

updateScroller

public void updateScroller()

scrollColumnsRightBy

public void scrollColumnsRightBy(com.jniwrapper.Int shiftAmount)

displayAllColumns

public void displayAllColumns()

setPath

public com.jniwrapper.Bool setPath(java.lang.String path)

selectedRowInColumn

public com.jniwrapper.Int selectedRowInColumn(com.jniwrapper.Int column)

setLastColumn

public void setLastColumn(com.jniwrapper.Int column)

doClick

public void doClick(Id sender)

matrixInColumn

public com.jniwrapper.Pointer.Void matrixInColumn(com.jniwrapper.Int column)

setAllowsEmptySelection

public void setAllowsEmptySelection(boolean flag)

widthOfColumn

public com.jniwrapper.SingleFloat widthOfColumn(com.jniwrapper.Int column)

columnWidthForColumnContentWidth

public com.jniwrapper.SingleFloat columnWidthForColumnContentWidth(com.jniwrapper.SingleFloat columnContentWidth)

setPathSeparator

public void setPathSeparator(java.lang.String newString)

scrollViaScroller

public void scrollViaScroller(NSScroller sender)

static_removeSavedColumnsWithAutosaveName

public static void static_removeSavedColumnsWithAutosaveName(java.lang.String name)

setTakesTitleFromPreviousColumn

public void setTakesTitleFromPreviousColumn(boolean flag)

setSeparatesColumns

public void setSeparatesColumns(boolean flag)

setDelegate

public void setDelegate(Id anObject)

columnContentWidthForColumnWidth

public com.jniwrapper.SingleFloat columnContentWidthForColumnWidth(com.jniwrapper.SingleFloat columnWidth)

loadedCellAtRow_column

public Id loadedCellAtRow_column(com.jniwrapper.Int row,
                                 com.jniwrapper.Int col)
This method represents the loadedCellAtRow() method of the NSBrowser Objective-C class.

Parameters:
row -
col -
Returns:
Id

scrollColumnsLeftBy

public void scrollColumnsLeftBy(com.jniwrapper.Int shiftAmount)

cellPrototype

public Id cellPrototype()

selectRow_inColumn

public void selectRow_inColumn(com.jniwrapper.Int row,
                               com.jniwrapper.Int column)
This method represents the selectRow() method of the NSBrowser Objective-C class.

Parameters:
row -
column -

setHasHorizontalScroller

public void setHasHorizontalScroller(boolean flag)

setAllowsMultipleSelection

public void setAllowsMultipleSelection(boolean flag)

static_cellClass

public static CClass static_cellClass()

allowsEmptySelection

public com.jniwrapper.Bool allowsEmptySelection()

doubleAction

public Sel doubleAction()

setCellPrototype

public void setCellPrototype(NSCell aCell)

maxVisibleColumns

public com.jniwrapper.Int maxVisibleColumns()

isLoaded

public com.jniwrapper.Bool isLoaded()

takesTitleFromPreviousColumn

public com.jniwrapper.Bool takesTitleFromPreviousColumn()

minColumnWidth

public com.jniwrapper.SingleFloat minColumnWidth()

setTitled

public void setTitled(boolean flag)

frameOfInsideOfColumn

public NSRect frameOfInsideOfColumn(com.jniwrapper.Int column)

setDoubleAction

public void setDoubleAction(Sel aSelector)

sendAction

public com.jniwrapper.Bool sendAction()

setTitle_ofColumn

public void setTitle_ofColumn(java.lang.String aString,
                              com.jniwrapper.Int column)
This method represents the setTitle() method of the NSBrowser Objective-C class.

Parameters:
aString -
column -

setColumnsAutosaveName

public void setColumnsAutosaveName(java.lang.String name)

setSendsActionOnArrowKeys

public void setSendsActionOnArrowKeys(boolean flag)

columnsAutosaveName

public com.jniwrapper.Pointer.Void columnsAutosaveName()

setMinColumnWidth

public void setMinColumnWidth(com.jniwrapper.SingleFloat columnWidth)

selectedCell

public Id selectedCell()
Overrides:
selectedCell in class NSControl

delegate

public Id delegate()

firstVisibleColumn

public com.jniwrapper.Int firstVisibleColumn()

setMatrixClass

public void setMatrixClass(CClass factoryId)

doDoubleClick

public void doDoubleClick(Id sender)

selectedCells

public com.jniwrapper.Pointer.Void selectedCells()

reusesColumns

public com.jniwrapper.Bool reusesColumns()

setWidth_ofColumn

public void setWidth_ofColumn(com.jniwrapper.SingleFloat columnWidth,
                              com.jniwrapper.Int columnIndex)
This method represents the setWidth() method of the NSBrowser Objective-C class.

Parameters:
columnWidth -
columnIndex -

columnResizingType

public NSBrowserColumnResizingType columnResizingType()