org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSSelectionGranularity

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSSelectionGranularity

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


Field Summary
static int NSSelectByCharacter
           
static int NSSelectByParagraph
           
static int NSSelectByWord
           
 

Field Detail

NSSelectByCharacter

static final int NSSelectByCharacter
See Also:
Constant Field Values

NSSelectByWord

static final int NSSelectByWord
See Also:
Constant Field Values

NSSelectByParagraph

static final int NSSelectByParagraph
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.