Methods
| Modifier and Type |
Method and Description |
boolean |
acceptsFirstMouse(NSEvent theEvent) |
void |
addSubview(NSView aView) |
void |
addSubview(NSView aView,
int place,
NSView otherView) |
int |
addToolTipRect(NSRect aRect,
id anObject,
int data) |
void |
beginDocument() |
void |
beginPageInRect(NSRect aRect,
NSPoint location) |
NSRect |
bounds() |
boolean |
canBecomeKeyView() |
NSPoint |
convertPoint_fromView_(NSPoint aPoint,
NSView aView) |
NSPoint |
convertPoint_toView_(NSPoint aPoint,
NSView aView) |
NSPoint |
convertPointFromBase(NSPoint aPoint) |
NSPoint |
convertPointToBase(NSPoint aPoint) |
NSRect |
convertRect_fromView_(NSRect aRect,
NSView aView) |
NSRect |
convertRect_toView_(NSRect aRect,
NSView aView) |
NSRect |
convertRectFromBase(NSRect aRect) |
NSRect |
convertRectToBase(NSRect aRect) |
NSSize |
convertSize_fromView_(NSSize aSize,
NSView aView) |
NSSize |
convertSize_toView_(NSSize aSize,
NSView aView) |
NSSize |
convertSizeFromBase(NSSize aSize) |
NSSize |
convertSizeToBase(NSSize aSize) |
void |
discardCursorRects() |
void |
display() |
void |
displayIfNeeded() |
void |
displayRectIgnoringOpacity(NSRect aRect,
NSGraphicsContext context) |
void |
dragImage(NSImage anImage,
NSPoint viewLocation,
NSSize initialOffset,
NSEvent event,
NSPasteboard pboard,
id sourceObj,
boolean slideFlag) |
void |
drawRect(NSRect rect) |
void |
endDocument() |
void |
endPage() |
NSRect |
frame() |
NSView |
hitTest(NSPoint aPoint) |
NSView |
initWithFrame(NSRect frameRect) |
boolean |
isDescendantOf(NSView aView) |
boolean |
isFlipped() |
boolean |
isHidden() |
boolean |
isHiddenOrHasHiddenAncestor() |
boolean |
isOpaque() |
void |
lockFocus() |
NSMenu |
menuForEvent(NSEvent event) |
boolean |
mouse(NSPoint aPoint,
NSRect aRect) |
boolean |
mouseDownCanMoveWindow() |
boolean |
needsPanelToBecomeKey() |
void |
registerForDraggedTypes(NSArray newTypes) |
void |
removeFromSuperview() |
void |
removeToolTip(int tag) |
void |
removeTrackingArea(NSTrackingArea trackingArea) |
void |
resetCursorRects() |
void |
scrollClipView(NSClipView aClipView,
NSPoint aPoint) |
void |
scrollPoint(NSPoint aPoint) |
boolean |
scrollRectToVisible(NSRect aRect) |
void |
setAcceptsTouchEvents(boolean flag) |
void |
setAutoresizesSubviews(boolean flag) |
void |
setAutoresizingMask(int mask) |
void |
setBoundsRotation(float angle) |
void |
setFocusRingType(int focusRingType) |
void |
setFrame(NSRect frameRect) |
void |
setFrameOrigin(NSPoint newOrigin) |
void |
setFrameSize(NSSize newSize) |
void |
setHidden(boolean flag) |
void |
setNeedsDisplay(boolean flag) |
void |
setNeedsDisplayInRect(NSRect invalidRect) |
void |
setToolTip(NSString string) |
void |
setWantsRestingTouches(boolean flag) |
boolean |
shouldDelayWindowOrderingForEvent(NSEvent theEvent) |
NSArray |
subviews() |
NSView |
superview() |
NSArray |
trackingAreas() |
void |
unlockFocus() |
void |
unregisterDraggedTypes() |
void |
updateTrackingAreas() |
void |
viewDidMoveToWindow() |
void |
viewWillMoveToWindow(NSWindow newWindow) |
NSRect |
visibleRect() |
NSWindow |
window() |