Groovy Documentation

griffon.swt.support
[Java] Class CocoaUIEnhancer.MenuHookObject

java.lang.Object
  griffon.swt.support.CocoaUIEnhancer.MenuHookObject

private static class CocoaUIEnhancer.MenuHookObject

Class invoked via the Callback object to run the about and preferences actions.


Field Summary
private RunnableWithArgs about

private RunnableWithArgs pref

 
Constructor Summary
CocoaUIEnhancer.MenuHookObject(RunnableWithArgs about, RunnableWithArgs pref)

 
Method Summary
int actionProc(int id, int sel, int arg0)

Will be called on 32bit SWT.

long actionProc(long id, long sel, long arg0)

Will be called on 64bit SWT.

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

about

private final RunnableWithArgs about


pref

private final RunnableWithArgs pref


 
Constructor Detail

CocoaUIEnhancer.MenuHookObject

public CocoaUIEnhancer.MenuHookObject(RunnableWithArgs about, RunnableWithArgs pref)


 
Method Detail

actionProc

@SuppressWarnings( "unused" )
public int actionProc(int id, int sel, int arg0)
Will be called on 32bit SWT.


actionProc

public long actionProc(long id, long sel, long arg0)
Will be called on 64bit SWT.


 

Groovy Documentation