public static class ParameterInfoController.Model
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
current |
Editor |
editor |
int |
highlightedSignature |
Project |
project |
TextRange |
range |
java.util.List<ParameterInfoController.SignatureItemModel> |
signatures |
Constructor and Description |
---|
Model() |
public final java.util.List<ParameterInfoController.SignatureItemModel> signatures
public int current
public int highlightedSignature
public TextRange range
public Editor editor
public Project project