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 TypeMethodDescriptionbooleaninthashCode()booleanChecks 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-trueif it is a quick fix group,falseif 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:
trueif it is a quick fix group,falseif it is a refactory group.
-