/** * See {@link CLabel}. * * @return true, if successful */ @Override public boolean hasImage() { return ObjectUtil.invokeMethod(swtWidget, "getImage") != null; }
/** * See {@link CLabel}. * * @return the alignment */ @Override public int getAlignment() { return (Integer) ObjectUtil.invokeMethod(swtWidget, "getAlignment"); }