|
||||||||||
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.NSTextField
org.rococoa.cocoa.appkit.NSComboBox
public abstract class NSComboBox
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 |
NSComboBox._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.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSComboBox()
|
Method Summary | |
---|---|
abstract void |
addItemsWithObjectValues(NSArray objects)
Original signature : -(void)addItemsWithObjectValues:(NSArray*) native declaration : NSComboBox.h:63 |
abstract void |
addItemWithObjectValue(ObjCObject object)
These methods can only be used when usesDataSource is NO Original signature : -(void)addItemWithObjectValue:(id) native declaration : NSComboBox.h:62 |
static NSComboBox |
alloc()
|
abstract boolean |
completes()
Original signature : -(BOOL)completes native declaration : NSComboBox.h:51 |
abstract NSComboBoxDataSource |
dataSource()
These two methods can only be used when usesDataSource is YES Original signature : -(id native declaration : NSComboBox.h:58 |
abstract NSComboBoxDelegate |
delegate()
Original signature : -(id native declaration : NSComboBox.h:54 |
abstract void |
deselectItemAtIndex(NSInteger index)
Original signature : -(void)deselectItemAtIndex:(NSInteger) native declaration : NSComboBox.h:47 |
static NSComboBox._class_ |
getNSClass()
|
abstract boolean |
hasVerticalScroller()
Original signature : -(BOOL)hasVerticalScroller native declaration : NSComboBox.h:23 |
abstract NSInteger |
indexOfItemWithObjectValue(ObjCObject object)
Original signature : -(NSInteger)indexOfItemWithObjectValue:(id) native declaration : NSComboBox.h:71 |
abstract NSInteger |
indexOfSelectedItem()
Original signature : -(NSInteger)indexOfSelectedItem native declaration : NSComboBox.h:48 |
abstract void |
insertItemWithObjectValue_atIndex(ObjCObject object,
NSInteger index)
Original signature : -(void)insertItemWithObjectValue:(id) atIndex:(NSInteger) native declaration : NSComboBox.h:64 |
abstract NSObject |
intercellSpacing()
Original signature : -(id)intercellSpacing native declaration : NSComboBox.h:25 |
abstract boolean |
isButtonBordered()
Original signature : -(BOOL)isButtonBordered native declaration : NSComboBox.h:34 |
abstract org.rococoa.cocoa.CGFloat |
itemHeight()
Original signature : -(CGFloat)itemHeight native declaration : NSComboBox.h:27 |
abstract NSObject |
itemObjectValueAtIndex(NSInteger index)
Original signature : -(id)itemObjectValueAtIndex:(NSInteger) native declaration : NSComboBox.h:69 |
static NSComboBox |
new_()
|
abstract void |
noteNumberOfItemsChanged()
Original signature : -(void)noteNumberOfItemsChanged native declaration : NSComboBox.h:38 |
abstract NSInteger |
numberOfItems()
Original signature : -(NSInteger)numberOfItems native declaration : NSComboBox.h:49 |
abstract NSInteger |
numberOfVisibleItems()
Original signature : -(NSInteger)numberOfVisibleItems native declaration : NSComboBox.h:29 |
abstract NSObject |
objectValueOfSelectedItem()
Original signature : -(id)objectValueOfSelectedItem native declaration : NSComboBox.h:70 |
abstract NSArray |
objectValues()
Original signature : -(NSArray*)objectValues native declaration : NSComboBox.h:72 |
abstract void |
reloadData()
Original signature : -(void)reloadData native declaration : NSComboBox.h:37 |
abstract void |
removeAllItems()
Original signature : -(void)removeAllItems native declaration : NSComboBox.h:67 |
abstract void |
removeItemAtIndex(NSInteger index)
Original signature : -(void)removeItemAtIndex:(NSInteger) native declaration : NSComboBox.h:66 |
abstract void |
removeItemWithObjectValue(ObjCObject object)
Original signature : -(void)removeItemWithObjectValue:(id) native declaration : NSComboBox.h:65 |
abstract void |
scrollItemAtIndexToTop(NSInteger index)
Original signature : -(void)scrollItemAtIndexToTop:(NSInteger) native declaration : NSComboBox.h:43 |
abstract void |
scrollItemAtIndexToVisible(NSInteger index)
Original signature : -(void)scrollItemAtIndexToVisible:(NSInteger) native declaration : NSComboBox.h:44 |
abstract void |
selectItemAtIndex(NSInteger index)
Original signature : -(void)selectItemAtIndex:(NSInteger) native declaration : NSComboBox.h:46 |
abstract void |
selectItemWithObjectValue(ObjCObject object)
Original signature : -(void)selectItemWithObjectValue:(id) native declaration : NSComboBox.h:68 |
abstract void |
setButtonBordered(boolean flag)
Original signature : -(void)setButtonBordered:(BOOL) native declaration : NSComboBox.h:33 |
abstract void |
setCompletes(boolean completes)
Original signature : -(void)setCompletes:(BOOL) native declaration : NSComboBox.h:52 |
abstract void |
setDataSource(NSComboBoxDataSource aSource)
Original signature : -(void)setDataSource:(id native declaration : NSComboBox.h:59 |
abstract void |
setDelegate(NSComboBoxDelegate anObject)
Original signature : -(void)setDelegate:(id native declaration : NSComboBox.h:55 |
abstract void |
setHasVerticalScroller(boolean flag)
Original signature : -(void)setHasVerticalScroller:(BOOL) native declaration : NSComboBox.h:24 |
abstract void |
setItemHeight(org.rococoa.cocoa.CGFloat itemHeight)
Original signature : -(void)setItemHeight:(CGFloat) native declaration : NSComboBox.h:28 |
abstract void |
setNumberOfVisibleItems(NSInteger visibleItems)
Original signature : -(void)setNumberOfVisibleItems:(NSInteger) native declaration : NSComboBox.h:30 |
abstract void |
setUsesDataSource(boolean flag)
Original signature : -(void)setUsesDataSource:(BOOL) native declaration : NSComboBox.h:40 |
abstract boolean |
usesDataSource()
Original signature : -(BOOL)usesDataSource native declaration : NSComboBox.h:41 |
Methods inherited from class org.rococoa.cocoa.appkit.NSTextField |
---|
acceptsFirstResponder, as_NSTextField_NSKeyboardUI, as_NSTextField_NSTextFieldAttributedStringMethods, backgroundColor, bezelStyle, drawsBackground, isBezeled, isBordered, isEditable, isSelectable, selectText, setBackgroundColor, setBezeled, setBordered, setDelegate, setDrawsBackground, setEditable, setSelectable, setTextColor, textColor, textDidBeginEditing, textDidChange, textDidEndEditing, textShouldBeginEditing, textShouldEndEditing |
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 NSComboBox()
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 NSComboBoxDelegate delegate()
-(id)delegate
delegate
in class NSTextField
public abstract void setDelegate(NSComboBoxDelegate anObject)
-(void)setDelegate:(id)
public abstract NSComboBoxDataSource dataSource()
-(id)dataSource
public abstract void setDataSource(NSComboBoxDataSource 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 NSComboBox alloc()
public static NSComboBox new_()
public static NSComboBox._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |