org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSCellImagePosition

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSCellImagePosition

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


Field Summary
static int NSImageAbove
           
static int NSImageBelow
           
static int NSImageLeft
           
static int NSImageOnly
           
static int NSImageOverlaps
           
static int NSImageRight
           
static int NSNoImage
           
 

Field Detail

NSNoImage

static final int NSNoImage
See Also:
Constant Field Values

NSImageOnly

static final int NSImageOnly
See Also:
Constant Field Values

NSImageLeft

static final int NSImageLeft
See Also:
Constant Field Values

NSImageRight

static final int NSImageRight
See Also:
Constant Field Values

NSImageBelow

static final int NSImageBelow
See Also:
Constant Field Values

NSImageAbove

static final int NSImageAbove
See Also:
Constant Field Values

NSImageOverlaps

static final int NSImageOverlaps
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.