org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSLineMovementDirection

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSLineMovementDirection

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


Field Summary
static int NSLineDoesntMove
           
static int NSLineMovesDown
           
static int NSLineMovesLeft
           
static int NSLineMovesRight
           
static int NSLineMovesUp
           
 

Field Detail

NSLineDoesntMove

static final int NSLineDoesntMove
See Also:
Constant Field Values

NSLineMovesLeft

static final int NSLineMovesLeft
See Also:
Constant Field Values

NSLineMovesRight

static final int NSLineMovesRight
See Also:
Constant Field Values

NSLineMovesDown

static final int NSLineMovesDown
See Also:
Constant Field Values

NSLineMovesUp

static final int NSLineMovesUp
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.