|
||||||||||
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.NSTabView
public abstract class NSTabView
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 |
NSTabView.__NSTabViewDelegateRespondTo
|
static class |
NSTabView.__NSTabViewFlags
|
static class |
NSTabView._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSView |
---|
NSView.__VFlags2 |
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 | |
---|---|
NSTabView()
|
Method Summary | |
---|---|
abstract void |
addTabViewItem(NSTabViewItem tabViewItem)
Add tab at the end. |
static NSTabView |
alloc()
|
abstract boolean |
allowsTruncatedLabels()
Original signature : -(BOOL)allowsTruncatedLabels native declaration : NSTabView.h:94 |
abstract NSObject |
contentRect()
Return the rect available for a "page". |
abstract NSObject |
controlSize()
Original signature : -(id)controlSize native declaration : NSTabView.h:98 |
abstract NSObject |
controlTint()
Original signature : -(id)controlTint native declaration : NSTabView.h:97 |
abstract NSTabViewDelegate |
delegate()
Original signature : -(id native declaration : NSTabView.h:118 |
abstract boolean |
drawsBackground()
only relevant for borderless tab view type Original signature : -(BOOL)drawsBackground native declaration : NSTabView.h:96 |
abstract NSFont |
font()
returns font used for all tab labels. |
static NSTabView._class_ |
getNSClass()
|
abstract NSInteger |
indexOfTabViewItem(NSTabViewItem tabViewItem)
NSNotFound if not found Original signature : -(NSInteger)indexOfTabViewItem:(NSTabViewItem*) native declaration : NSTabView.h:131 |
abstract NSInteger |
indexOfTabViewItemWithIdentifier(ObjCObject identifier)
NSNotFound if not found Original signature : -(NSInteger)indexOfTabViewItemWithIdentifier:(id) native declaration : NSTabView.h:133 |
abstract void |
insertTabViewItem_atIndex(NSTabViewItem tabViewItem,
NSInteger index)
May raise an NSRangeException Original signature : -(void)insertTabViewItem:(NSTabViewItem*) atIndex:(NSInteger) native declaration : NSTabView.h:112 |
abstract NSObject |
minimumSize()
returns the minimum size of the tab view Original signature : -(id)minimumSize native declaration : NSTabView.h:95 |
static NSTabView |
new_()
|
abstract NSInteger |
numberOfTabViewItems()
Original signature : -(NSInteger)numberOfTabViewItems native declaration : NSTabView.h:130 |
abstract void |
removeTabViewItem(NSTabViewItem tabViewItem)
tabViewItem must be an existing tabViewItem Original signature : -(void)removeTabViewItem:(NSTabViewItem*) native declaration : NSTabView.h:113 |
abstract NSTabViewItem |
selectedTabViewItem()
return nil if none are selected Original signature : -(NSTabViewItem*)selectedTabViewItem native declaration : NSTabView.h:90 |
abstract void |
selectFirstTabViewItem(ObjCObject sender)
Original signature : -(void)selectFirstTabViewItem:(id) native declaration : NSTabView.h:83 |
abstract void |
selectLastTabViewItem(ObjCObject sender)
Original signature : -(void)selectLastTabViewItem:(id) native declaration : NSTabView.h:84 |
abstract void |
selectNextTabViewItem(ObjCObject sender)
Original signature : -(void)selectNextTabViewItem:(id) native declaration : NSTabView.h:85 |
abstract void |
selectPreviousTabViewItem(ObjCObject sender)
Original signature : -(void)selectPreviousTabViewItem:(id) native declaration : NSTabView.h:86 |
abstract void |
selectTabViewItem(NSTabViewItem tabViewItem)
Original signature : -(void)selectTabViewItem:(NSTabViewItem*) native declaration : NSTabView.h:76 |
abstract void |
selectTabViewItemAtIndex(NSInteger index)
May raise an NSRangeException Original signature : -(void)selectTabViewItemAtIndex:(NSInteger) native declaration : NSTabView.h:77 |
abstract void |
selectTabViewItemWithIdentifier(ObjCObject identifier)
May raise an NSRangeException if identifier not found Original signature : -(void)selectTabViewItemWithIdentifier:(id) native declaration : NSTabView.h:78 |
abstract void |
setAllowsTruncatedLabels(boolean allowTruncatedLabels)
Original signature : -(void)setAllowsTruncatedLabels:(BOOL) native declaration : NSTabView.h:104 |
abstract void |
setDelegate(NSTabViewDelegate anObject)
Original signature : -(void)setDelegate:(id native declaration : NSTabView.h:117 |
abstract void |
setDrawsBackground(boolean flag)
only relevant for borderless tab view type Original signature : -(void)setDrawsBackground:(BOOL) native declaration : NSTabView.h:105 |
abstract void |
setFont(NSFont font)
Original signature : -(void)setFont:(NSFont*) native declaration : NSTabView.h:102 |
abstract void |
setTabViewType(int tabViewType)
Original signature : -(void)setTabViewType:(NSTabViewType) native declaration : NSTabView.h:103 |
abstract NSTabViewItem |
tabViewItemAtIndex(NSInteger index)
May raise an NSRangeException Original signature : -(NSTabViewItem*)tabViewItemAtIndex:(NSInteger) native declaration : NSTabView.h:132 |
abstract NSArray |
tabViewItems()
Original signature : -(NSArray*)tabViewItems native declaration : NSTabView.h:93 |
abstract int |
tabViewType()
Original signature : -(NSTabViewType)tabViewType native declaration : NSTabView.h:92 |
abstract void |
takeSelectedTabViewItemFromSender(ObjCObject sender)
May raise an NSRangeException Original signature : -(void)takeSelectedTabViewItemFromSender:(id) native declaration : NSTabView.h:79 |
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.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 NSTabView()
Method Detail |
---|
public abstract void selectTabViewItem(NSTabViewItem tabViewItem)
-(void)selectTabViewItem:(NSTabViewItem*)
public abstract void selectTabViewItemAtIndex(NSInteger index)
-(void)selectTabViewItemAtIndex:(NSInteger)
public abstract void selectTabViewItemWithIdentifier(ObjCObject identifier)
-(void)selectTabViewItemWithIdentifier:(id)
public abstract void takeSelectedTabViewItemFromSender(ObjCObject sender)
-(void)takeSelectedTabViewItemFromSender:(id)
public abstract void selectFirstTabViewItem(ObjCObject sender)
-(void)selectFirstTabViewItem:(id)
public abstract void selectLastTabViewItem(ObjCObject sender)
-(void)selectLastTabViewItem:(id)
public abstract void selectNextTabViewItem(ObjCObject sender)
-(void)selectNextTabViewItem:(id)
public abstract void selectPreviousTabViewItem(ObjCObject sender)
-(void)selectPreviousTabViewItem:(id)
public abstract NSTabViewItem selectedTabViewItem()
-(NSTabViewItem*)selectedTabViewItem
public abstract NSFont font()
-(NSFont*)font
public abstract int tabViewType()
-(NSTabViewType)tabViewType
public abstract NSArray tabViewItems()
-(NSArray*)tabViewItems
public abstract boolean allowsTruncatedLabels()
-(BOOL)allowsTruncatedLabels
public abstract NSObject minimumSize()
-(id)minimumSize
public abstract boolean drawsBackground()
-(BOOL)drawsBackground
public abstract NSObject controlTint()
-(id)controlTint
public abstract NSObject controlSize()
-(id)controlSize
public abstract void setFont(NSFont font)
-(void)setFont:(NSFont*)
public abstract void setTabViewType(int tabViewType)
-(void)setTabViewType:(NSTabViewType)
tabViewType
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSTabViewTypepublic abstract void setAllowsTruncatedLabels(boolean allowTruncatedLabels)
-(void)setAllowsTruncatedLabels:(BOOL)
public abstract void setDrawsBackground(boolean flag)
-(void)setDrawsBackground:(BOOL)
public abstract void addTabViewItem(NSTabViewItem tabViewItem)
-(void)addTabViewItem:(NSTabViewItem*)
public abstract void insertTabViewItem_atIndex(NSTabViewItem tabViewItem, NSInteger index)
-(void)insertTabViewItem:(NSTabViewItem*) atIndex:(NSInteger)
public abstract void removeTabViewItem(NSTabViewItem tabViewItem)
-(void)removeTabViewItem:(NSTabViewItem*)
public abstract void setDelegate(NSTabViewDelegate anObject)
-(void)setDelegate:(id)
public abstract NSTabViewDelegate delegate()
-(id)delegate
public abstract NSObject contentRect()
-(id)contentRect
public abstract NSInteger numberOfTabViewItems()
-(NSInteger)numberOfTabViewItems
public abstract NSInteger indexOfTabViewItem(NSTabViewItem tabViewItem)
-(NSInteger)indexOfTabViewItem:(NSTabViewItem*)
public abstract NSTabViewItem tabViewItemAtIndex(NSInteger index)
-(NSTabViewItem*)tabViewItemAtIndex:(NSInteger)
public abstract NSInteger indexOfTabViewItemWithIdentifier(ObjCObject identifier)
-(NSInteger)indexOfTabViewItemWithIdentifier:(id)
public static NSTabView alloc()
public static NSTabView new_()
public static NSTabView._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |