com.myjavaworld.jftp
Class OSXAdapter

java.lang.Object
  extended by 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

Constructor Summary
OSXAdapter()
           
 
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
 

Constructor Detail

OSXAdapter

public OSXAdapter()
Method Detail

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.