|
||||||||||
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.NSCell
org.rococoa.cocoa.appkit.NSActionCell
org.rococoa.cocoa.appkit.NSFormCell
public abstract class NSFormCell
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 |
NSFormCell._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._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 | |
---|---|
NSFormCell()
|
Method Summary | |
---|---|
static NSFormCell |
alloc()
native declaration : NSFormCell.h:41 Conversion Error : /// Original signature : -(void)setTitleBaseWritingDirection:() - (void)setTitleBaseWritingDirection:(null)writingDirection; (Argument writingDirection cannot be converted) |
NSFormCellAttributedStringMethods |
as_NSFormCell_NSFormCellAttributedStringMethods()
|
NSKeyboardUI |
as_NSFormCell_NSKeyboardUI()
|
static NSFormCell |
createTextCell(NSString aString)
Factory method |
static NSFormCell._class_ |
getNSClass()
|
abstract NSFormCell |
initTextCell(NSString aString)
Original signature : -(id)initTextCell:(NSString*) native declaration : NSFormCell.h:19 |
abstract boolean |
isOpaque()
Original signature : -(BOOL)isOpaque native declaration : NSFormCell.h:30 |
static NSFormCell |
new_()
|
abstract NSAttributedString |
placeholderAttributedString()
Original signature : -(NSAttributedString*)placeholderAttributedString native declaration : NSFormCell.h:36 |
abstract NSString |
placeholderString()
Original signature : -(NSString*)placeholderString native declaration : NSFormCell.h:34 |
abstract void |
setPlaceholderAttributedString(NSAttributedString string)
Original signature : -(void)setPlaceholderAttributedString:(NSAttributedString*) native declaration : NSFormCell.h:35 |
abstract void |
setPlaceholderString(NSString string)
Original signature : -(void)setPlaceholderString:(NSString*) native declaration : NSFormCell.h:33 |
abstract void |
setTitle(NSString aString)
Original signature : -(void)setTitle:(NSString*) native declaration : NSFormCell.h:25 |
abstract void |
setTitleFont(NSFont fontObj)
Original signature : -(void)setTitleFont:(NSFont*) native declaration : NSFormCell.h:27 |
abstract void |
setTitleWidth(org.rococoa.cocoa.CGFloat width)
Original signature : -(void)setTitleWidth:(CGFloat) native declaration : NSFormCell.h:23 |
abstract NSString |
title()
Original signature : -(NSString*)title native declaration : NSFormCell.h:24 |
abstract NSObject |
titleAlignment()
Original signature : -(id)titleAlignment native declaration : NSFormCell.h:28 |
abstract NSObject |
titleBaseWritingDirection()
Original signature : -(id)titleBaseWritingDirection native declaration : NSFormCell.h:40 |
abstract NSFont |
titleFont()
Original signature : -(NSFont*)titleFont native declaration : NSFormCell.h:26 |
abstract org.rococoa.cocoa.CGFloat |
titleWidth()
Original signature : -(CGFloat)titleWidth native declaration : NSFormCell.h:22 |
Methods inherited from class org.rococoa.cocoa.appkit.NSActionCell |
---|
action, setAction, setTag, setTarget, tag, target |
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.NSCopying |
---|
copyWithZone |
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 NSFormCell()
Method Detail |
---|
public NSKeyboardUI as_NSFormCell_NSKeyboardUI()
public NSFormCellAttributedStringMethods as_NSFormCell_NSFormCellAttributedStringMethods()
public abstract NSFormCell initTextCell(NSString aString)
-(id)initTextCell:(NSString*)
initTextCell
in class NSCell
public static NSFormCell createTextCell(NSString aString)
initTextCell(org.rococoa.cocoa.foundation.NSString)
public abstract org.rococoa.cocoa.CGFloat titleWidth()
-(CGFloat)titleWidth
public abstract void setTitleWidth(org.rococoa.cocoa.CGFloat width)
-(void)setTitleWidth:(CGFloat)
public abstract NSString title()
-(NSString*)title
title
in class NSCell
public abstract void setTitle(NSString aString)
-(void)setTitle:(NSString*)
setTitle
in class NSCell
public abstract NSFont titleFont()
-(NSFont*)titleFont
public abstract void setTitleFont(NSFont fontObj)
-(void)setTitleFont:(NSFont*)
public abstract NSObject titleAlignment()
-(id)titleAlignment
public abstract boolean isOpaque()
-(BOOL)isOpaque
isOpaque
in class NSCell
public abstract void setPlaceholderString(NSString string)
-(void)setPlaceholderString:(NSString*)
public abstract NSString placeholderString()
-(NSString*)placeholderString
public abstract void setPlaceholderAttributedString(NSAttributedString string)
-(void)setPlaceholderAttributedString:(NSAttributedString*)
public abstract NSAttributedString placeholderAttributedString()
-(NSAttributedString*)placeholderAttributedString
public abstract NSObject titleBaseWritingDirection()
-(id)titleBaseWritingDirection
public static NSFormCell alloc()
-(void)setTitleBaseWritingDirection:()
public static NSFormCell new_()
public static NSFormCell._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |