com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.renderers.extra
Interface StructureRendererCapability


public interface StructureRendererCapability

This interface is used as a bridge between structure renderer used in some widget and the actions which modifies the renderer R-group settings.


Field Summary
static String[] COLOR_SCHEME_TAGS
           
static String PROP_COLOR_SCHEME
           
static String PROP_SHOW_R_GROUPS
           
static String PROP_SHOW_RELEVANT_RGROUPS
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 void addUserSettingsTo(Properties props)
           
 String getColorScheme()
           
 boolean isShowRelevantRGroups()
           
 boolean isShowRGroups()
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void setColorScheme(String scheme)
          Sets the color scheme for the renderer.
 void setShowRelevantRGroups(boolean b)
          IJC-3012, show only relevant rgroups according to query.
 void setShowRGroups(boolean b)
           
 

Field Detail

PROP_SHOW_R_GROUPS

static final String PROP_SHOW_R_GROUPS
See Also:
Constant Field Values

PROP_SHOW_RELEVANT_RGROUPS

static final String PROP_SHOW_RELEVANT_RGROUPS
See Also:
Constant Field Values

PROP_COLOR_SCHEME

static final String PROP_COLOR_SCHEME
See Also:
Constant Field Values

COLOR_SCHEME_TAGS

static final String[] COLOR_SCHEME_TAGS
Method Detail

setColorScheme

void setColorScheme(String scheme)
Sets the color scheme for the renderer.

Parameters:
scheme - One of the COLOR_SCHEME_TAGS values

getColorScheme

String getColorScheme()

isShowRGroups

boolean isShowRGroups()

setShowRGroups

void setShowRGroups(boolean b)

setShowRelevantRGroups

void setShowRelevantRGroups(boolean b)
IJC-3012, show only relevant rgroups according to query. showRGroups property is ignored when parameter is true.

Parameters:
b -

isShowRelevantRGroups

boolean isShowRelevantRGroups()
Returns:
true if only relevant R-groups according to query are shown. showRGroups property is ignored when is true.

addUserSettingsTo

void addUserSettingsTo(Properties props)

addPropertyChangeListener

void addPropertyChangeListener(PropertyChangeListener listener)

removePropertyChangeListener

void removePropertyChangeListener(PropertyChangeListener listener)

com.im.ijc.core/1 5.9.4