org.w3c.jigadmin.editors
Interface EditorInterface
- All Known Subinterfaces:
- ServerEditorInterface, ServerHelperInterface
- public interface EditorInterface
initialize
public void initialize(java.lang.String name,
RemoteResourceWrapper rrw,
java.util.Properties p)
- Initialize this editor.
- Parameters:
name
- the editor namerrw
- the RemoteResourceWrapper wrapping the editor node.p
- the editor properties
getComponent
public java.awt.Component getComponent()
- Get the Component.
- Returns:
- a Component instance