org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSTabState

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSTabState

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


Field Summary
static int NSBackgroundTab
           
static int NSPressedTab
           
static int NSSelectedTab
           
 

Field Detail

NSSelectedTab

static final int NSSelectedTab
See Also:
Constant Field Values

NSBackgroundTab

static final int NSBackgroundTab
See Also:
Constant Field Values

NSPressedTab

static final int NSPressedTab
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.