public abstract class AbstractFeedbackAction extends Object
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. We do not recommending using this API without consulting with the etfw.feedback team.
Constructor and Description |
---|
AbstractFeedbackAction() |
Modifier and Type | Method and Description |
---|---|
void |
addIcon(String iconName) |
String |
getIcon() |
ImageDescriptor |
getIconImageDescriptor() |
abstract String |
getPluginId() |
abstract String |
getText()
get text e.g. could be used for a menu item for this action
|
abstract String |
getToolTip() |
abstract void |
run(IMarker marker)
What is a better arg to run(), the IFeedbackItem, or the IMarker?
|
public abstract void run(IMarker marker)
item
- public abstract String getPluginId()
public void addIcon(String iconName)
public String getIcon()
public ImageDescriptor getIconImageDescriptor()
public abstract String getToolTip()
public abstract String getText()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.