org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSLevelIndicatorStyle

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSLevelIndicatorStyle

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


Field Summary
static int NSContinuousCapacityLevelIndicatorStyle
           
static int NSDiscreteCapacityLevelIndicatorStyle
           
static int NSRatingLevelIndicatorStyle
           
static int NSRelevancyLevelIndicatorStyle
           
 

Field Detail

NSRelevancyLevelIndicatorStyle

static final int NSRelevancyLevelIndicatorStyle
See Also:
Constant Field Values

NSContinuousCapacityLevelIndicatorStyle

static final int NSContinuousCapacityLevelIndicatorStyle
See Also:
Constant Field Values

NSDiscreteCapacityLevelIndicatorStyle

static final int NSDiscreteCapacityLevelIndicatorStyle
See Also:
Constant Field Values

NSRatingLevelIndicatorStyle

static final int NSRatingLevelIndicatorStyle
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.