com.centrasite.control.extpt
Interface ItemEditor

All Superinterfaces:
com.softwareag.cis.plugin.registry.ExtensionImplementation

public interface ItemEditor
extends com.softwareag.cis.plugin.registry.ExtensionImplementation

Implementations of this interface may be used as "itemEditor" extensions


Field Summary
static java.lang.String rcs_id
           
 
Method Summary
 boolean appliesTo(Item item, Connector connector)
          Check whether this editor applies to the given item
 java.lang.String getAdapterClass()
          Obtain adapter's class name.
 java.lang.String getLayout()
          Obtain the layout to be used for editing Item
 java.lang.String getTitle(Item item)
          Obtain the title to be used in title bar and activity bar for given Item
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Field Detail

rcs_id

static final java.lang.String rcs_id
See Also:
Constant Field Values
Method Detail

appliesTo

boolean appliesTo(Item item,
                  Connector connector)
Check whether this editor applies to the given item

Parameters:
item -
connector - the Connector
Returns:
true if this command applies to the given item

getLayout

java.lang.String getLayout()
Obtain the layout to be used for editing Item


getTitle

java.lang.String getTitle(Item item)
Obtain the title to be used in title bar and activity bar for given Item


getAdapterClass

java.lang.String getAdapterClass()
Obtain adapter's class name.

Returns:
the adapter's class name