|
||||||||||
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.NSTableHeaderView
public abstract class NSTableHeaderView
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 |
NSTableHeaderView._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSView |
---|
NSView.__VFlags2 |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSTableHeaderView()
|
Method Summary | |
---|---|
static NSTableHeaderView |
alloc()
native declaration : NSTableHeaderView.h:39 Conversion Error : /// Original signature : -(NSInteger)columnAtPoint:() - (NSInteger)columnAtPoint:(null)point; (Argument point cannot be converted) |
abstract NSInteger |
draggedColumn()
Original signature : -(NSInteger)draggedColumn native declaration : NSTableHeaderView.h:35 |
abstract org.rococoa.cocoa.CGFloat |
draggedDistance()
Original signature : -(CGFloat)draggedDistance native declaration : NSTableHeaderView.h:36 |
static NSTableHeaderView._class_ |
getNSClass()
|
abstract NSObject |
headerRectOfColumn(NSInteger column)
Original signature : -(id)headerRectOfColumn:(NSInteger) native declaration : NSTableHeaderView.h:38 |
static NSTableHeaderView |
new_()
|
abstract NSInteger |
resizedColumn()
Original signature : -(NSInteger)resizedColumn native declaration : NSTableHeaderView.h:37 |
abstract void |
setTableView(NSTableView tableView)
Original signature : -(void)setTableView:(NSTableView*) native declaration : NSTableHeaderView.h:33 |
abstract NSTableView |
tableView()
Original signature : -(NSTableView*)tableView native declaration : NSTableHeaderView.h:34 |
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.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
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 |
Constructor Detail |
---|
public NSTableHeaderView()
Method Detail |
---|
public abstract void setTableView(NSTableView tableView)
-(void)setTableView:(NSTableView*)
public abstract NSTableView tableView()
-(NSTableView*)tableView
public abstract NSInteger draggedColumn()
-(NSInteger)draggedColumn
public abstract org.rococoa.cocoa.CGFloat draggedDistance()
-(CGFloat)draggedDistance
public abstract NSInteger resizedColumn()
-(NSInteger)resizedColumn
public abstract NSObject headerRectOfColumn(NSInteger column)
-(id)headerRectOfColumn:(NSInteger)
public static NSTableHeaderView alloc()
-(NSInteger)columnAtPoint:()
public static NSTableHeaderView new_()
public static NSTableHeaderView._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |