|
||||||||||
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.NSMatrix
org.rococoa.cocoa.appkit.NSForm
public abstract class NSForm
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 |
NSForm._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSMatrix |
---|
NSMatrix.sortUsingFunction_compare_callback |
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.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSForm()
|
Method Summary | |
---|---|
abstract NSFormCell |
addEntry(NSString title)
Original signature : -(NSFormCell*)addEntry:(NSString*) native declaration : NSForm.h:26 |
static NSForm |
alloc()
native declaration : NSForm.h:34 Conversion Error : /// Original signature : -(void)setTextBaseWritingDirection:() - (void)setTextBaseWritingDirection:(null)writingDirection; (Argument writingDirection cannot be converted) |
abstract NSObject |
cellAtIndex(NSInteger index)
Original signature : -(id)cellAtIndex:(NSInteger) native declaration : NSForm.h:24 |
abstract void |
drawCellAtIndex(NSInteger index)
Original signature : -(void)drawCellAtIndex:(NSInteger) native declaration : NSForm.h:25 |
static NSForm._class_ |
getNSClass()
|
abstract NSInteger |
indexOfCellWithTag(NSInteger aTag)
Original signature : -(NSInteger)indexOfCellWithTag:(NSInteger) native declaration : NSForm.h:29 |
abstract NSInteger |
indexOfSelectedItem()
Original signature : -(NSInteger)indexOfSelectedItem native declaration : NSForm.h:15 |
abstract NSFormCell |
insertEntry_atIndex(NSString title,
NSInteger index)
Original signature : -(NSFormCell*)insertEntry:(NSString*) atIndex:(NSInteger) native declaration : NSForm.h:27 |
static NSForm |
new_()
|
abstract void |
removeEntryAtIndex(NSInteger index)
Original signature : -(void)removeEntryAtIndex:(NSInteger) native declaration : NSForm.h:28 |
abstract void |
selectTextAtIndex(NSInteger index)
Original signature : -(void)selectTextAtIndex:(NSInteger) native declaration : NSForm.h:30 |
abstract void |
setBezeled(boolean flag)
Original signature : -(void)setBezeled:(BOOL) native declaration : NSForm.h:19 |
abstract void |
setBordered(boolean flag)
Original signature : -(void)setBordered:(BOOL) native declaration : NSForm.h:18 |
abstract void |
setEntryWidth(org.rococoa.cocoa.CGFloat width)
Original signature : -(void)setEntryWidth:(CGFloat) native declaration : NSForm.h:16 |
abstract void |
setInterlineSpacing(org.rococoa.cocoa.CGFloat spacing)
Original signature : -(void)setInterlineSpacing:(CGFloat) native declaration : NSForm.h:17 |
abstract void |
setTextFont(NSFont fontObj)
Original signature : -(void)setTextFont:(NSFont*) native declaration : NSForm.h:23 |
abstract void |
setTitleFont(NSFont fontObj)
Original signature : -(void)setTitleFont:(NSFont*) native declaration : NSForm.h:22 |
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.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
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 NSForm()
Method Detail |
---|
public abstract NSInteger indexOfSelectedItem()
-(NSInteger)indexOfSelectedItem
public abstract void setEntryWidth(org.rococoa.cocoa.CGFloat width)
-(void)setEntryWidth:(CGFloat)
public abstract void setInterlineSpacing(org.rococoa.cocoa.CGFloat spacing)
-(void)setInterlineSpacing:(CGFloat)
public abstract void setBordered(boolean flag)
-(void)setBordered:(BOOL)
public abstract void setBezeled(boolean flag)
-(void)setBezeled:(BOOL)
public abstract void setTitleFont(NSFont fontObj)
-(void)setTitleFont:(NSFont*)
public abstract void setTextFont(NSFont fontObj)
-(void)setTextFont:(NSFont*)
public abstract NSObject cellAtIndex(NSInteger index)
-(id)cellAtIndex:(NSInteger)
public abstract void drawCellAtIndex(NSInteger index)
-(void)drawCellAtIndex:(NSInteger)
public abstract NSFormCell addEntry(NSString title)
-(NSFormCell*)addEntry:(NSString*)
public abstract NSFormCell insertEntry_atIndex(NSString title, NSInteger index)
-(NSFormCell*)insertEntry:(NSString*) atIndex:(NSInteger)
public abstract void removeEntryAtIndex(NSInteger index)
-(void)removeEntryAtIndex:(NSInteger)
public abstract NSInteger indexOfCellWithTag(NSInteger aTag)
-(NSInteger)indexOfCellWithTag:(NSInteger)
public abstract void selectTextAtIndex(NSInteger index)
-(void)selectTextAtIndex:(NSInteger)
public static NSForm alloc()
-(void)setTextBaseWritingDirection:()
public static NSForm new_()
public static NSForm._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |