Package org.eclipse.swt.internal.cocoa
Class NSColorPanel
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSResponder
-
- org.eclipse.swt.internal.cocoa.NSWindow
-
- org.eclipse.swt.internal.cocoa.NSPanel
-
- org.eclipse.swt.internal.cocoa.NSColorPanel
-
public class NSColorPanel extends NSPanel
-
-
Constructor Summary
Constructors Constructor Description NSColorPanel()
NSColorPanel(long id)
NSColorPanel(id id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attachColorList(NSColorList colorList)
NSColor
color()
static double
minFrameWidthWithTitle(NSString aTitle, long aStyle)
void
setColor(NSColor color)
static NSColorPanel
sharedColorPanel()
static long
windowNumberAtPoint(NSPoint point, long windowNumber)
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSPanel
setBecomesKeyOnlyIfNeeded, setFloatingPanel, setWorksWhenModal
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSWindow
addChildWindow, alphaValue, areCursorRectsEnabled, becomeKeyWindow, canBecomeKeyWindow, cascadeTopLeftFromPoint, close, collectionBehavior, contentView, convertBaseToScreen, convertScreenToBase, defaultButtonCell, delegate, deminiaturize, disableCursorRects, disableFlushWindow, display, enableCursorRects, enableFlushWindow, endEditingFor, fieldEditor, firstResponder, flushWindowIfNeeded, frame, frameRectForContentRect, graphicsContext, hasShadow, initWithContentRect, initWithContentRect, invalidateShadow, isDocumentEdited, isKeyWindow, isMainWindow, isMiniaturized, isSheet, isVisible, isZoomed, makeFirstResponder, makeKeyAndOrderFront, maxSize, miniaturize, minSize, mouseLocationOutsideOfEventStream, orderBack, orderFront, orderFrontRegardless, orderOut, orderWindow, parentWindow, removeChildWindow, screen, sendEvent, setAcceptsMouseMovedEvents, setAlphaValue, setBackgroundColor, setCollectionBehavior, setContentView, setDefaultButtonCell, setDelegate, setDocumentEdited, setFrame, setFrame, setHasShadow, setHidesOnDeactivate, setLevel, setMaxSize, setMinSize, setMovable, setOpaque, setReleasedWhenClosed, setRepresentedFilename, setRepresentedURL, setShowsResizeIndicator, setShowsToolbarButton, setTitle, setToolbar, styleMask, toggleFullScreen, toolbar, windowNumber, zoom
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSResponder
acceptsFirstResponder, becomeFirstResponder, cancelOperation, cursorUpdate, doCommandBySelector, flagsChanged, helpRequested, interpretKeyEvents, keyDown, keyUp, magnifyWithEvent, mouseDown, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseUp, noResponderFor, otherMouseDown, otherMouseDragged, otherMouseUp, pageDown, pageUp, performKeyEquivalent, resignFirstResponder, rightMouseDown, rightMouseDragged, rightMouseUp, rotateWithEvent, scrollWheel, swipeWithEvent, touchesBeganWithEvent, touchesCancelledWithEvent, touchesEndedWithEvent, touchesMovedWithEvent, undoManager, validRequestorForSendType
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSColorPanel
public NSColorPanel()
-
NSColorPanel
public NSColorPanel(long id)
-
NSColorPanel
public NSColorPanel(id id)
-
-
Method Detail
-
attachColorList
public void attachColorList(NSColorList colorList)
-
color
public NSColor color()
-
setColor
public void setColor(NSColor color)
-
sharedColorPanel
public static NSColorPanel sharedColorPanel()
-
minFrameWidthWithTitle
public static double minFrameWidthWithTitle(NSString aTitle, long aStyle)
-
windowNumberAtPoint
public static long windowNumberAtPoint(NSPoint point, long windowNumber)
-
-