public class VCSCommentsCustomizer extends java.lang.Object implements VCSOptionsCustomizer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMMENT_TEMPLATES_NAVIGABLE_LABEL |
protected static java.lang.String |
KEY_PROPERTY_DEFAULT_TEMPLATE_INDEX
Deprecated.
replaced by VCSCommentTemplatesPrefs#KEY_DEFAULT_TEMPLATE_INDEX}.
|
protected static java.lang.String |
KEY_PROPERTY_TEMPLATES
Deprecated.
replaced by VCSCommentTemplatesPrefs#KEY_TEMPLATES}.
|
static java.lang.String |
KEY_SETTING_COMMENTS |
static java.lang.String |
KEY_SETTING_REUSE_COMMENTS |
| Constructor and Description |
|---|
VCSCommentsCustomizer(java.lang.String extensionId)
Constructor.
|
VCSCommentsCustomizer(java.lang.String extensionId,
VCSOptionsCustomizer delegateCustomizer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getComponent()
Gets the component of the options cusomizer instance.
|
protected java.lang.String |
getExtensionID() |
java.awt.Component |
getInitialFocusComponent()
Get the component to focus initially when the customizer is displayed.
|
java.util.Map<?,?> |
getOptions()
Gets options from the customizer, based on internal component states.
|
VCSRecentCommentsModel |
getRecentCommentsModel()
Gets the comments model to be used for making historical comments
available in a completion popup.
|
protected javax.swing.text.JTextComponent |
getTextComponent()
Get the text component.
|
protected boolean |
isCommentTextChanged() |
boolean |
isShowTemplatesAndCommentsCombo()
Asks whether the customizer will show a combobox containing templates and
recently used comments.
|
protected void |
layoutContainer(java.awt.Container container,
java.awt.Component commentsUI,
java.awt.Component delegateUI)
Performs layout of the comments customizer container.
|
void |
setCommentsComponentsEnabled(boolean enabled) |
void |
setContextURLs(java.net.URL[] contextUrls)
Sets the contextual URLs for the comments customizer invocation.
|
void |
setDefaultVisibleRows(int rows)
Override the default number of visible rows.
|
void |
setFlatLook(boolean isFlat)
Set whether this component has a flat look.
|
void |
setOptions(java.util.Map<?,?> options)
Sets options on the customizer, updating internal component states.
|
void |
setRecentCommentsModel(VCSRecentCommentsModel commentsModel)
Sets the comments model to be used for making historical comments
available in a completion popup.
|
void |
setShowReuseCommentsOption(boolean showReuseCommentsOption)
Sets whether the 'reuse comments' option is supported by this customizer.
|
void |
setShowTemplatesAndCommentsCombo(boolean showTemplatesAndCommentsCombo)
Sets whether the customizer will show a combobox containing templates and
recently used comments.
|
void |
setSuppressContextMenu(boolean suppressContextMenu)
Deprecated.
not replaced; setting this property has no effect.
|
void |
setSuppressDefaultTemplate(boolean suppressDefaultTemplate) |
void |
setSystemTemplate(java.lang.String systemTemplate)
Sets a template value that will be made available alongside other comment
templates.
|
void |
setTemplateOnly(boolean template) |
void |
setTemplatesAndCommentsOrientation(int templatesAndCommentsOrientation)
Sets the positional orientation of the templates and comments combobox UI.
|
void |
setTemplatesSettingsPath(java.lang.String[] templatesSettingsPath)
Sets the path to the templates page in product preferences.
|
void |
setVisiblePopupRows(int popupRows)
Deprecated.
not replaced. This class now provides support for a combobox
listing previously entered comments, which can be enabled by calling
setShowTemplatesAndCommentsCombo(boolean) with true. |
protected void |
updateTemplatesAndComments() |
void |
validateOptions()
Validates internal component states ahead of committing options.
|
@Deprecated protected static final java.lang.String KEY_PROPERTY_TEMPLATES
@Deprecated protected static final java.lang.String KEY_PROPERTY_DEFAULT_TEMPLATE_INDEX
public static final java.lang.String KEY_SETTING_COMMENTS
public static final java.lang.String KEY_SETTING_REUSE_COMMENTS
public static final java.lang.String COMMENT_TEMPLATES_NAVIGABLE_LABEL
public VCSCommentsCustomizer(java.lang.String extensionId)
public VCSCommentsCustomizer(java.lang.String extensionId,
VCSOptionsCustomizer delegateCustomizer)
delegateCustomizer - the delegate options customizer instance.protected java.lang.String getExtensionID()
public void setShowReuseCommentsOption(boolean showReuseCommentsOption)
showReuseCommentsOption - a decision on whether the 'reuse comments'
option should be used.public void setRecentCommentsModel(VCSRecentCommentsModel commentsModel)
commentsModel - the comments model object.public VCSRecentCommentsModel getRecentCommentsModel()
public void setShowTemplatesAndCommentsCombo(boolean showTemplatesAndCommentsCombo)
showTemplatesAndCommentsCombo - a decision on whether templates and
previous comments should be shown.public boolean isShowTemplatesAndCommentsCombo()
true if templates and previous comments will be shown.public void setTemplatesAndCommentsOrientation(int templatesAndCommentsOrientation)
templatesAndCommentsOrientation - the orientation value, this can be
SwingConstants.SOUTH or SwingConstants.NORTH_EAST.public void setSystemTemplate(java.lang.String systemTemplate)
systemTemplate - the system template value.public void setTemplatesSettingsPath(java.lang.String[] templatesSettingsPath)
templatesSettingsPath - the qualified path.@Deprecated public void setSuppressContextMenu(boolean suppressContextMenu)
suppressContextMenu - a decision on whether the context menu should be suppressed.public void setDefaultVisibleRows(int rows)
rows - the number of rows to display.@Deprecated public void setVisiblePopupRows(int popupRows)
setShowTemplatesAndCommentsCombo(boolean) with true.popupRows - the number of completion popup rows to display.public void setFlatLook(boolean isFlat)
isFlat - true if the component should be painted in a flat stylepublic final void setContextURLs(java.net.URL[] contextUrls)
contextUrls - the contextual URLs.public final void setSuppressDefaultTemplate(boolean suppressDefaultTemplate)
public final void setTemplateOnly(boolean template)
public java.awt.Component getComponent()
VCSOptionsCustomizergetComponent in interface VCSOptionsCustomizerpublic java.awt.Component getInitialFocusComponent()
VCSOptionsCustomizergetInitialFocusComponent in interface VCSOptionsCustomizerpublic void setOptions(java.util.Map<?,?> options)
VCSOptionsCustomizersetOptions in interface VCSOptionsCustomizeroptions - the map of options values.public java.util.Map<?,?> getOptions()
VCSOptionsCustomizergetOptions in interface VCSOptionsCustomizerpublic void validateOptions()
throws VCSException
VCSOptionsCustomizervalidateOptions in interface VCSOptionsCustomizerVCSException - if an option states is invalid.public void setCommentsComponentsEnabled(boolean enabled)
protected final void updateTemplatesAndComments()
protected void layoutContainer(java.awt.Container container,
java.awt.Component commentsUI,
java.awt.Component delegateUI)
container - the container to lay out.commentsUI - the user interface component for comments entry.delegateUI - the user interface component for delegate options entry.protected javax.swing.text.JTextComponent getTextComponent()
protected final boolean isCommentTextChanged()