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
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.