org.w3c.jigadmin.editors
Interface ServerHelperInterface

All Superinterfaces:
EditorInterface
All Known Implementing Classes:
ControlServerHelper, IndexersServerHelper, PropertiesServerHelper, RealmsServerHelper, SpaceServerHelper

public interface ServerHelperInterface
extends EditorInterface

The interface for server helpers.


Field Summary
static java.lang.String TOOLTIP_P
          The tooltip property name
 
Method Summary
 java.lang.String getName()
          Get the helper name.
 java.lang.String getToolTip()
          Get the helper tooltip
 
Methods inherited from interface org.w3c.jigadmin.editors.EditorInterface
getComponent, initialize
 

Field Detail

TOOLTIP_P

static final java.lang.String TOOLTIP_P
The tooltip property name

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Get the helper name.

Returns:
a String instance

getToolTip

java.lang.String getToolTip()
Get the helper tooltip

Returns:
a String