com.myjavaworld.jftp
Class OSXAdapter
java.lang.Object
com.myjavaworld.jftp.OSXAdapter
public class OSXAdapter
- extends Object
Helper class for integrating with Mac OS X. The design intent here is to not
refer any Mac OS X specific classes, instead use reflection to use the Mac OS
X specific APIs.
- Author:
- Sai Pullabhotla
Method Summary |
static void |
enableFullScreenMode(Window window)
Utility method for enabling full-screen mode for the specified window. |
static void |
init(JFTPApplication jftpApplication)
Initializes this Adapter for the given JFTPApplication. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSXAdapter
public OSXAdapter()
init
public static void init(JFTPApplication jftpApplication)
- Initializes this Adapter for the given JFTPApplication.
- Parameters:
jftpApplication
- a reference to the JFTPApplication
enableFullScreenMode
public static void enableFullScreenMode(Window window)
- Utility method for enabling full-screen mode for the specified window.
- Parameters:
window
- the reference to the window object
Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.