public abstract class AbstractFeedbackAction
extends java.lang.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(java.lang.String iconName) |
java.lang.String |
getIcon() |
org.eclipse.jface.resource.ImageDescriptor |
getIconImageDescriptor() |
abstract java.lang.String |
getPluginId() |
abstract java.lang.String |
getText()
get text e.g. could be used for a menu item for this action
|
abstract java.lang.String |
getToolTip() |
abstract void |
run(IFeedbackItem item) |
abstract void |
run(org.eclipse.core.resources.IMarker marker)
What is a better arg to run(), the IFeedbackItem, or the IMarker?
|
public abstract void run(org.eclipse.core.resources.IMarker marker)
item - public abstract void run(IFeedbackItem item)
public abstract java.lang.String getPluginId()
public void addIcon(java.lang.String iconName)
public java.lang.String getIcon()
public org.eclipse.jface.resource.ImageDescriptor getIconImageDescriptor()
public abstract java.lang.String getToolTip()
public abstract java.lang.String getText()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.