Methods
| Modifier and Type |
Method and Description |
void |
addChildWindow(NSWindow childWin,
int place) |
float |
alphaValue() |
boolean |
areCursorRectsEnabled() |
void |
becomeKeyWindow() |
boolean |
canBecomeKeyWindow() |
NSPoint |
cascadeTopLeftFromPoint(NSPoint topLeftPoint) |
void |
close() |
int |
collectionBehavior() |
NSView |
contentView() |
NSPoint |
convertBaseToScreen(NSPoint aPoint) |
NSPoint |
convertScreenToBase(NSPoint aPoint) |
NSButtonCell |
defaultButtonCell() |
id |
delegate() |
void |
deminiaturize(id sender) |
void |
disableCursorRects() |
void |
disableFlushWindow() |
void |
display() |
void |
enableCursorRects() |
void |
enableFlushWindow() |
void |
endEditingFor(id anObject) |
NSText |
fieldEditor(boolean createFlag,
id anObject) |
NSResponder |
firstResponder() |
void |
flushWindowIfNeeded() |
NSRect |
frame() |
NSRect |
frameRectForContentRect(NSRect contentRect) |
NSGraphicsContext |
graphicsContext() |
boolean |
hasShadow() |
NSWindow |
initWithContentRect(NSRect contentRect,
int aStyle,
int bufferingType,
boolean flag) |
NSWindow |
initWithContentRect(NSRect contentRect,
int aStyle,
int bufferingType,
boolean flag,
NSScreen screen) |
void |
invalidateShadow() |
boolean |
isDocumentEdited() |
boolean |
isKeyWindow() |
boolean |
isMainWindow() |
boolean |
isMiniaturized() |
boolean |
isSheet() |
boolean |
isVisible() |
boolean |
isZoomed() |
int |
level() |
boolean |
makeFirstResponder(NSResponder aResponder) |
void |
makeKeyAndOrderFront(id sender) |
static float |
minFrameWidthWithTitle(NSString aTitle,
int aStyle) |
void |
miniaturize(id sender) |
NSSize |
minSize() |
NSPoint |
mouseLocationOutsideOfEventStream() |
void |
orderBack(id sender) |
void |
orderFront(id sender) |
void |
orderFrontRegardless() |
void |
orderOut(id sender) |
void |
orderWindow(int place,
int otherWin) |
NSWindow |
parentWindow() |
void |
removeChildWindow(NSWindow childWin) |
NSScreen |
screen() |
void |
sendEvent(NSEvent theEvent) |
void |
setAcceptsMouseMovedEvents(boolean flag) |
void |
setAlphaValue(float windowAlpha) |
void |
setBackgroundColor(NSColor color) |
void |
setCollectionBehavior(int behavior) |
void |
setContentView(NSView aView) |
void |
setDefaultButtonCell(NSButtonCell defButt) |
void |
setDelegate(id anObject) |
void |
setDocumentEdited(boolean flag) |
void |
setFrame(NSRect frameRect,
boolean flag) |
void |
setFrame(NSRect frameRect,
boolean displayFlag,
boolean animateFlag) |
void |
setHasShadow(boolean hasShadow) |
void |
setHidesOnDeactivate(boolean flag) |
void |
setLevel(int newLevel) |
void |
setMinSize(NSSize size) |
void |
setOpaque(boolean isOpaque) |
void |
setReleasedWhenClosed(boolean flag) |
void |
setRepresentedFilename(NSString aString) |
void |
setRepresentedURL(NSURL url) |
void |
setShowsResizeIndicator(boolean show) |
void |
setShowsToolbarButton(boolean show) |
void |
setTitle(NSString aString) |
void |
setToolbar(NSToolbar toolbar) |
NSButton |
standardWindowButton(int b) |
int |
styleMask() |
void |
toggleToolbarShown(id sender) |
NSToolbar |
toolbar() |
float |
userSpaceScaleFactor() |
int |
windowNumber() |
static int |
windowNumberAtPoint(NSPoint point,
int windowNumber) |
int |
windowRef() |
void |
zoom(id sender) |