|
||||||||||
| 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
public abstract class NSTableView
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 |
NSTableView._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 | |
|---|---|
NSTableView()
|
|
| Method Summary | |
|---|---|
static NSTableView |
alloc()
|
abstract boolean |
allowsColumnReordering()
Original signature : -(BOOL)allowsColumnReorderingnative declaration : NSTableView.h:126 |
abstract boolean |
allowsColumnResizing()
Original signature : -(BOOL)allowsColumnResizingnative declaration : NSTableView.h:131 |
abstract NSView |
cornerView()
Original signature : -(NSView*)cornerViewnative declaration : NSTableView.h:121 |
abstract ObjCObject |
dataSource()
Original signature : -(idnative declaration : NSTableView.h:106 |
abstract NSTableViewDelegate |
delegate()
Original signature : -(idnative declaration : NSTableView.h:111 |
static NSTableView._class_ |
getNSClass()
|
abstract NSTableHeaderView |
headerView()
Original signature : -(NSTableHeaderView*)headerViewnative declaration : NSTableView.h:116 |
static NSTableView |
new_()
|
abstract void |
setAllowsColumnReordering(boolean flag)
Get and set the allowsColumnReordering. |
abstract void |
setAllowsColumnResizing(boolean flag)
Get and set the allowsColumnResizing. |
abstract void |
setCornerView(NSView cornerView)
Get and set the cornerView. |
abstract void |
setDataSource(ObjCObject aSource)
Get and set the dataSource. |
abstract void |
setDelegate(NSTableViewDelegate delegate)
Get and set the delegate. |
abstract void |
setHeaderView(NSTableHeaderView headerView)
Get and set the headerView. |
| 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 NSTableView()
| Method Detail |
|---|
public abstract void setDataSource(ObjCObject aSource)
-(void)setDataSource:(id)
public abstract ObjCObject dataSource()
-(id)dataSource
public abstract void setDelegate(NSTableViewDelegate delegate)
-(void)setDelegate:(id)
public abstract NSTableViewDelegate delegate()
-(id)delegate
public abstract void setHeaderView(NSTableHeaderView headerView)
-(void)setHeaderView:(NSTableHeaderView*)
public abstract NSTableHeaderView headerView()
-(NSTableHeaderView*)headerView
public abstract void setCornerView(NSView cornerView)
-(void)setCornerView:(NSView*)
public abstract NSView cornerView()
-(NSView*)cornerView
public abstract void setAllowsColumnReordering(boolean flag)
-(void)setAllowsColumnReordering:(BOOL)
public abstract boolean allowsColumnReordering()
-(BOOL)allowsColumnReordering
public abstract void setAllowsColumnResizing(boolean flag)
-(void)setAllowsColumnResizing:(BOOL)
public abstract boolean allowsColumnResizing()
-(BOOL)allowsColumnResizing
public static NSTableView alloc()
public static NSTableView new_()
public static NSTableView._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||