|
||||||||||
| 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.NSTextFieldCell
org.rococoa.cocoa.appkit.NSComboBoxCell
public abstract class NSComboBoxCell
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 |
NSComboBoxCell.__cbcFlags
|
static class |
NSComboBoxCell._class_
|
| Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSTextFieldCell |
|---|
NSTextFieldCell.__tfFlags |
| 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 | |
|---|---|
NSComboBoxCell()
|
|
| Method Summary | |
|---|---|
abstract void |
addItemsWithObjectValues(NSArray objects)
Original signature : -(void)addItemsWithObjectValues:(NSArray*)native declaration : NSComboBoxCell.h:76 |
abstract void |
addItemWithObjectValue(ObjCObject object)
These methods can only be used when usesDataSource is NO Original signature : -(void)addItemWithObjectValue:(id)native declaration : NSComboBoxCell.h:75 |
static NSComboBoxCell |
alloc()
|
abstract NSString |
completedString(NSString string)
Original signature : -(NSString*)completedString:(NSString*)native declaration : NSComboBoxCell.h:68 |
abstract boolean |
completes()
Original signature : -(BOOL)completesnative declaration : NSComboBoxCell.h:66 |
abstract NSComboBoxCellDataSource |
dataSource()
These two methods can only be used when usesDataSource is YES Original signature : -(idnative declaration : NSComboBoxCell.h:71 |
abstract void |
deselectItemAtIndex(NSInteger index)
Original signature : -(void)deselectItemAtIndex:(NSInteger)native declaration : NSComboBoxCell.h:62 |
static NSComboBoxCell._class_ |
getNSClass()
|
abstract boolean |
hasVerticalScroller()
Original signature : -(BOOL)hasVerticalScrollernative declaration : NSComboBoxCell.h:38 |
abstract NSInteger |
indexOfItemWithObjectValue(ObjCObject object)
Original signature : -(NSInteger)indexOfItemWithObjectValue:(id)native declaration : NSComboBoxCell.h:84 |
abstract NSInteger |
indexOfSelectedItem()
Original signature : -(NSInteger)indexOfSelectedItemnative declaration : NSComboBoxCell.h:63 |
abstract void |
insertItemWithObjectValue_atIndex(ObjCObject object,
NSInteger index)
Original signature : -(void)insertItemWithObjectValue:(id) atIndex:(NSInteger)native declaration : NSComboBoxCell.h:77 |
abstract NSObject |
intercellSpacing()
Original signature : -(id)intercellSpacingnative declaration : NSComboBoxCell.h:40 |
abstract boolean |
isButtonBordered()
Original signature : -(BOOL)isButtonBorderednative declaration : NSComboBoxCell.h:49 |
abstract org.rococoa.cocoa.CGFloat |
itemHeight()
Original signature : -(CGFloat)itemHeightnative declaration : NSComboBoxCell.h:42 |
abstract NSObject |
itemObjectValueAtIndex(NSInteger index)
Original signature : -(id)itemObjectValueAtIndex:(NSInteger)native declaration : NSComboBoxCell.h:82 |
static NSComboBoxCell |
new_()
|
abstract void |
noteNumberOfItemsChanged()
Original signature : -(void)noteNumberOfItemsChangednative declaration : NSComboBoxCell.h:53 |
abstract NSInteger |
numberOfItems()
Original signature : -(NSInteger)numberOfItemsnative declaration : NSComboBoxCell.h:64 |
abstract NSInteger |
numberOfVisibleItems()
Original signature : -(NSInteger)numberOfVisibleItemsnative declaration : NSComboBoxCell.h:44 |
abstract NSObject |
objectValueOfSelectedItem()
Original signature : -(id)objectValueOfSelectedItemnative declaration : NSComboBoxCell.h:83 |
abstract NSArray |
objectValues()
Original signature : -(NSArray*)objectValuesnative declaration : NSComboBoxCell.h:85 |
abstract void |
reloadData()
Original signature : -(void)reloadDatanative declaration : NSComboBoxCell.h:52 |
abstract void |
removeAllItems()
Original signature : -(void)removeAllItemsnative declaration : NSComboBoxCell.h:80 |
abstract void |
removeItemAtIndex(NSInteger index)
Original signature : -(void)removeItemAtIndex:(NSInteger)native declaration : NSComboBoxCell.h:79 |
abstract void |
removeItemWithObjectValue(ObjCObject object)
Original signature : -(void)removeItemWithObjectValue:(id)native declaration : NSComboBoxCell.h:78 |
abstract void |
scrollItemAtIndexToTop(NSInteger index)
Original signature : -(void)scrollItemAtIndexToTop:(NSInteger)native declaration : NSComboBoxCell.h:58 |
abstract void |
scrollItemAtIndexToVisible(NSInteger index)
Original signature : -(void)scrollItemAtIndexToVisible:(NSInteger)native declaration : NSComboBoxCell.h:59 |
abstract void |
selectItemAtIndex(NSInteger index)
Original signature : -(void)selectItemAtIndex:(NSInteger)native declaration : NSComboBoxCell.h:61 |
abstract void |
selectItemWithObjectValue(ObjCObject object)
Original signature : -(void)selectItemWithObjectValue:(id)native declaration : NSComboBoxCell.h:81 |
abstract void |
setButtonBordered(boolean flag)
Original signature : -(void)setButtonBordered:(BOOL)native declaration : NSComboBoxCell.h:48 |
abstract void |
setCompletes(boolean completes)
Original signature : -(void)setCompletes:(BOOL)native declaration : NSComboBoxCell.h:67 |
abstract void |
setDataSource(NSComboBoxCellDataSource aSource)
Original signature : -(void)setDataSource:(idnative declaration : NSComboBoxCell.h:72 |
abstract void |
setHasVerticalScroller(boolean flag)
Original signature : -(void)setHasVerticalScroller:(BOOL)native declaration : NSComboBoxCell.h:39 |
abstract void |
setItemHeight(org.rococoa.cocoa.CGFloat itemHeight)
Original signature : -(void)setItemHeight:(CGFloat)native declaration : NSComboBoxCell.h:43 |
abstract void |
setNumberOfVisibleItems(NSInteger visibleItems)
Original signature : -(void)setNumberOfVisibleItems:(NSInteger)native declaration : NSComboBoxCell.h:45 |
abstract void |
setUsesDataSource(boolean flag)
Original signature : -(void)setUsesDataSource:(BOOL)native declaration : NSComboBoxCell.h:55 |
abstract boolean |
usesDataSource()
Original signature : -(BOOL)usesDataSourcenative declaration : NSComboBoxCell.h:56 |
| Methods inherited from class org.rococoa.cocoa.appkit.NSTextFieldCell |
|---|
allowedInputSourceLocales, backgroundColor, bezelStyle, drawsBackground, placeholderAttributedString, placeholderString, setAllowedInputSourceLocales, setBackgroundColor, setBezelStyle, setDrawsBackground, setPlaceholderAttributedString, setPlaceholderString, setTextColor, setUpFieldEditorAttributes, setWantsNotificationForMarkedText, textColor |
| 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 NSComboBoxCell()
| Method Detail |
|---|
public abstract boolean hasVerticalScroller()
-(BOOL)hasVerticalScroller
public abstract void setHasVerticalScroller(boolean flag)
-(void)setHasVerticalScroller:(BOOL)
public abstract NSObject intercellSpacing()
-(id)intercellSpacing
public abstract org.rococoa.cocoa.CGFloat itemHeight()
-(CGFloat)itemHeight
public abstract void setItemHeight(org.rococoa.cocoa.CGFloat itemHeight)
-(void)setItemHeight:(CGFloat)
public abstract NSInteger numberOfVisibleItems()
-(NSInteger)numberOfVisibleItems
public abstract void setNumberOfVisibleItems(NSInteger visibleItems)
-(void)setNumberOfVisibleItems:(NSInteger)
public abstract void setButtonBordered(boolean flag)
-(void)setButtonBordered:(BOOL)
public abstract boolean isButtonBordered()
-(BOOL)isButtonBordered
public abstract void reloadData()
-(void)reloadData
public abstract void noteNumberOfItemsChanged()
-(void)noteNumberOfItemsChanged
public abstract void setUsesDataSource(boolean flag)
-(void)setUsesDataSource:(BOOL)
public abstract boolean usesDataSource()
-(BOOL)usesDataSource
public abstract void scrollItemAtIndexToTop(NSInteger index)
-(void)scrollItemAtIndexToTop:(NSInteger)
public abstract void scrollItemAtIndexToVisible(NSInteger index)
-(void)scrollItemAtIndexToVisible:(NSInteger)
public abstract void selectItemAtIndex(NSInteger index)
-(void)selectItemAtIndex:(NSInteger)
public abstract void deselectItemAtIndex(NSInteger index)
-(void)deselectItemAtIndex:(NSInteger)
public abstract NSInteger indexOfSelectedItem()
-(NSInteger)indexOfSelectedItem
public abstract NSInteger numberOfItems()
-(NSInteger)numberOfItems
public abstract boolean completes()
-(BOOL)completes
public abstract void setCompletes(boolean completes)
-(void)setCompletes:(BOOL)
public abstract NSString completedString(NSString string)
-(NSString*)completedString:(NSString*)
public abstract NSComboBoxCellDataSource dataSource()
-(id)dataSource
public abstract void setDataSource(NSComboBoxCellDataSource aSource)
-(void)setDataSource:(id)
public abstract void addItemWithObjectValue(ObjCObject object)
-(void)addItemWithObjectValue:(id)
public abstract void addItemsWithObjectValues(NSArray objects)
-(void)addItemsWithObjectValues:(NSArray*)
public abstract void insertItemWithObjectValue_atIndex(ObjCObject object,
NSInteger index)
-(void)insertItemWithObjectValue:(id) atIndex:(NSInteger)
public abstract void removeItemWithObjectValue(ObjCObject object)
-(void)removeItemWithObjectValue:(id)
public abstract void removeItemAtIndex(NSInteger index)
-(void)removeItemAtIndex:(NSInteger)
public abstract void removeAllItems()
-(void)removeAllItems
public abstract void selectItemWithObjectValue(ObjCObject object)
-(void)selectItemWithObjectValue:(id)
public abstract NSObject itemObjectValueAtIndex(NSInteger index)
-(id)itemObjectValueAtIndex:(NSInteger)
public abstract NSObject objectValueOfSelectedItem()
-(id)objectValueOfSelectedItem
public abstract NSInteger indexOfItemWithObjectValue(ObjCObject object)
-(NSInteger)indexOfItemWithObjectValue:(id)
public abstract NSArray objectValues()
-(NSArray*)objectValues
public static NSComboBoxCell alloc()
public static NSComboBoxCell new_()
public static NSComboBoxCell._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||