org.rococoa.cocoa.appkit
Class NSComboBoxCell

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.appkit.NSCell
          extended by org.rococoa.cocoa.appkit.NSActionCell
              extended by org.rococoa.cocoa.appkit.NSTextFieldCell
                  extended by org.rococoa.cocoa.appkit.NSComboBoxCell
All Implemented Interfaces:
NSCoding, NSCopying, NSObject, ObjCObject

public abstract class NSComboBoxCell
extends NSTextFieldCell

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)completes
native declaration : NSComboBoxCell.h:66
abstract  NSComboBoxCellDataSource dataSource()
          These two methods can only be used when usesDataSource is YES
Original signature : -(id)dataSource
native 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)hasVerticalScroller
native 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)indexOfSelectedItem
native 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)intercellSpacing
native declaration : NSComboBoxCell.h:40
abstract  boolean isButtonBordered()
          Original signature : -(BOOL)isButtonBordered
native declaration : NSComboBoxCell.h:49
abstract  org.rococoa.cocoa.CGFloat itemHeight()
          Original signature : -(CGFloat)itemHeight
native 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)noteNumberOfItemsChanged
native declaration : NSComboBoxCell.h:53
abstract  NSInteger numberOfItems()
          Original signature : -(NSInteger)numberOfItems
native declaration : NSComboBoxCell.h:64
abstract  NSInteger numberOfVisibleItems()
          Original signature : -(NSInteger)numberOfVisibleItems
native declaration : NSComboBoxCell.h:44
abstract  NSObject objectValueOfSelectedItem()
          Original signature : -(id)objectValueOfSelectedItem
native declaration : NSComboBoxCell.h:83
abstract  NSArray objectValues()
          Original signature : -(NSArray*)objectValues
native declaration : NSComboBoxCell.h:85
abstract  void reloadData()
          Original signature : -(void)reloadData
native declaration : NSComboBoxCell.h:52
abstract  void removeAllItems()
          Original signature : -(void)removeAllItems
native 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:(id)
native 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)usesDataSource
native 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 org.rococoa.cocoa.appkit.NSCell
alignment, allowsUndo, as_NSCell_NSCellAttributedStringMethods, as_NSCell_NSCellBackgroundStyle, as_NSCell_NSCellExpansion, as_NSCell_NSCellHitTest, as_NSCell_NSCellMixedState, as_NSCell_NSDeprecated, as_NSCell_NSKeyboardUI, baseWritingDirection, cellAttribute, cellSize, compare, controlSize, controlTint, controlView, createImageCell, createTextCell, defaultMenu, doubleValue, endEditing, fieldEditorForView, floatValue, font, formatter, getPeriodicDelay_interval, getPeriodicDelay_interval, hasValidObjectValue, image, initImageCell, initTextCell, integerValue, intValue, isBezeled, isBordered, isContinuous, isEditable, isEnabled, isEntryAcceptable, isHighlighted, isOpaque, isScrollable, isSelectable, keyEquivalent, lineBreakMode, menu, mouseDownFlags, objectValue, prefersTrackingUntilMouseUp, representedObject, sendActionOn, sendsActionOnEndEditing, setAllowsUndo, setBezeled, setBordered, setCellAttribute_to, setContinuous, setControlSize, setControlTint, setControlView, setDoubleValue, setEditable, setEnabled, setFloatValue, setFont, setFormatter, setHighlighted, setImage, setIntegerValue, setIntValue, setMenu, setObjectValue, setRepresentedObject, setScrollable, setSelectable, setSendsActionOnEndEditing, setState, setStringValue, setTitle, setTruncatesLastVisibleLine, setType, setUsesSingleLineMode, setWraps, state, stringValue, takeDoubleValueFrom, takeFloatValueFrom, takeIntegerValueFrom, takeIntValueFrom, takeObjectValueFrom, takeStringValueFrom, title, truncatesLastVisibleLine, type, userInterfaceLayoutDirection, usesSingleLineMode, wraps
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
as_NSObject_NSAccessibility, as_NSObject_NSAccessibilityAdditions, as_NSObject_NSApplicationScriptingDelegation, as_NSObject_NSArchiverCallback, as_NSObject_NSClassDescriptionPrimitives, as_NSObject_NSCoderMethods, as_NSObject_NSColorPanelResponderMethod, as_NSObject_NSComparisonMethods, as_NSObject_NSControlSubclassNotifications, as_NSObject_NSCopyLinkMoveHandler, as_NSObject_NSDelayedPerforming, as_NSObject_NSDeprecatedKeyValueCoding, as_NSObject_NSDeprecatedKeyValueObservingCustomization, as_NSObject_NSDeprecatedMethods, as_NSObject_NSDictionaryControllerKeyValuePair, as_NSObject_NSDistributedObjects, as_NSObject_NSDraggingDestination, as_NSObject_NSDraggingSource, as_NSObject_NSDraggingSourceDeprecated, as_NSObject_NSEditor, as_NSObject_NSEditorRegistration, as_NSObject_NSErrorRecoveryAttempting, as_NSObject_NSFileManagerFileOperationAdditions, as_NSObject_NSFontManagerDelegate, as_NSObject_NSFontManagerResponderMethod, as_NSObject_NSFontPanelValidationAdditions, as_NSObject_NSKeyValueBindingCreation, as_NSObject_NSKeyValueCoding, as_NSObject_NSKeyValueObserverNotification, as_NSObject_NSKeyValueObserverRegistration, as_NSObject_NSKeyValueObserving, as_NSObject_NSKeyValueObservingCustomization, as_NSObject_NSMenuValidation, as_NSObject_NSNibAwaking, as_NSObject_NSPasteboardOwner, as_NSObject_NSPlaceholders, as_NSObject_NSScriptClassDescription, as_NSObject_NSScripting, as_NSObject_NSScriptingComparisonMethods, as_NSObject_NSScriptKeyValueCoding, as_NSObject_NSScriptObjectSpecifiers, as_NSObject_NSThreadPerformAdditions, as_NSObject_NSURLClient, as_NSObject_NSURLConnectionDelegate, as_NSObject_NSURLDownloadDelegate, copy, create, dealloc, description, doesNotRecognizeSelector, finalize, forwardingTargetForSelector, forwardInvocation, init, isKindOfClass, isKindOfClass, methodForSelector, methodSignatureForSelector, mutableCopy, release, retain, retainCount
 
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

NSComboBoxCell

public NSComboBoxCell()
Method Detail

hasVerticalScroller

public abstract boolean hasVerticalScroller()
Original signature : -(BOOL)hasVerticalScroller
native declaration : NSComboBoxCell.h:38


setHasVerticalScroller

public abstract void setHasVerticalScroller(boolean flag)
Original signature : -(void)setHasVerticalScroller:(BOOL)
native declaration : NSComboBoxCell.h:39


intercellSpacing

public abstract NSObject intercellSpacing()
Original signature : -(id)intercellSpacing
native declaration : NSComboBoxCell.h:40


itemHeight

public abstract org.rococoa.cocoa.CGFloat itemHeight()
Original signature : -(CGFloat)itemHeight
native declaration : NSComboBoxCell.h:42


setItemHeight

public abstract void setItemHeight(org.rococoa.cocoa.CGFloat itemHeight)
Original signature : -(void)setItemHeight:(CGFloat)
native declaration : NSComboBoxCell.h:43


numberOfVisibleItems

public abstract NSInteger numberOfVisibleItems()
Original signature : -(NSInteger)numberOfVisibleItems
native declaration : NSComboBoxCell.h:44


setNumberOfVisibleItems

public abstract void setNumberOfVisibleItems(NSInteger visibleItems)
Original signature : -(void)setNumberOfVisibleItems:(NSInteger)
native declaration : NSComboBoxCell.h:45


setButtonBordered

public abstract void setButtonBordered(boolean flag)
Original signature : -(void)setButtonBordered:(BOOL)
native declaration : NSComboBoxCell.h:48


isButtonBordered

public abstract boolean isButtonBordered()
Original signature : -(BOOL)isButtonBordered
native declaration : NSComboBoxCell.h:49


reloadData

public abstract void reloadData()
Original signature : -(void)reloadData
native declaration : NSComboBoxCell.h:52


noteNumberOfItemsChanged

public abstract void noteNumberOfItemsChanged()
Original signature : -(void)noteNumberOfItemsChanged
native declaration : NSComboBoxCell.h:53


setUsesDataSource

public abstract void setUsesDataSource(boolean flag)
Original signature : -(void)setUsesDataSource:(BOOL)
native declaration : NSComboBoxCell.h:55


usesDataSource

public abstract boolean usesDataSource()
Original signature : -(BOOL)usesDataSource
native declaration : NSComboBoxCell.h:56


scrollItemAtIndexToTop

public abstract void scrollItemAtIndexToTop(NSInteger index)
Original signature : -(void)scrollItemAtIndexToTop:(NSInteger)
native declaration : NSComboBoxCell.h:58


scrollItemAtIndexToVisible

public abstract void scrollItemAtIndexToVisible(NSInteger index)
Original signature : -(void)scrollItemAtIndexToVisible:(NSInteger)
native declaration : NSComboBoxCell.h:59


selectItemAtIndex

public abstract void selectItemAtIndex(NSInteger index)
Original signature : -(void)selectItemAtIndex:(NSInteger)
native declaration : NSComboBoxCell.h:61


deselectItemAtIndex

public abstract void deselectItemAtIndex(NSInteger index)
Original signature : -(void)deselectItemAtIndex:(NSInteger)
native declaration : NSComboBoxCell.h:62


indexOfSelectedItem

public abstract NSInteger indexOfSelectedItem()
Original signature : -(NSInteger)indexOfSelectedItem
native declaration : NSComboBoxCell.h:63


numberOfItems

public abstract NSInteger numberOfItems()
Original signature : -(NSInteger)numberOfItems
native declaration : NSComboBoxCell.h:64


completes

public abstract boolean completes()
Original signature : -(BOOL)completes
native declaration : NSComboBoxCell.h:66


setCompletes

public abstract void setCompletes(boolean completes)
Original signature : -(void)setCompletes:(BOOL)
native declaration : NSComboBoxCell.h:67


completedString

public abstract NSString completedString(NSString string)
Original signature : -(NSString*)completedString:(NSString*)
native declaration : NSComboBoxCell.h:68


dataSource

public abstract NSComboBoxCellDataSource dataSource()
These two methods can only be used when usesDataSource is YES
Original signature : -(id)dataSource
native declaration : NSComboBoxCell.h:71


setDataSource

public abstract void setDataSource(NSComboBoxCellDataSource aSource)
Original signature : -(void)setDataSource:(id)
native declaration : NSComboBoxCell.h:72


addItemWithObjectValue

public 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


addItemsWithObjectValues

public abstract void addItemsWithObjectValues(NSArray objects)
Original signature : -(void)addItemsWithObjectValues:(NSArray*)
native declaration : NSComboBoxCell.h:76


insertItemWithObjectValue_atIndex

public abstract void insertItemWithObjectValue_atIndex(ObjCObject object,
                                                       NSInteger index)
Original signature : -(void)insertItemWithObjectValue:(id) atIndex:(NSInteger)
native declaration : NSComboBoxCell.h:77


removeItemWithObjectValue

public abstract void removeItemWithObjectValue(ObjCObject object)
Original signature : -(void)removeItemWithObjectValue:(id)
native declaration : NSComboBoxCell.h:78


removeItemAtIndex

public abstract void removeItemAtIndex(NSInteger index)
Original signature : -(void)removeItemAtIndex:(NSInteger)
native declaration : NSComboBoxCell.h:79


removeAllItems

public abstract void removeAllItems()
Original signature : -(void)removeAllItems
native declaration : NSComboBoxCell.h:80


selectItemWithObjectValue

public abstract void selectItemWithObjectValue(ObjCObject object)
Original signature : -(void)selectItemWithObjectValue:(id)
native declaration : NSComboBoxCell.h:81


itemObjectValueAtIndex

public abstract NSObject itemObjectValueAtIndex(NSInteger index)
Original signature : -(id)itemObjectValueAtIndex:(NSInteger)
native declaration : NSComboBoxCell.h:82


objectValueOfSelectedItem

public abstract NSObject objectValueOfSelectedItem()
Original signature : -(id)objectValueOfSelectedItem
native declaration : NSComboBoxCell.h:83


indexOfItemWithObjectValue

public abstract NSInteger indexOfItemWithObjectValue(ObjCObject object)
Original signature : -(NSInteger)indexOfItemWithObjectValue:(id)
native declaration : NSComboBoxCell.h:84


objectValues

public abstract NSArray objectValues()
Original signature : -(NSArray*)objectValues
native declaration : NSComboBoxCell.h:85


alloc

public static NSComboBoxCell alloc()

new_

public static NSComboBoxCell new_()

getNSClass

public static NSComboBoxCell._class_ getNSClass()


Copyright © 2009. All Rights Reserved.