All Packages Class Hierarchy This Package Previous Next Index
NSOutlineView
class.
The methods in this interface are notifications methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- outlineViewColumnDidMove:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineViewColumnDidResize:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineViewItemDidCollapse:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineViewItemDidExpand:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineViewSelectionDidChange:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
- outlineViewSelectionIsChanging:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewSelectionDidChange(Notification notification)
- outlineViewSelectionDidChange:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewColumnDidMove(Notification notification)
- outlineViewColumnDidMove:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewColumnDidResize(Notification notification)
- outlineViewColumnDidResize:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewSelectionIsChanging(Notification notification)
- outlineViewSelectionIsChanging:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewItemDidExpand(Notification notification)
- outlineViewItemDidExpand:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
public abstract void outlineViewItemDidCollapse(Notification notification)
- outlineViewItemDidCollapse:
Objective-C instance method
associated to notifications sent by the OutlineView
class
(known as the NSOutlineView
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index