public class MacAdapter
extends com.apple.eawt.ApplicationAdapter
Constructor and Description |
---|
MacAdapter(VisBioFrame bio)
Constructs a Mac OS X adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
handleAbout(com.apple.eawt.ApplicationEvent evt)
Handles the About menu item.
|
void |
handlePreferences(com.apple.eawt.ApplicationEvent evt)
Handles the Preferences menu item.
|
void |
handleQuit(com.apple.eawt.ApplicationEvent evt)
Handles the Quit menu item.
|
static void |
link(VisBioFrame bio)
Associates the VisBio frame with a Mac OS X adapter.
|
public MacAdapter(VisBioFrame bio)
public static void link(VisBioFrame bio)
public void handleAbout(com.apple.eawt.ApplicationEvent evt)
handleAbout
in interface com.apple.eawt.ApplicationListener
handleAbout
in class com.apple.eawt.ApplicationAdapter
public void handlePreferences(com.apple.eawt.ApplicationEvent evt)
handlePreferences
in interface com.apple.eawt.ApplicationListener
handlePreferences
in class com.apple.eawt.ApplicationAdapter
public void handleQuit(com.apple.eawt.ApplicationEvent evt)
handleQuit
in interface com.apple.eawt.ApplicationListener
handleQuit
in class com.apple.eawt.ApplicationAdapter
Copyright © 2015–2022 SciJava. All rights reserved.