Package ro.sync.exml.editor.quickassist
Class QuickAssistProposalGroup
java.lang.Object
ro.sync.exml.editor.quickassist.QuickAssistProposalGroup
The group for a quick assist proposal.
-
Constructor Summary
ConstructorsConstructorDescriptionQuickAssistProposalGroup
(String displayString, String iconPath, boolean isQuickFix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
Checks whether it is a quick fix or a refactory group.
-
Constructor Details
-
QuickAssistProposalGroup
Constructor.- Parameters:
displayString
- The display String for the group.iconPath
- The path to the icon of this group.isQuickFix
-true
if it is a quick fix group,false
if it is a refactory group.
-
-
Method Details
-
equals
-
getDisplayString
- Returns:
- The render string for the group.
-
getIconPath
- Returns:
- Returns the icon path.
-
hashCode
public int hashCode() -
isQuickFix
public boolean isQuickFix()Checks whether it is a quick fix or a refactory group.- Returns:
true
if it is a quick fix group,false
if it is a refactory group.
-