public static class GotoActionModel.ActionWrapper
extends java.lang.Object
| Constructor and Description |
|---|
ActionWrapper(AnAction action,
GotoActionModel.GroupMapping groupMapping,
GotoActionModel.MatchMode mode,
DataContext dataContext,
GotoActionModel model) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareWeights(GotoActionModel.ActionWrapper o) |
boolean |
equals(java.lang.Object obj) |
AnAction |
getAction() |
java.lang.String |
getGroupName() |
GotoActionModel.MatchMode |
getMode() |
Presentation |
getPresentation() |
int |
hashCode() |
boolean |
isAvailable() |
boolean |
isGroupAction() |
java.lang.String |
toString() |
public ActionWrapper(AnAction action, GotoActionModel.GroupMapping groupMapping, GotoActionModel.MatchMode mode, DataContext dataContext, GotoActionModel model)
public AnAction getAction()
public GotoActionModel.MatchMode getMode()
public int compareWeights(GotoActionModel.ActionWrapper o)
public boolean isAvailable()
public Presentation getPresentation()
public java.lang.String getGroupName()
public boolean isGroupAction()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object