|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.ide.SelectInManager
public class SelectInManager
| Method Summary | |
|---|---|
void |
addTarget(SelectInTarget target)
|
void |
disposeComponent()
Component should dispose system resources or perform another cleanup in this method. |
java.lang.String |
getComponentName()
Unique name of this component. |
static SelectInManager |
getInstance(Project project)
|
SelectInTarget |
getTarget(java.lang.String name)
|
SelectInTarget[] |
getTargets()
|
void |
initComponent()
Component should do initialization and communication with another components in this method. |
void |
moveToTop(SelectInTarget target)
|
void |
projectClosed()
Invoked when the project corresponding to this component instance is closed. |
void |
projectOpened()
Invoked when the project corresponding to this component instance is opened. |
void |
readExternal(org.jdom.Element parentNode)
|
void |
removeTarget(SelectInTarget target)
|
void |
writeExternal(org.jdom.Element parentNode)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void disposeComponent()
BaseComponent
disposeComponent in interface BaseComponentpublic void initComponent()
BaseComponent
initComponent in interface BaseComponentpublic void projectClosed()
ProjectComponentNote that components may be created for even unopened projects and this method can be never invoked for a particular component instance (for example for default project).
projectClosed in interface ProjectComponentpublic void projectOpened()
ProjectComponentNote that components may be created for even unopened projects and this method can be never invoked for a particular component instance (for example for default project).
projectOpened in interface ProjectComponentpublic void addTarget(SelectInTarget target)
public void removeTarget(SelectInTarget target)
public void moveToTop(SelectInTarget target)
public SelectInTarget[] getTargets()
@Nullable
public SelectInTarget getTarget(@NotNull
java.lang.String name)
public static SelectInManager getInstance(Project project)
public void readExternal(org.jdom.Element parentNode)
throws InvalidDataException
readExternal in interface JDOMExternalizableInvalidDataException
public void writeExternal(org.jdom.Element parentNode)
throws WriteExternalException
writeExternal in interface JDOMExternalizableWriteExternalExceptionpublic java.lang.String getComponentName()
BaseComponent
getComponentName in interface BaseComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||