Searched refs:interface (Results 1 - 25 of 44) sorted by relevance

12

/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAS_NS_ConversionUtils.h32 @interface NSObject (JavaAppleScriptEngineAdditions)
36 @interface NSAppleEventDescriptor (JavaAppleScriptEngineAdditions)
H A DNS_Java_ConversionUtils.h29 @interface JavaAppleScriptEngineCoercion : NSObject
H A DAppleScriptExecutionContext.h29 @interface AppleScriptExecutionContext : NSObject {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCPopupMenu.h28 @interface CPopupMenu : CMenu {}
H A DAWTSurfaceLayers.h38 @interface AWTSurfaceLayers : NSObject<JAWT_SurfaceLayers> {
H A DCMenuComponent.h29 @interface CMenuComponent : NSObject {
H A DCSystemColors.h33 @interface CSystemColors : NSObject {
H A DCTrayIcon.h44 @interface AWTTrayIcon : NSObject {
63 @interface AWTTrayIconView : NSView <NSMenuDelegate> {
H A DJavaAccessibilityAction.h38 @interface JavaAxAction : NSObject <JavaAccessibilityAction> {
52 @interface TabGroupAction : NSObject <JavaAccessibilityAction> {
H A DCClipboard.h29 @interface CClipboard : NSObject {
H A DLWCToolkit.h42 @interface AWTToolkit : NSObject { }
H A DAWTWindow.h38 @interface AWTWindow : NSObject <NSWindowDelegate> {
80 @interface AWTWindow_Normal : NSWindow
87 @interface AWTWindow_Panel : NSPanel
H A DApplicationDelegate.h35 @interface ApplicationDelegate : NSObject<NSApplicationDelegate>
H A DCMenu.h30 @interface CMenu : CMenuItem {
H A DCMenuBar.h32 @interface CMenuBar : CMenuComponent {
H A DCMenuItem.h28 @interface CMenuItem : CMenuComponent {
H A DPrintModel.h33 @interface PrintModel : NSObject {
H A DAWTView.h32 @interface AWTView : NSView<NSTextInputClient> {
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DNSApplicationAWT.h29 @interface NSApplicationAWT : NSApplication {
46 @interface NSApplication (CustomNIBAdditions)
H A DPropertiesUtilities.h30 @interface PropertiesUtilities : NSObject
H A DQueuingApplicationDelegate.h28 @interface QueuingApplicationDelegate : NSObject<NSApplicationDelegate>
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJavaAppLauncher.h33 @interface JavaAppLauncher : NSObject {
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.h31 @interface AWTFont : NSObject {
H A DAWTStrike.h31 @interface AWTStrike : NSObject {
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBack.c43 static struct jdwpTransportNativeInterface_ interface; variable in typeref:struct:jdwpTransportNativeInterface_
44 static jdwpTransportEnv single_env = (jdwpTransportEnv)&interface;
362 /* initialize interface table */
363 interface.GetCapabilities = &shmemGetCapabilities;
364 interface.Attach = &shmemAttach;
365 interface.StartListening = &shmemStartListening;
366 interface.StopListening = &shmemStopListening;
367 interface.Accept = &shmemAccept;
368 interface.IsOpen = &shmemIsOpen;
369 interface
[all...]

Completed in 78 milliseconds

12