if (t.equals(long.class))
return handleField.getLong(composite);
else if (t.equals(int.class))
return handleField.getInt(composite);
} catch (Exception e) {
throw new GstException("Cannot set window ID, in XOverlay interface, composite is null or not SWT.EMBEDDED");
}
return 0L;
}