public class PostfixChangedBuiltinTemplate extends PostfixTemplateWrapper
| Constructor and Description |
|---|
PostfixChangedBuiltinTemplate(PostfixTemplate template,
PostfixTemplate builtin) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PostfixTemplate |
getBuiltinTemplate() |
int |
hashCode() |
boolean |
isBuiltin()
Builtin templates cannot be removed.
|
expand, getDelegate, getDescription, isApplicable, isEditable, isEnabled, startInWriteActioncalcDescription, getExample, getId, getKey, getPresentableName, getProviderpublic PostfixChangedBuiltinTemplate(PostfixTemplate template, PostfixTemplate builtin)
public PostfixTemplate getBuiltinTemplate()
public boolean isBuiltin()
PostfixTemplateisBuiltin in class PostfixTemplateWrapperpublic boolean equals(java.lang.Object o)
equals in class PostfixTemplateWrapperpublic int hashCode()
hashCode in class PostfixTemplateWrapper