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.
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
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)