org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSTextFieldBezelStyle

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSTextFieldBezelStyle

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


Field Summary
static int NSTextFieldRoundedBezel
           
static int NSTextFieldSquareBezel
           
 

Field Detail

NSTextFieldSquareBezel

static final int NSTextFieldSquareBezel
See Also:
Constant Field Values

NSTextFieldRoundedBezel

static final int NSTextFieldRoundedBezel
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.