All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.InterfaceStyle
NSJavaInterfaceStyle
.
[[NSJavaInterfaceStyle
alloc] init]
.
+ interfaceStyleForKey:forResponder:
Objective-C class method.
+ setInterfaceStyleForKey::
Objective-C class method.
public static final String Windows95InterfaceStyleDefaultValue
public static final String NextStepInterfaceStyleDefaultValue
public static final String MacintoshInterfaceStyleDefaultValue
public static final String InterfaceStyleDefault
public static final String SystemColorInterfaceStyleDefault
public static final String AlertInterfaceStyleDefault
public static final String ScrollerInterfaceStyleDefault
public static final String ScrollerPagingBehaviorDefault
public static final String ScrollerArrowPositioningDefault
public static final String PopUpButtonInterfaceStyleDefault
public static final String TableViewInterfaceStyleDefault
public static final String BrowserInterfaceStyleDefault
public static final String ControlInterfaceStyleDefault
public static final String MenuInterfaceStyleDefault
public static final String WindowInterfaceStyleDefault
public static final String MiniWindowStyleDefault
public static final int NoInterfaceStyle
public static final int NextStepInterfaceStyle
public static final int Windows95InterfaceStyle
public static final int MacintoshInterfaceStyle
protected InterfaceStyle(boolean shouldAllocate, int objcObject)
public InterfaceStyle()
[[NSJavaInterfaceStyle
alloc] init]
.
public static native int interfaceStyleForKey(String key, Responder responder)
+ interfaceStyleForKey:forResponder:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, InterfaceStyle, should be enough to head you in the right direction
should you find more than one such method).
public static native void setInterfaceStyleForKey(String key, int style)
+ setInterfaceStyleForKey::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, InterfaceStyle, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index