public class DependenciesAnalyzeManager extends java.lang.Object implements PersistentStateComponent<DependenciesAnalyzeManager.State>
| Modifier and Type | Class and Description |
|---|---|
static class |
DependenciesAnalyzeManager.State |
| Constructor and Description |
|---|
DependenciesAnalyzeManager(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(Content content) |
void |
closeContent(Content content) |
static DependenciesAnalyzeManager |
getInstance(Project project) |
DependenciesAnalyzeManager.State |
getState() |
void |
loadState(DependenciesAnalyzeManager.State state)
This method is called when new component state is loaded.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeComponent, noStateLoadedpublic DependenciesAnalyzeManager(Project project)
public static DependenciesAnalyzeManager getInstance(Project project)
public void addContent(Content content)
public void closeContent(Content content)
public DependenciesAnalyzeManager.State getState()
getState in interface PersistentStateComponent<DependenciesAnalyzeManager.State>null value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializerpublic void loadState(DependenciesAnalyzeManager.State state)
PersistentStateComponentState object should be used directly, defensive copying is not required.
loadState in interface PersistentStateComponent<DependenciesAnalyzeManager.State>state - loaded component stateXmlSerializerUtil.copyBean(Object, Object)