Class DesignerBindings.AdditionalInfo
java.lang.Object
net.sourceforge.pmd.util.designerbindings.DesignerBindings.AdditionalInfo
- Enclosing interface:
- DesignerBindings
An entry for the "additional info" panel.
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalInfo(String display) AdditionalInfo(String sortKey, String display) -
Method Summary
Modifier and TypeMethodDescriptionReturns the string displayed to the user.Returns the string used to sort the additional info.
-
Constructor Details
-
AdditionalInfo
-
AdditionalInfo
-
-
Method Details
-
getSortKey
Returns the string used to sort the additional info. For example, returning"A"ensures this is displayed first, provided there's no other entry with an"A". -
getDisplayString
Returns the string displayed to the user.
-