org.w3c.jigadmin.editors
Interface EditorInterface
- All Known Subinterfaces:
- ServerEditorInterface, ServerHelperInterface
- All Known Implementing Classes:
- AdminServerEditor, ControlServerHelper, IndexersServerHelper, PropertiesServerHelper, RealmsServerHelper, ServerEditor, SpaceServerHelper
public interface EditorInterface
initialize
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
java.awt.Component getComponent()
- Get the Component.
- Returns:
- a Component instance