Editor/Viewer API
Bean like
Extensible - add editors to the CLASSPATH
Add editors on the fly
Render any “type” of data
public interface INBEditor {
public Image getIcon();
public String getLabel();
public void Launch(INOb aNOb);
public void setClient(INBClient aClient);
}
Previous slide
Next slide
Back to first slide
View graphic version