All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apple.eawt.event.GestureUtilities Maven / Gradle / Ivy

Go to download

A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 & 6

The newest version!
package com.apple.eawt.event;

import javax.swing.JComponent;

/** 
 * @since 10.5 Update 7 and 10.6 Update 2
 */
public final class GestureUtilities {
    
    public static void addGestureListenerTo(JComponent component, GestureListener listener) {}
    public static void removeGestureListenerFrom(JComponent component, GestureListener listener) {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy