All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.View | +----com.apple.alpha.app.SplitView
NSSplitView
.
[[NSSplitView
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFrame:
on a newly allocated object.
- adjustSubviews
Objective-C instance method.
- delegate
Objective-C instance method.
- dividerThickness
Objective-C instance method.
- drawDividerInRect:
Objective-C instance method.
- isVertical
Objective-C instance method.
- setDelegate:
Objective-C instance method.
- setVertical:
Objective-C instance method.
public static final String SplitViewDidResizeSubviewsNotification
public static final String SplitViewWillResizeSubviewsNotification
protected SplitView(boolean shouldAllocate, int objcObject)
public SplitView()
[[NSSplitView
alloc] init]
.
public SplitView(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public SplitView(Rect frameRect)
- initWithFrame:
on a newly allocated object.
public native void setDelegate(Object anObject)
- setDelegate:
Objective-C instance method.
public native Object delegate()
- delegate
Objective-C instance method.
public native void adjustSubviews()
- adjustSubviews
Objective-C instance method.
public native float dividerThickness()
- dividerThickness
Objective-C instance method.
public native void drawDividerInRect(Rect aRect)
- drawDividerInRect:
Objective-C instance method.
public native void setVertical(boolean flag)
- setVertical:
Objective-C instance method.
public native boolean isVertical()
- isVertical
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index