|
||||||||||
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.NSSplitView
public abstract class NSSplitView
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 |
NSSplitView._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 | |
---|---|
NSSplitView()
|
Method Summary | |
---|---|
abstract void |
adjustSubviews()
Set the frames of the split view's subviews so that they, plus the dividers, fill the split view. |
static NSSplitView |
alloc()
|
abstract NSString |
autosaveName()
Original signature : -(NSString*)autosaveName native declaration : NSSplitView.h:47 |
abstract NSSplitViewDelegate |
delegate()
Original signature : -(id native declaration : NSSplitView.h:54 |
abstract NSColor |
dividerColor()
Return the color of the dividers that the split view is drawing between subviews. |
abstract int |
dividerStyle()
Original signature : -(NSSplitViewDividerStyle)dividerStyle native declaration : NSSplitView.h:42 |
abstract org.rococoa.cocoa.CGFloat |
dividerThickness()
Return the thickness of the dividers that the split view is drawing between subviews. |
static NSSplitView._class_ |
getNSClass()
|
abstract boolean |
isSubviewCollapsed(NSView subview)
Return YES if the subview is in the collapsed state, NO otherwise. |
abstract boolean |
isVertical()
Original signature : -(BOOL)isVertical native declaration : NSSplitView.h:35 |
abstract org.rococoa.cocoa.CGFloat |
maxPossiblePositionOfDividerAtIndex(NSInteger dividerIndex)
Original signature : -(CGFloat)maxPossiblePositionOfDividerAtIndex:(NSInteger) native declaration : NSSplitView.h:88 |
abstract org.rococoa.cocoa.CGFloat |
minPossiblePositionOfDividerAtIndex(NSInteger dividerIndex)
Get the minimum or maximum possible position of a divider. |
static NSSplitView |
new_()
|
abstract void |
setAutosaveName(NSString autosaveName)
The name to use when autosaving the positions of dividers, and whether or not subviews are collapsed, to preferences. |
abstract void |
setDelegate(NSSplitViewDelegate delegate)
Set or get the delegate of the split view. |
abstract void |
setDividerStyle(int dividerStyle)
What kind of divider to use. |
abstract void |
setPosition_ofDividerAtIndex(org.rococoa.cocoa.CGFloat position,
NSInteger dividerIndex)
Set the position of a divider. |
abstract void |
setVertical(boolean flag)
Set or get whether the long axes of a split view's dividers are oriented up-and-down (YES) or left-and-right (NO). |
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 NSSplitView()
Method Detail |
---|
public abstract void setVertical(boolean flag)
-(void)setVertical:(BOOL)
public abstract boolean isVertical()
-(BOOL)isVertical
public abstract void setDividerStyle(int dividerStyle)
-(void)setDividerStyle:(NSSplitViewDividerStyle)
dividerStyle
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSSplitViewDividerStylepublic abstract int dividerStyle()
-(NSSplitViewDividerStyle)dividerStyle
public abstract void setAutosaveName(NSString autosaveName)
-(void)setAutosaveName:(NSString*)
public abstract NSString autosaveName()
-(NSString*)autosaveName
public abstract void setDelegate(NSSplitViewDelegate delegate)
-(void)setDelegate:(id)
public abstract NSSplitViewDelegate delegate()
-(id)delegate
public abstract NSColor dividerColor()
-(NSColor*)dividerColor
public abstract org.rococoa.cocoa.CGFloat dividerThickness()
-(CGFloat)dividerThickness
public abstract void adjustSubviews()
-(void)adjustSubviews
public abstract boolean isSubviewCollapsed(NSView subview)
-(BOOL)isSubviewCollapsed:(NSView*)
public abstract org.rococoa.cocoa.CGFloat minPossiblePositionOfDividerAtIndex(NSInteger dividerIndex)
-(CGFloat)minPossiblePositionOfDividerAtIndex:(NSInteger)
public abstract org.rococoa.cocoa.CGFloat maxPossiblePositionOfDividerAtIndex(NSInteger dividerIndex)
-(CGFloat)maxPossiblePositionOfDividerAtIndex:(NSInteger)
public abstract void setPosition_ofDividerAtIndex(org.rococoa.cocoa.CGFloat position, NSInteger dividerIndex)
-(void)setPosition:(CGFloat) ofDividerAtIndex:(NSInteger)
public static NSSplitView alloc()
public static NSSplitView new_()
public static NSSplitView._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |