org.rococoa.cocoa.corefoundation
Interface CoreFoundationLibrary.CFCharacterSetPredefinedSet

Enclosing interface:
CoreFoundationLibrary

public static interface CoreFoundationLibrary.CFCharacterSetPredefinedSet

native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCharacterSet.h
enum values


Field Summary
static int kCFCharacterSetAlphaNumeric
           
static int kCFCharacterSetCapitalizedLetter
           
static int kCFCharacterSetControl
           
static int kCFCharacterSetDecimalDigit
           
static int kCFCharacterSetDecomposable
           
static int kCFCharacterSetIllegal
           
static int kCFCharacterSetLetter
           
static int kCFCharacterSetLowercaseLetter
           
static int kCFCharacterSetNewline
           
static int kCFCharacterSetNonBase
           
static int kCFCharacterSetPunctuation
           
static int kCFCharacterSetSymbol
           
static int kCFCharacterSetUppercaseLetter
           
static int kCFCharacterSetWhitespace
           
static int kCFCharacterSetWhitespaceAndNewline
           
 

Field Detail

kCFCharacterSetControl

static final int kCFCharacterSetControl
See Also:
Constant Field Values

kCFCharacterSetWhitespace

static final int kCFCharacterSetWhitespace
See Also:
Constant Field Values

kCFCharacterSetWhitespaceAndNewline

static final int kCFCharacterSetWhitespaceAndNewline
See Also:
Constant Field Values

kCFCharacterSetDecimalDigit

static final int kCFCharacterSetDecimalDigit
See Also:
Constant Field Values

kCFCharacterSetLetter

static final int kCFCharacterSetLetter
See Also:
Constant Field Values

kCFCharacterSetLowercaseLetter

static final int kCFCharacterSetLowercaseLetter
See Also:
Constant Field Values

kCFCharacterSetUppercaseLetter

static final int kCFCharacterSetUppercaseLetter
See Also:
Constant Field Values

kCFCharacterSetNonBase

static final int kCFCharacterSetNonBase
See Also:
Constant Field Values

kCFCharacterSetDecomposable

static final int kCFCharacterSetDecomposable
See Also:
Constant Field Values

kCFCharacterSetAlphaNumeric

static final int kCFCharacterSetAlphaNumeric
See Also:
Constant Field Values

kCFCharacterSetPunctuation

static final int kCFCharacterSetPunctuation
See Also:
Constant Field Values

kCFCharacterSetCapitalizedLetter

static final int kCFCharacterSetCapitalizedLetter
See Also:
Constant Field Values

kCFCharacterSetSymbol

static final int kCFCharacterSetSymbol
See Also:
Constant Field Values

kCFCharacterSetNewline

static final int kCFCharacterSetNewline
See Also:
Constant Field Values

kCFCharacterSetIllegal

static final int kCFCharacterSetIllegal
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.