public interface AbstractExtractDialog
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChosenMethodName() |
VariableData[] |
getChosenParameters() |
PsiType |
getReturnType() |
java.lang.String |
getVisibility() |
boolean |
isChainedConstructor() |
boolean |
isMakeStatic() |
boolean |
isOK() |
default boolean |
isPreviewUsages() |
void |
show() |
java.lang.String getChosenMethodName()
VariableData[] getChosenParameters()
java.lang.String getVisibility()
boolean isMakeStatic()
boolean isChainedConstructor()
PsiType getReturnType()
void show()
boolean isOK()
default boolean isPreviewUsages()