public class BaseAnalysisActionDialog extends DialogWrapper
DialogWrapper.CancelAction, DialogWrapper.DialogStyle, DialogWrapper.DialogWrapperAction, DialogWrapper.DialogWrapperExitAction, DialogWrapper.DoNotAskOption, DialogWrapper.IdeModalityType, DialogWrapper.OkAction
CANCEL_EXIT_CODE, CLOSE_EXIT_CODE, DEFAULT_ACTION, DIALOG_CONTENT_PANEL_PROPERTY, ERROR_FOREGROUND_COLOR, FOCUSED_ACTION, IS_VISUAL_PADDING_COMPENSATED_ON_COMPONENT_LEVEL_KEY, myCancelAction, myCheckBoxDoNotShowDialog, myDisposable, myHelpAction, myOKAction, myPerformAction, myPreferredFocusedComponent, NEXT_USER_EXIT_CODE, OK_EXIT_CODE
Constructor and Description |
---|
BaseAnalysisActionDialog(java.lang.String title,
java.lang.String analysisNoon,
Project project,
AnalysisScope scope,
java.lang.String moduleName,
boolean rememberScope,
AnalysisUIOptions analysisUIOptions,
PsiElement context)
Deprecated.
|
BaseAnalysisActionDialog(java.lang.String title,
java.lang.String analysisNoon,
Project project,
java.util.List<? extends ModelScopeItem> items,
AnalysisUIOptions options,
boolean rememberScope) |
BaseAnalysisActionDialog(java.lang.String title,
java.lang.String analysisNoon,
Project project,
java.util.List<? extends ModelScopeItem> items,
AnalysisUIOptions options,
boolean rememberScope,
boolean showInspectTestSource) |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.JComponent |
createCenterPanel()
Factory method.
|
protected javax.swing.JComponent |
getAdditionalActionSettings(Project project) |
SearchScope |
getCustomScope() |
javax.swing.JComponent |
getPreferredFocusedComponent() |
AnalysisScope |
getScope(AnalysisScope defaultScope) |
AnalysisScope |
getScope(AnalysisUIOptions uiOptions,
AnalysisScope defaultScope,
Project project,
Module module)
Deprecated.
Use
getScope(AnalysisScope) instead. |
boolean |
isInspectTestSources() |
boolean |
isModuleScopeSelected() |
boolean |
isProjectScopeSelected() |
boolean |
isUncommittedFilesSelected() |
static java.util.List<ModelScopeItem> |
standardItems(Project project,
AnalysisScope scope,
Module module,
PsiElement context) |
addKeyListener, addMouseListener, addMouseListener, canRecordDialogId, centerRelativeToParent, cleanupRootPane, cleanupWindowListeners, clickDefaultButton, close, close, createActions, createButtonsPanel, createCancelAction, createContentPane, createContentPaneBorder, createDefaultActions, createDefaultBorder, createDoNotAskCheckbox, createHelpButton, createJButtonForAction, createJButtonForAction, createLeftSideActions, createNorthPanel, createPeer, createPeer, createPeer, createPeer, createPeer, createPeer, createRootLayout, createSouthAdditionalPanel, createSouthPanel, createTitlePane, dispose, disposeIfNeeded, doCancelAction, doCancelAction, doHelpAction, doOKAction, doValidate, doValidateAll, extractMnemonic, findInstance, findInstanceFromFocus, getButton, getCancelAction, getContentPane, getContentPanel, getDimensionKey, getDimensionServiceKey, getDisposable, getDoNotShowMessage, getErrorTextAlignment, getExitCode, getHelpAction, getHelpId, getHorizontalStretch, getInitialLocation, getLocation, getOKAction, getOwner, getPeer, getPreferredSize, getRootPane, getSize, getStyle, getTitle, getTypeAheadTimeoutMs, getValidationThreadToUse, getVerticalStretch, getWindow, hasErrors, init, initValidation, isAutoAdjustable, isCenterStrictedToPreferredSize, isDisposed, isModal, isModalProgress, isMoveHelpButtonLeft, isNorthStrictedToPreferredSize, isOK, isOKActionEnabled, isProgressDialog, isResizable, isShowing, isSouthStrictedToPreferredSize, isToDispatchTypeAhead, isTypeAheadEnabled, isVisible, layoutButtonsPanel, pack, postponeValidation, processDoNotAskOnOk, repaint, setAutoAdjustable, setButtonsAlignment, setButtonsMargin, setCancelButtonIcon, setCancelButtonText, setCrossClosesWindow, setDoNotAskOption, setErrorInfoAll, setErrorText, setErrorText, setHelpTooltip, setHorizontalStretch, setInitialLocationCallback, setLocation, setLocation, setModal, setOKActionEnabled, setOKButtonIcon, setOKButtonMnemonic, setOKButtonText, setOKButtonTooltip, setResizable, setSize, setTitle, setUndecorated, setValidationDelay, setVerticalStretch, shouldAddErrorNearButtons, shouldCloseOnCross, show, showAndGet, showAndGetOk, startTrackingValidation, toBack, toBeShown, toFront, unregisterKeyboardActions, updateErrorInfo, validate
@Deprecated public BaseAnalysisActionDialog(java.lang.String title, java.lang.String analysisNoon, Project project, AnalysisScope scope, java.lang.String moduleName, boolean rememberScope, AnalysisUIOptions analysisUIOptions, PsiElement context)
BaseAnalysisActionDialog(String, String, Project, List, AnalysisUIOptions, boolean, boolean)
instead.public BaseAnalysisActionDialog(java.lang.String title, java.lang.String analysisNoon, Project project, java.util.List<? extends ModelScopeItem> items, AnalysisUIOptions options, boolean rememberScope)
public BaseAnalysisActionDialog(java.lang.String title, java.lang.String analysisNoon, Project project, java.util.List<? extends ModelScopeItem> items, AnalysisUIOptions options, boolean rememberScope, boolean showInspectTestSource)
public static java.util.List<ModelScopeItem> standardItems(Project project, AnalysisScope scope, Module module, PsiElement context)
protected javax.swing.JComponent createCenterPanel()
DialogWrapper
null
value. In this case there will be no options panel.createCenterPanel
in class DialogWrapper
public javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent
in class DialogWrapper
@Deprecated public AnalysisScope getScope(AnalysisUIOptions uiOptions, AnalysisScope defaultScope, Project project, Module module)
getScope(AnalysisScope)
instead.public boolean isProjectScopeSelected()
public boolean isModuleScopeSelected()
public boolean isUncommittedFilesSelected()
public SearchScope getCustomScope()
public boolean isInspectTestSources()
public AnalysisScope getScope(AnalysisScope defaultScope)
protected javax.swing.JComponent getAdditionalActionSettings(Project project)