Skip to content

Instantly share code, notes, and snippets.

Created October 22, 2014 18:49
Show Gist options
  • Save anonymous/cfabce450fd33c4fb22e to your computer and use it in GitHub Desktop.
Save anonymous/cfabce450fd33c4fb22e to your computer and use it in GitHub Desktop.
package org.kie.uberfire.perspective.editor.model;
import java.util.Map;
import com.google.gwt.user.client.ui.Widget;
public interface ExternalPerspectiveEditorComponent {
String getScreenName();
Widget getWidget();
Map<String,String> getParametersMap();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment