Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Java


[Previous] [Class List] [Next]

NSTabView.Delegate


Inherits from: Object
Package: com.apple.yellow.application


Class Description


<<Description Forthcoming>>




Instance Methods



tabViewDidChangeNumberOfTabViewItems

public abstract void tabViewDidChangeNumberOfTabViewItems (NSTabView tabView)

Informs the delegate that the number of tab view items in tabView has changed.

See Also: - numberOfTabViewItems (NSTabView class)



tabViewDidSelectTabViewItem

public abstract void tabViewDidSelectTabViewItem (NSTabView tabView, NSTabViewItem tabViewItem)

Informs the delegate that tabView has selected tabViewItem.

tabViewShouldSelectTabViewItem

public abstract boolean tabViewShouldSelectTabViewItem (NSTabView tabView, NSTabViewItem tabViewItem)

Invoked just before tabViewItem in tabView is selected. The delegate can return false to prevent selection of specific tabs.

tabViewWillSelectTabViewItem

public abstract void tabViewWillSelectTabViewItem (NSTabView tabView, NSTabViewItem tabViewItem)

Informs the delegate that tabView is about to select tabViewItem.


[Previous] [Next]