org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSFocusRingPlacement

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSFocusRingPlacement

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h
enum values


Field Summary
static int NSFocusRingAbove
           
static int NSFocusRingBelow
           
static int NSFocusRingOnly
           
 

Field Detail

NSFocusRingOnly

static final int NSFocusRingOnly
See Also:
Constant Field Values

NSFocusRingBelow

static final int NSFocusRingBelow
See Also:
Constant Field Values

NSFocusRingAbove

static final int NSFocusRingAbove
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.