|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSSplitViewDelegate
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 interface |
NSSplitViewDelegate._static_
|
Method Summary | |
---|---|
NSObject |
splitView_additionalEffectiveRectOfDividerAtIndex(NSSplitView splitView,
int dividerIndex)
Given a divider index, return an additional rectangular area (in the coordinate system established by the split view's bounds) in which mouse clicks should also initiate divider dragging, or NSZeroRect to not add one. |
boolean |
splitView_canCollapseSubview(NSSplitView splitView,
NSView subview)
Return YES if a subview can be collapsed, NO otherwise. |
float |
splitView_constrainMaxCoordinate_ofSubviewAt(NSSplitView splitView,
float proposedMaximumPosition,
int dividerIndex)
Given a proposed maximum allowable position for one of the dividers of a split view, return the maximum allowable position for the divider. |
float |
splitView_constrainMinCoordinate_ofSubviewAt(NSSplitView splitView,
float proposedMinimumPosition,
int dividerIndex)
Given a proposed minimum allowable position for one of the dividers of a split view, return the minimum allowable position for the divider. |
float |
splitView_constrainSplitPosition_ofSubviewAt(NSSplitView splitView,
float proposedPosition,
int dividerIndex)
Given a proposed position for one of the dividers of a split view, return a position at which the divider should be placed as the user drags it. |
boolean |
splitView_shouldCollapseSubview_forDoubleClickOnDividerAtIndex(NSSplitView splitView,
NSView subview,
int dividerIndex)
Return YES if the subview should be collapsed because the user has double-clicked on an adjacent divider. |
boolean |
splitView_shouldHideDividerAtIndex(NSSplitView splitView,
int dividerIndex)
Given that a split view has been resized and is adjusting its subviews to accomodate the new size, or that the user is dragging a divider, return YES to allow the divider to be dragged or adjusted off the edge of the split view where it will not be visible. |
void |
splitViewDidResizeSubviews(NSNotification notification)
|
void |
splitViewWillResizeSubviews(NSNotification notification)
Respond as if the delegate had registered for the NSSplitViewDidResizeSubviewsNotification or NSSplitViewWillResizeSubviewsNotification notification, described below. |
Method Detail |
---|
boolean splitView_canCollapseSubview(NSSplitView splitView, NSView subview)
-(BOOL)splitView:(NSSplitView*) canCollapseSubview:(NSView*)
boolean splitView_shouldCollapseSubview_forDoubleClickOnDividerAtIndex(NSSplitView splitView, NSView subview, int dividerIndex)
-(BOOL)splitView:(NSSplitView*) shouldCollapseSubview:(NSView*) forDoubleClickOnDividerAtIndex:(NSInteger)
float splitView_constrainMinCoordinate_ofSubviewAt(NSSplitView splitView, float proposedMinimumPosition, int dividerIndex)
-(CGFloat)splitView:(NSSplitView*) constrainMinCoordinate:(CGFloat) ofSubviewAt:(NSInteger)
float splitView_constrainMaxCoordinate_ofSubviewAt(NSSplitView splitView, float proposedMaximumPosition, int dividerIndex)
-(CGFloat)splitView:(NSSplitView*) constrainMaxCoordinate:(CGFloat) ofSubviewAt:(NSInteger)
float splitView_constrainSplitPosition_ofSubviewAt(NSSplitView splitView, float proposedPosition, int dividerIndex)
-(CGFloat)splitView:(NSSplitView*) constrainSplitPosition:(CGFloat) ofSubviewAt:(NSInteger)
boolean splitView_shouldHideDividerAtIndex(NSSplitView splitView, int dividerIndex)
-(BOOL)splitView:(NSSplitView*) shouldHideDividerAtIndex:(NSInteger)
NSObject splitView_additionalEffectiveRectOfDividerAtIndex(NSSplitView splitView, int dividerIndex)
-(id)splitView:(NSSplitView*) additionalEffectiveRectOfDividerAtIndex:(NSInteger)
void splitViewWillResizeSubviews(NSNotification notification)
-(void)splitViewWillResizeSubviews:(NSNotification*)
void splitViewDidResizeSubviews(NSNotification notification)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |