}
onlyWindows = onlyWindows && !getCurrentCanvas().getClipBoard().isEmpty();
if (onlyTypes) {
UIWindow window = UIWindow.createFromClipboard(
"Custom UI", getCurrentCanvas());
if (window.getContentProvider() != null) {
getCurrentCanvas().getWindows().add(window);
getCurrentCanvas().getWindows().setActive(window);
}
} else if (onlyMethods) {
try {