|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.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 |
|---|
private final RunnableWithArgs about
private final RunnableWithArgs pref
| Constructor Detail |
|---|
public CocoaUIEnhancer.MenuHookObject(RunnableWithArgs about, RunnableWithArgs pref)
| Method Detail |
|---|
@SuppressWarnings( "unused" ) public int actionProc(int id, int sel, int arg0)
public long actionProc(long id, long sel, long arg0)
Groovy Documentation