|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSResponder
org.rococoa.cocoa.appkit.NSView
org.rococoa.cocoa.appkit.NSControl
org.rococoa.cocoa.appkit.NSTableView
org.rococoa.cocoa.appkit.NSOutlineView
public abstract class NSOutlineView
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSOutlineView._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSControl |
---|
NSControl.__conFlags |
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSView |
---|
NSView.__VFlags2 |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations |
---|
NSUserInterfaceValidations._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.appkit.protocols.NSTextViewDelegate |
---|
NSTextViewDelegate._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Constructor Summary | |
---|---|
NSOutlineView()
|
Method Summary | |
---|---|
static NSOutlineView |
alloc()
|
abstract boolean |
autoresizesOutlineColumn()
Original signature : -(BOOL)autoresizesOutlineColumn native declaration : NSOutlineView.h:185 |
abstract boolean |
autosaveExpandedItems()
Persistence. |
abstract void |
collapseItem_collapseChildren(ObjCObject item,
boolean collapseChildren)
Collapses 'item' and all children if 'collapseChildren' is YES. |
abstract void |
collapseItem(ObjCObject item)
Calls collapseItem:collapseChildren with 'collapseChildren == NO' Original signature : -(void)collapseItem:(id) native declaration : NSOutlineView.h:149 |
abstract NSOutlineViewDataSource |
dataSource()
Original signature : -(id native declaration : NSOutlineView.h:124 |
abstract NSOutlineViewDelegate |
delegate()
Original signature : -(id native declaration : NSOutlineView.h:121 |
abstract void |
expandItem_expandChildren(ObjCObject item,
boolean expandChildren)
Expands 'item', if not already expanded, and all children if 'expandChildren' is YES. |
abstract void |
expandItem(ObjCObject item)
Calls expandItem:expandChildren with 'expandChildren == NO' Original signature : -(void)expandItem:(id) native declaration : NSOutlineView.h:141 |
abstract NSRect.ByValue |
frameOfOutlineCellAtRow(NSInteger row)
Returns the frame of the outline cell for a particular row, considering the current indentation and indentationMarkerFollowsCell value. |
static NSOutlineView._class_ |
getNSClass()
|
abstract boolean |
indentationMarkerFollowsCell()
Original signature : -(BOOL)indentationMarkerFollowsCell native declaration : NSOutlineView.h:182 |
abstract org.rococoa.cocoa.CGFloat |
indentationPerLevel()
Original signature : -(CGFloat)indentationPerLevel native declaration : NSOutlineView.h:177 |
abstract boolean |
isExpandable(ObjCObject item)
Returns YES if 'item' is expandable and can contain other items. |
abstract boolean |
isItemExpanded(ObjCObject item)
Original signature : -(BOOL)isItemExpanded:(id) native declaration : NSOutlineView.h:172 |
abstract NSObject |
itemAtRow(NSInteger row)
Item/Row translation Original signature : -(id)itemAtRow:(NSInteger) native declaration : NSOutlineView.h:165 |
abstract NSInteger |
levelForItem(ObjCObject item)
Indentation Original signature : -(NSInteger)levelForItem:(id) native declaration : NSOutlineView.h:170 |
abstract NSInteger |
levelForRow(NSInteger row)
Original signature : -(NSInteger)levelForRow:(NSInteger) native declaration : NSOutlineView.h:171 |
static NSOutlineView |
new_()
|
abstract NSTableColumn |
outlineTableColumn()
Original signature : -(NSTableColumn*)outlineTableColumn native declaration : NSOutlineView.h:129 |
abstract NSObject |
parentForItem(ObjCObject item)
Returns the parent for 'item', or nil, if the parent is the root. |
abstract void |
reloadItem_reloadChildren(ObjCObject item,
boolean reloadChildren)
Reloads 'item' and all children if 'reloadChildren' is YES. |
abstract void |
reloadItem(ObjCObject item)
Calls reloadItem:reloadChildren with 'reloadChildren == NO' Original signature : -(void)reloadItem:(id) native declaration : NSOutlineView.h:157 |
abstract NSInteger |
rowForItem(ObjCObject item)
Original signature : -(NSInteger)rowForItem:(id) native declaration : NSOutlineView.h:166 |
abstract void |
setAutoresizesOutlineColumn(boolean resize)
Original signature : -(void)setAutoresizesOutlineColumn:(BOOL) native declaration : NSOutlineView.h:184 |
abstract void |
setAutosaveExpandedItems(boolean save)
Original signature : -(void)setAutosaveExpandedItems:(BOOL) native declaration : NSOutlineView.h:205 |
abstract void |
setDataSource(NSOutlineViewDataSource aSource)
Original signature : -(void)setDataSource:(id native declaration : NSOutlineView.h:123 |
abstract void |
setDelegate(NSOutlineViewDelegate anObject)
Original signature : -(void)setDelegate:(id native declaration : NSOutlineView.h:120 |
abstract void |
setDropItem_dropChildIndex(ObjCObject item,
NSInteger index)
To be used from validateDrop: in order to "re-target" the proposed drop. |
abstract void |
setIndentationMarkerFollowsCell(boolean drawInCell)
The indentation marker is the visual indicator that shows an item is expandable (i.e. disclosure triangle). |
abstract void |
setIndentationPerLevel(org.rococoa.cocoa.CGFloat indentationPerLevel)
Controls the amount of indentation per level. |
abstract void |
setOutlineTableColumn(NSTableColumn outlineTableColumn)
The 'outlineTableColumn' is the column that displays data in a hierarchical fashion, indented one identationlevel per level, decorated with indentation marker (disclosure triangle) on rows that are expandable. |
abstract boolean |
shouldCollapseAutoExpandedItemsForDeposited(boolean deposited)
This method returns YES to indicate that auto expanded items should return to their original collapsed state. |
Methods inherited from class org.rococoa.cocoa.appkit.NSTableView |
---|
allowsColumnReordering, allowsColumnResizing, cornerView, headerView, setAllowsColumnReordering, setAllowsColumnResizing, setCornerView, setDataSource, setDelegate, setHeaderView |
Methods inherited from class org.rococoa.cocoa.appkit.NSView |
---|
addSubview, ancestorSharedWithView, as_NSView_NSClipViewSuperview, as_NSView_NSRulerMarkerClientViewDelegation, as_NSView_NSViewEnclosingMenuItem, createWithFrame, getRectsBeingDrawn_count, getRectsBeingDrawn_count, initWithFrame, isDescendantOf, isHidden, isHiddenOrHasHiddenAncestor, needsToDrawRect, opaqueAncestor, setHidden, setSubviews, subviews, superview, viewDidHide, viewDidUnhide, wantsDefaultClipping, window |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations |
---|
validateUserInterfaceItem |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Constructor Detail |
---|
public NSOutlineView()
Method Detail |
---|
public abstract void setDelegate(NSOutlineViewDelegate anObject)
-(void)setDelegate:(id)
public abstract NSOutlineViewDelegate delegate()
-(id)delegate
delegate
in class NSTableView
public abstract void setDataSource(NSOutlineViewDataSource aSource)
-(void)setDataSource:(id)
public abstract NSOutlineViewDataSource dataSource()
-(id)dataSource
dataSource
in class NSTableView
public abstract void setOutlineTableColumn(NSTableColumn outlineTableColumn)
-(void)setOutlineTableColumn:(NSTableColumn*)
public abstract NSTableColumn outlineTableColumn()
-(NSTableColumn*)outlineTableColumn
public abstract boolean isExpandable(ObjCObject item)
-(BOOL)isExpandable:(id)
public abstract void expandItem_expandChildren(ObjCObject item, boolean expandChildren)
-(void)expandItem:(id) expandChildren:(BOOL)
public abstract void expandItem(ObjCObject item)
-(void)expandItem:(id)
public abstract void collapseItem_collapseChildren(ObjCObject item, boolean collapseChildren)
-(void)collapseItem:(id) collapseChildren:(BOOL)
public abstract void collapseItem(ObjCObject item)
-(void)collapseItem:(id)
public abstract void reloadItem_reloadChildren(ObjCObject item, boolean reloadChildren)
-(void)reloadItem:(id) reloadChildren:(BOOL)
public abstract void reloadItem(ObjCObject item)
-(void)reloadItem:(id)
public abstract NSObject parentForItem(ObjCObject item)
-(id)parentForItem:(id)
public abstract NSObject itemAtRow(NSInteger row)
-(id)itemAtRow:(NSInteger)
public abstract NSInteger rowForItem(ObjCObject item)
-(NSInteger)rowForItem:(id)
public abstract NSInteger levelForItem(ObjCObject item)
-(NSInteger)levelForItem:(id)
public abstract NSInteger levelForRow(NSInteger row)
-(NSInteger)levelForRow:(NSInteger)
public abstract boolean isItemExpanded(ObjCObject item)
-(BOOL)isItemExpanded:(id)
public abstract void setIndentationPerLevel(org.rococoa.cocoa.CGFloat indentationPerLevel)
-(void)setIndentationPerLevel:(CGFloat)
public abstract org.rococoa.cocoa.CGFloat indentationPerLevel()
-(CGFloat)indentationPerLevel
public abstract void setIndentationMarkerFollowsCell(boolean drawInCell)
-(void)setIndentationMarkerFollowsCell:(BOOL)
public abstract boolean indentationMarkerFollowsCell()
-(BOOL)indentationMarkerFollowsCell
public abstract void setAutoresizesOutlineColumn(boolean resize)
-(void)setAutoresizesOutlineColumn:(BOOL)
public abstract boolean autoresizesOutlineColumn()
-(BOOL)autoresizesOutlineColumn
public abstract NSRect.ByValue frameOfOutlineCellAtRow(NSInteger row)
-(NSRect)frameOfOutlineCellAtRow:(NSInteger)
public abstract void setDropItem_dropChildIndex(ObjCObject item, NSInteger index)
-(void)setDropItem:(id) dropChildIndex:(NSInteger)
public abstract boolean shouldCollapseAutoExpandedItemsForDeposited(boolean deposited)
-(BOOL)shouldCollapseAutoExpandedItemsForDeposited:(BOOL)
public abstract boolean autosaveExpandedItems()
-(BOOL)autosaveExpandedItems
public abstract void setAutosaveExpandedItems(boolean save)
-(void)setAutosaveExpandedItems:(BOOL)
public static NSOutlineView alloc()
public static NSOutlineView new_()
public static NSOutlineView._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |