org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSCellAttribute

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSCellAttribute

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


Field Summary
static int NSCellAllowsMixedState
           
static int NSCellChangesContents
           
static int NSCellDisabled
           
static int NSCellEditable
           
static int NSCellHasImageHorizontal
           
static int NSCellHasImageOnLeftOrBottom
           
static int NSCellHasOverlappingImage
           
static int NSCellHighlighted
           
static int NSCellIsBordered
           
static int NSCellIsInsetButton
           
static int NSCellLightsByBackground
           
static int NSCellLightsByContents
           
static int NSCellLightsByGray
           
static int NSCellState
           
static int NSChangeBackgroundCell
           
static int NSChangeGrayCell
           
static int NSPushInCell
           
 

Field Detail

NSCellDisabled

static final int NSCellDisabled
See Also:
Constant Field Values

NSCellState

static final int NSCellState
See Also:
Constant Field Values

NSPushInCell

static final int NSPushInCell
See Also:
Constant Field Values

NSCellEditable

static final int NSCellEditable
See Also:
Constant Field Values

NSChangeGrayCell

static final int NSChangeGrayCell
See Also:
Constant Field Values

NSCellHighlighted

static final int NSCellHighlighted
See Also:
Constant Field Values

NSCellLightsByContents

static final int NSCellLightsByContents
See Also:
Constant Field Values

NSCellLightsByGray

static final int NSCellLightsByGray
See Also:
Constant Field Values

NSChangeBackgroundCell

static final int NSChangeBackgroundCell
See Also:
Constant Field Values

NSCellLightsByBackground

static final int NSCellLightsByBackground
See Also:
Constant Field Values

NSCellIsBordered

static final int NSCellIsBordered
See Also:
Constant Field Values

NSCellHasOverlappingImage

static final int NSCellHasOverlappingImage
See Also:
Constant Field Values

NSCellHasImageHorizontal

static final int NSCellHasImageHorizontal
See Also:
Constant Field Values

NSCellHasImageOnLeftOrBottom

static final int NSCellHasImageOnLeftOrBottom
See Also:
Constant Field Values

NSCellChangesContents

static final int NSCellChangesContents
See Also:
Constant Field Values

NSCellIsInsetButton

static final int NSCellIsInsetButton
See Also:
Constant Field Values

NSCellAllowsMixedState

static final int NSCellAllowsMixedState
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.