|
||||||||||
| 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.NSButton
org.rococoa.cocoa.appkit.NSPopUpButton
public abstract class NSPopUpButton
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 |
NSPopUpButton.__pbFlags
|
static class |
NSPopUpButton._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 | |
|---|---|
NSPopUpButton()
|
|
| Method Summary | |
|---|---|
abstract void |
addItemsWithTitles(NSArray itemTitles)
Original signature : -(void)addItemsWithTitles:(NSArray*)native declaration : NSPopUpButton.h:46 |
abstract void |
addItemWithTitle(NSString title)
Adding and removing items Original signature : -(void)addItemWithTitle:(NSString*)native declaration : NSPopUpButton.h:45 |
static NSPopUpButton |
alloc()
|
abstract boolean |
autoenablesItems()
Original signature : -(BOOL)autoenablesItemsnative declaration : NSPopUpButton.h:38 |
static NSPopUpButton._class_ |
getNSClass()
|
abstract NSInteger |
indexOfItem(NSMenuItem item)
Original signature : -(NSInteger)indexOfItem:(NSMenuItem*)native declaration : NSPopUpButton.h:58 |
abstract NSInteger |
indexOfItemWithRepresentedObject(ObjCObject obj)
Original signature : -(NSInteger)indexOfItemWithRepresentedObject:(id)native declaration : NSPopUpButton.h:61 |
abstract NSInteger |
indexOfItemWithTag(NSInteger tag)
Original signature : -(NSInteger)indexOfItemWithTag:(NSInteger)native declaration : NSPopUpButton.h:60 |
abstract NSInteger |
indexOfItemWithTarget_andAction(ObjCObject target,
Selector actionSelector)
Original signature : -(NSInteger)indexOfItemWithTarget:(id) andAction:(SEL)native declaration : NSPopUpButton.h:62 |
abstract NSInteger |
indexOfItemWithTitle(NSString title)
Original signature : -(NSInteger)indexOfItemWithTitle:(NSString*)native declaration : NSPopUpButton.h:59 |
abstract NSInteger |
indexOfSelectedItem()
Original signature : -(NSInteger)indexOfSelectedItemnative declaration : NSPopUpButton.h:79 |
abstract void |
insertItemWithTitle_atIndex(NSString title,
NSInteger index)
Original signature : -(void)insertItemWithTitle:(NSString*) atIndex:(NSInteger)native declaration : NSPopUpButton.h:47 |
abstract NSArray |
itemArray()
Accessing the items Original signature : -(NSArray*)itemArraynative declaration : NSPopUpButton.h:55 |
abstract NSMenuItem |
itemAtIndex(NSInteger index)
Original signature : -(NSMenuItem*)itemAtIndex:(NSInteger)native declaration : NSPopUpButton.h:64 |
abstract NSString |
itemTitleAtIndex(NSInteger index)
Title conveniences Original signature : -(NSString*)itemTitleAtIndex:(NSInteger)native declaration : NSPopUpButton.h:83 |
abstract NSArray |
itemTitles()
Original signature : -(NSArray*)itemTitlesnative declaration : NSPopUpButton.h:84 |
abstract NSMenuItem |
itemWithTitle(NSString title)
Original signature : -(NSMenuItem*)itemWithTitle:(NSString*)native declaration : NSPopUpButton.h:65 |
abstract NSMenuItem |
lastItem()
Original signature : -(NSMenuItem*)lastItemnative declaration : NSPopUpButton.h:66 |
abstract NSMenu |
menu()
Original signature : -(NSMenu*)menunative declaration : NSPopUpButton.h:31 |
static NSPopUpButton |
new_()
|
abstract NSInteger |
numberOfItems()
Original signature : -(NSInteger)numberOfItemsnative declaration : NSPopUpButton.h:56 |
abstract NSObject |
preferredEdge()
Original signature : -(id)preferredEdgenative declaration : NSPopUpButton.h:41 |
abstract boolean |
pullsDown()
Original signature : -(BOOL)pullsDownnative declaration : NSPopUpButton.h:35 |
abstract void |
removeAllItems()
Original signature : -(void)removeAllItemsnative declaration : NSPopUpButton.h:51 |
abstract void |
removeItemAtIndex(NSInteger index)
Original signature : -(void)removeItemAtIndex:(NSInteger)native declaration : NSPopUpButton.h:50 |
abstract void |
removeItemWithTitle(NSString title)
Original signature : -(void)removeItemWithTitle:(NSString*)native declaration : NSPopUpButton.h:49 |
abstract NSMenuItem |
selectedItem()
Original signature : -(NSMenuItem*)selectedItemnative declaration : NSPopUpButton.h:78 |
abstract void |
selectItem(NSMenuItem item)
Dealing with selection Original signature : -(void)selectItem:(NSMenuItem*)native declaration : NSPopUpButton.h:70 |
abstract void |
selectItemAtIndex(NSInteger index)
Original signature : -(void)selectItemAtIndex:(NSInteger)native declaration : NSPopUpButton.h:71 |
abstract boolean |
selectItemWithTag(NSInteger tag)
Original signature : -(BOOL)selectItemWithTag:(NSInteger)native declaration : NSPopUpButton.h:74 |
abstract void |
selectItemWithTitle(NSString title)
Original signature : -(void)selectItemWithTitle:(NSString*)native declaration : NSPopUpButton.h:72 |
abstract void |
setAutoenablesItems(boolean flag)
Original signature : -(void)setAutoenablesItems:(BOOL)native declaration : NSPopUpButton.h:37 |
abstract void |
setMenu(NSMenu menu)
Overrides behavior of NSView. |
abstract void |
setPullsDown(boolean flag)
Behavior settings Original signature : -(void)setPullsDown:(BOOL)native declaration : NSPopUpButton.h:34 |
abstract void |
setTitle(NSString aString)
Original signature : -(void)setTitle:(NSString*)native declaration : NSPopUpButton.h:76 |
abstract void |
synchronizeTitleAndSelectedItem()
Original signature : -(void)synchronizeTitleAndSelectedItemnative declaration : NSPopUpButton.h:80 |
abstract NSString |
titleOfSelectedItem()
Original signature : -(NSString*)titleOfSelectedItemnative declaration : NSPopUpButton.h:85 |
| 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 NSPopUpButton()
| Method Detail |
|---|
public abstract void setMenu(NSMenu menu)
-(void)setMenu:(NSMenu*)
setMenu in class NSResponderpublic abstract NSMenu menu()
-(NSMenu*)menu
menu in class NSResponderpublic abstract void setPullsDown(boolean flag)
-(void)setPullsDown:(BOOL)
public abstract boolean pullsDown()
-(BOOL)pullsDown
public abstract void setAutoenablesItems(boolean flag)
-(void)setAutoenablesItems:(BOOL)
public abstract boolean autoenablesItems()
-(BOOL)autoenablesItems
public abstract NSObject preferredEdge()
-(id)preferredEdge
public abstract void addItemWithTitle(NSString title)
-(void)addItemWithTitle:(NSString*)
public abstract void addItemsWithTitles(NSArray itemTitles)
-(void)addItemsWithTitles:(NSArray*)
public abstract void insertItemWithTitle_atIndex(NSString title,
NSInteger index)
-(void)insertItemWithTitle:(NSString*) atIndex:(NSInteger)
public abstract void removeItemWithTitle(NSString title)
-(void)removeItemWithTitle:(NSString*)
public abstract void removeItemAtIndex(NSInteger index)
-(void)removeItemAtIndex:(NSInteger)
public abstract void removeAllItems()
-(void)removeAllItems
public abstract NSArray itemArray()
-(NSArray*)itemArray
public abstract NSInteger numberOfItems()
-(NSInteger)numberOfItems
public abstract NSInteger indexOfItem(NSMenuItem item)
-(NSInteger)indexOfItem:(NSMenuItem*)
public abstract NSInteger indexOfItemWithTitle(NSString title)
-(NSInteger)indexOfItemWithTitle:(NSString*)
public abstract NSInteger indexOfItemWithTag(NSInteger tag)
-(NSInteger)indexOfItemWithTag:(NSInteger)
public abstract NSInteger indexOfItemWithRepresentedObject(ObjCObject obj)
-(NSInteger)indexOfItemWithRepresentedObject:(id)
public abstract NSInteger indexOfItemWithTarget_andAction(ObjCObject target,
Selector actionSelector)
-(NSInteger)indexOfItemWithTarget:(id) andAction:(SEL)
public abstract NSMenuItem itemAtIndex(NSInteger index)
-(NSMenuItem*)itemAtIndex:(NSInteger)
public abstract NSMenuItem itemWithTitle(NSString title)
-(NSMenuItem*)itemWithTitle:(NSString*)
public abstract NSMenuItem lastItem()
-(NSMenuItem*)lastItem
public abstract void selectItem(NSMenuItem item)
-(void)selectItem:(NSMenuItem*)
public abstract void selectItemAtIndex(NSInteger index)
-(void)selectItemAtIndex:(NSInteger)
public abstract void selectItemWithTitle(NSString title)
-(void)selectItemWithTitle:(NSString*)
public abstract boolean selectItemWithTag(NSInteger tag)
-(BOOL)selectItemWithTag:(NSInteger)
public abstract void setTitle(NSString aString)
-(void)setTitle:(NSString*)
setTitle in class NSButtonpublic abstract NSMenuItem selectedItem()
-(NSMenuItem*)selectedItem
public abstract NSInteger indexOfSelectedItem()
-(NSInteger)indexOfSelectedItem
public abstract void synchronizeTitleAndSelectedItem()
-(void)synchronizeTitleAndSelectedItem
public abstract NSString itemTitleAtIndex(NSInteger index)
-(NSString*)itemTitleAtIndex:(NSInteger)
public abstract NSArray itemTitles()
-(NSArray*)itemTitles
public abstract NSString titleOfSelectedItem()
-(NSString*)titleOfSelectedItem
public static NSPopUpButton alloc()
public static NSPopUpButton new_()
public static NSPopUpButton._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||