public class GutterActionRenderer extends GutterIconRenderer implements DumbAware, NonHideableIconGutterMark
GutterIconRenderer.Alignment| Constructor and Description |
|---|
GutterActionRenderer(AnAction action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AnAction |
getClickAction()
Returns the action executed when the icon is left-clicked.
|
javax.swing.Icon |
getIcon()
Returns the icon drawn in the gutter.
|
java.lang.String |
getTooltipText()
Returns the text of the tooltip displayed when the mouse is over the icon.
|
int |
hashCode() |
boolean |
isNavigateAction()
Returns the value indicating whether the hand cursor should be displayed when the mouse
is hovering over the icon.
|
getAccessibleName, getAccessibleTooltipText, getAlignment, getDraggableObject, getFeatureId, getMiddleButtonClickAction, getPopupMenuActions, getRightButtonClickActionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisDumbAwarepublic GutterActionRenderer(AnAction action)
public javax.swing.Icon getIcon()
GutterMarkgetIcon in interface GutterMarkpublic AnAction getClickAction()
GutterIconRenderergetClickAction in class GutterIconRendererpublic java.lang.String getTooltipText()
GutterIconRenderergetTooltipText in interface GutterMarkgetTooltipText in class GutterIconRendererpublic boolean isNavigateAction()
GutterIconRendererisNavigateAction in class GutterIconRendererpublic boolean equals(java.lang.Object o)
equals in class GutterIconRendererpublic int hashCode()
hashCode in class GutterIconRenderer