1 package org.simantics.document.swt.core.base;
3 import org.simantics.document.server.IEventCommand;
4 import org.simantics.document.server.JSONObject;
5 import org.simantics.document.server.client.WidgetManager;
6 import org.simantics.document.swt.core.SWTDocument;
8 public abstract class PropertyWidgetManager<W> implements WidgetManager<SWTDocument, W> {
11 public String getProperty(SWTDocument document, JSONObject object, W widget, String property) {
16 public IEventCommand eventCommand(SWTDocument document, JSONObject object, W widget, String command) {