org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSPopUpArrowPosition

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSPopUpArrowPosition


Field Summary
static int NSPopUpArrowAtBottom
           
static int NSPopUpArrowAtCenter
           
static int NSPopUpNoArrow
           
 

Field Detail

NSPopUpNoArrow

static final int NSPopUpNoArrow
See Also:
Constant Field Values

NSPopUpArrowAtCenter

static final int NSPopUpArrowAtCenter
See Also:
Constant Field Values

NSPopUpArrowAtBottom

static final int NSPopUpArrowAtBottom
See Also:
Constant Field Values